This blueprint is inspired by this blueprint 🧠 Smart Thermostat (Radiator).
It removes all additional entries for door/window sensors of the original script. These are not necessary because you can use a group instead. This makes cleaner set-up possible.
Why?
I use smart radiator thermostats from tado. But they do not support hardware-based window sensors. If you open a window, the thermostat does not turn off the radiator as I expect it. Tado offers a subscription to handle this, but it costs money and is only software-based. Therefore expensive and unreliable. I want a reliable (hardware) solution without an extra subscription.
This blueprint solves the issue by combining the thermostats with window sensors in your Home Assistant instance. You can use for example Aqara Door & Window sensors for this automation.
Additionally, this blueprint can turn off the thermostat if the temperature outside is over a defined threshold. This is useful for the summer months to disable heating completely.
Requirements
- A thermostat that should be turned off when a window is open (e.g. tado radiator thermostat)
- A window sensor (e.g. Aqara Door & Window sensor)
- A weather entity (e.g. AccuWeather)
How to set up
- If you have multiple window sensors for the same thermostat, combine them with a group.
- Import the blueprint
- Select the thermostat, weather, and sensor entities
- Set a name
- Profit.
You can find the blueprint source here: smart-thermostat.yaml · GitHub