Hello,
I’m looking for an easy way to update entities using some kind of calendar or schedular.
My use case in this example.
I wan’t to activate the heating tomorrow morning at 8. I can write an automation.
But Iet’s say my wife wants to active the heating.
I tried the local calendar
but that one does not allow me to update entities.
and the schedule helper I have to preconfigure myself. It’s not something my wife can do.
So my question is,
are there any solutions for what I want to do?
actually I have multiple, but let’s just use this one as an example. Based on the “heater” boolean, my automtaions know exactly what to enable.
but now I want to set the temp tomorrow ar 8:00 at 20 degrees. And I want to be able to to this without having to write an automation on the spot.
Maybe I can write one to prepare some stuff. but in the end it shoudl be easy usable.
So I was thinking about some schedule where without any code writing an entity value could be changed.
somthing like this
HVAC control can become complicated quickly since there are often competing control mechanisms at play.
Now that you have a basic automation to turn calendar events into temperature settings, you can combine a couple helpers and scripts with a dashboard card to make it easier to quickly create new events. Here is a basic example card:
Make sure to given equal or greater consideration to when a certain trigger should not lead to the execution of specific actions. You will likely need to include specific conditions in your automation to choose when to use an existing schedule vs. a manually added event.