seydx / homebridge-tado-platform

Homebridge plugin for controlling Tado devices
MIT License
126 stars 65 forks source link

More options on timer or manual switching to schedule #133

Open marchein opened 1 year ago

marchein commented 1 year ago

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:

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!

marchein commented 1 year ago

Apparently this is the same behavior as described in #69.