Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More options on timer or manual switching to schedule #133

Open
marchein opened this issue Dec 18, 2022 · 1 comment
Open

More options on timer or manual switching to schedule #133

marchein opened this issue Dec 18, 2022 · 1 comment

Comments

@marchein
Copy link

marchein commented Dec 18, 2022

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant