I have the Tado system in my home and both our offices have the Tado radiator thermostats in them. If you have the windows open there is a sensor on the thermostat that detects this and closes the valve until it the window is closed, I presume it detects a breeze or something.
Anyway, I’m wondering if there is any way to trigger this via an automation where if the office door is open and the heating is on in that particular room then it could set this open window sensor to on? I’m using the Aqara door sensors but I’m struggling to see any way to update this Tado sensor…
I have the Tado system and found their open window detection unreliable. I turned it off and replaced it with this blueprint which has been working brilliantly and is more customisable.
I also wrote my own automation based on presence detection that enables/disables home/away mode meaning I could stop paying the monthly Tado fee entirely.
@WhimsySpoon I meant to reply sooner to thank you for your blueprint, it’s pretty much exactly what I’m after and works great
One thing I’ve noticed though, when my Tado schedule changes, from off overnight to on the next morning, the heating still starts in both our office rooms even though the doors are open…
I guess that there is no event for the door opening to trigger the automation to pause the heating
But, it’s no big deal and your blueprint is working great for what I wanted, thanks so much
The elegant idea is to create an automtion that stops or delys the thermostat when there is a sudden drop in temperature in the room, not when a contact sensor is open.
My living room has a door to the garden which we open also for other reasons than to let fresh air in. Sometimes the door is also not perfectly closed so the sensor shows as being open. If course, I could set a minimum time sensor is open before trigerring, but why not doing it properly and avoid the need of a contact sensor altogether?
I don’t want to put contact sensors to all my windows in the house, but I do have temperature sensors in all rooms.
Has anyone managed to do that?
I’ve been playing a little bit with the “statistics” helper, but with no succes.
Looks like I made it work with a statistics helper that traces the change in the reading of a temperature sensor over a small period. It can be further tweaked but as it can be seen it does show a decrease so it can be used in an automation.
It also needs to be said that the Tado integration over internet does provide the status of the “window” so that can be used directly in HA. But the statistics sensor is a general solution to this problem.