homebridge-tado-platform icon indicating copy to clipboard operation
homebridge-tado-platform copied to clipboard

More options on timer or manual switching to schedule

Open marchein opened this issue 2 years ago • 1 comments

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!

marchein avatar Dec 18 '22 12:12 marchein

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

marchein avatar Dec 18 '22 12:12 marchein