homebridge-tado-platform
homebridge-tado-platform copied to clipboard
More options on timer or manual switching to schedule
Hi, first thanks for the great plugin. I really enjoy it.
I found a use case I do not know yet, if it may be possible, but I did not find an option to realize it.
I'm using Aqara window sensors to detect open windows. Currently I use a HomeKit automation which sets the heater to:
- off - if the window in a zone is open
- auto - if the window in a zone is closed
Now I also set a timer within each zone to go back to the schedule after a manual adjustment within the home app (or using Siri...) with:
...
"zones": [
{
"active": true,
"id": 4,
"name": "Wohnzimmer",
"type": "HEATING",
"mode": "TIMER",
"modeTimer": 60,
...
},
...
]
...
Now to my request: is it possible to KEEP the heater off as long as it was set to off and else use the timer to return to schedule after my set duration? Currently if I open the window it will return to schedule after the 60 minutes even if the window is still open.
Thanks a lot!
Apparently this is the same behavior as described in #69.