Hi,
I have the following problem my installation returns DPT 14.068 which I need to log and print to screen..
{{ basic.float('Temp', 'second.sleeping.temperature', '°C') }}
using groupread I get the following response which I believe is a HEX representation of a 4 byte float which should read something like 68.00
Response from 0.4.1 to 0/2/5: 42 88 00 00
but the following line gives me
19.00°C
How do I solve this??
I have the following problem my installation returns DPT 14.068 which I need to log and print to screen..
{{ basic.float('Temp', 'second.sleeping.temperature', '°C') }}
using groupread I get the following response which I believe is a HEX representation of a 4 byte float which should read something like 68.00
Response from 0.4.1 to 0/2/5: 42 88 00 00
but the following line gives me
19.00°C
How do I solve this??
Kommentar