I have a problem with one of my automations config which I cannot get to work properly. It might be a small thing but I have tried manny things and right now I’m kind of stalled figuring out what’s happening.
What the automations does/should do: It reads an external sensor(thermostat) and controls two radiator values located in a big room and within a time span of 6:00 and 21:30(Or at least it should).
Everything works except when started until the clock passes midnight it simple won’t start again after 6:00 as the preset condition I made.
If I manually activated the automation it will work again until 21:30 as also set in the conditions.
The funny thing is, if let’s say the present time is 9:00, and I set the condition to be activate after 10:00 it will work but the next day it will not again. It’s like something is happening each time the clock passes 24:00!!! So the logic seems to work until the clock passes 24:00.
I also tried making other time based automations at a specific time and they too do not get active after 24:00; it’s simply weird but there properly a good reason why that I just haven’t figured out yet.
There a snipped of my configuration below. The first one is time constrained the other is not.
you don’t use blockquotes for any code at all, but your formatting is still wrong if that is copied directly from your automation section in your config.
Thanks, that I didn’t see. I’ll try that out tonight and see what happens after midnight. By the way I used autogenerated code from within the automation GUI but somehow it must do it wrong.
I’ll give you a heads up tomorrow.