-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
openWindowSwitch: true
allows enable/disable feature but not trigger state
#107
Comments
openWindowSwitch: true
allows enable/disable feature but not trigger detectionopenWindowSwitch: true
allows enable/disable feature but not trigger state
Hi, I ended up implementing my own solution based on CmdTrigger and calling BASH script (curl), after the sensor fires. Works reliably since days… If interested I can publish it on GitHub of course. PS also opened an issue some months ago #37 - but this was V1. |
@jotzet79 would be great if you could share your solution |
@distantnative what makes me a bit wondering is that you would like that a physical open window sensor triggers the OpenWindow mode via Tado, correct? please bare in mind that this is ONLY possible if the Tado Service detects the window being opened (via temp drop and humidity change). Only then the Heating can be disabled for the specific time. So in your case you would only need to implement an automation (using Fake Switches with a time value set), which sets the temperature to a lower value and after a certain time you set it to normal again? Regards, |
No, I'll use actual contact sensors on the windows. But indeed, I was so focused on triggering the Tado feature. But I could just set to a lower temperature in HomeKit on open and back to auto on close. And deactivate tado's feature. |
Thats the way to go. Forget tado‘s useless window open functionality. |
Using contact sensors and Home to create my own open windows automations works great! One last thing: I was considering to still use |
When I add
openWindowSwitch: true
to a zone, I get a new switch that allows me to enable/disable the open window detection feature for the room, however it seems like it doesn't allow me to trigger an open window state (or I am just too blind to figure out how).My use case would be that a contact sensor would be the trigger for an automation that sets the state in todo (as tado's own detection doesn't work reliably for me).
Thanks a lot for the great plugin!
The text was updated successfully, but these errors were encountered: