Hi,
I’ve created a blueprint that takes a “snapshot” of the climate entity when a window is opened using service: scene.create
. It then turns off the climate entity with service: climate.turn_off
. When the window is closed, the blueprint restores the “snapshot” with service: scene.turn_on
.
This setup works fine for my Rika stove. However, I’ve noticed an issue with Tado devices. When the Tado device is initially set to “auto”, it correctly turns off as intended. But upon closing the window and activating the scene, it briefly switches to “auto” before immediately transitioning to “heat”.
Has anyone experienced this behavior with Tado devices or knows a solution?
this is the blueprint : 🪟 Turn off your heater when the window is open 🌡️
This is the trace i get when using the stove
And i have this when using the Tado
I both cases the climate was set to auto before the automation ran