Actions 'restore_saved_target_temperature' and 'set_temp_target_temperature' are missing after the latest update? #2049
Replies: 2 comments 6 replies
-
|
I experienced the same issue with blueprint "Better Thermostat Night mode" and got errors in the log concerning these actions. After updating to the version of blueprint "Better Thermostat Night mode" the errors were gone and I saw that the actions are no longer used but the new presets. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Chewbacca222222, you're right — both actions were removed in 1.8.0. They've been replaced by the new preset system, which has the save/restore behaviour built in, so your away/return automation can be rebuilt without juggling helpers. How presets replace the old actions:
Your automation becomes:
If you'd rather not build it by hand, there's a ready-made blueprint that does exactly this based on presence ( Hope that helps — the new approach is quite a bit less fiddly than the old save-to-helpers dance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Long story short I have an automation in HA whereas if were away for a long period of time I used to run the 'set_temp_target_temperature' action and set all thermostats to 7°C. Then on returning home the action 'restore_saved_target_temperature' would set all the thermostats back to the previous state.
This was extremely helpful as otherwise I would have to save all the current temperatures in helpers and restore them back again. Did this action just get moved or is it completely removed and/or can anyone suggest an alternative?
Beta Was this translation helpful? Give feedback.
All reactions