18.03.2019, 14:43
(This post was last modified: 18.03.2019, 14:44 by josemabera.)
(18.03.2019, 11:24)admin Wrote: Thermostat widget treats status bits like this (status/alert input is 1 byte object):
Quote:Bit 0 - Mode Comfort
Bit 1 - Mode Standby
Bit 2 - Mode Night
Bit 3 - Mode Frost/heat protection
Bit 4 - Dew point alarm
Bit 5 - Heating/Cooling
Bit 6 - Controller active
Bit 7 - Frost alarm
It should work for you apart from the Dew point alarm bit.
Bit 0 - Mode Comfort -Then I understand that when Bit "0" is "1" Comfort mode "on"
Bit 1 - Mode Standby -Then I understand that when Bit "1" is "1" Stanby mode "on"
Bit 2 - Mode Night -Then I understand that when Bit "2" is "1" Night mode "on"
Bit 3 - Mode Frost/heat protection -Then I understand that when Bit "3" is "1" Mode Frost/heat protection "on"
Only I have to take into account these 4 first Bit, according to this with selecting the object of my Jung thermostat would be enough, but I can not get the status in the Widget, should I do a Script?
Br