11.04.2022, 11:28
Hi guys,
Please, I need help with a script that should calculate how many thermostats are on a specific mode (Comfort,Economy,Away), I have about 120 thermostat and each thermostat have a 1byte unsigned integer DPT for the HVAC Mode (1 == Comfort, 2 == Away, 3 == Economy)
What I want to display is,
Thermostats on Comfort Mode: 44
Thermostats on Away Mode: 22
etc...
Also, is there any way to block the change temp in the LM5 if the Mode is not on Comfort?
To change temp the user should write a value between -3,+3 and its 2byte floating, you can see the picture attached
Please, I need help with a script that should calculate how many thermostats are on a specific mode (Comfort,Economy,Away), I have about 120 thermostat and each thermostat have a 1byte unsigned integer DPT for the HVAC Mode (1 == Comfort, 2 == Away, 3 == Economy)
What I want to display is,
Thermostats on Comfort Mode: 44
Thermostats on Away Mode: 22
etc...
Also, is there any way to block the change temp in the LM5 if the Mode is not on Comfort?
To change temp the user should write a value between -3,+3 and its 2byte floating, you can see the picture attached