Hi, I have the Thermostat Controller app set up. It seems to be working well. Now I want it to automatically turn off when the windows are open. That seems straight forward - you just add a restriction:
I like the handy option to turn off the thermostats when restricted.
When the heater is running and the "Windows Open" switch turns on, the virtual thermostat turns off and leaves the physical thermostat running:
[app:664]2023-02-28 10:18:10.245 AM[info]Controller: setTemperature(76.0) was called
[app:664]2023-02-28 10:09:30.276 AM[info]WS3000 (5) temperature = 77°, Average sensor temperature = 75.8°
[app:664]2023-02-28 10:09:30.223 AM[info]Controller: setTemperature(75.8) was called
[app:664]2023-02-28 10:08:10.317 AM[info]WS3000 (6) temperature = 79°, Average sensor temperature = 75.7°
[app:664]2023-02-28 10:08:10.228 AM[info]Controller: setTemperature(75.7) was called
[app:664]2023-02-28 10:06:03.242 AM[info]Restricted by disable switch on
[app:664]2023-02-28 10:04:03.287 AM[info]T6 Physical set to heating: 79.0
The heater continues to run, and the temperature rise, until I turn off the physical thermostat manually. Am I misunderstanding these settings?