I have a problem with my newly updated HA (from 2021 to current version) setup. It triggers all time based automations at the wrong time (2h later) it’s somehow related to the timezone as my offset is +2h from UTC.
(So it is applying the offset twice?)
Strange thing is: now() and utcnow() show the right values and offsets.
Any idea?
#Time zone issue? Automations triggering wrong
1 messages · Page 1 of 1 (latest)
Nobody any ideas?
Can you share a trace from one of the automations that ran at the incorrect time?
I just experimented with adding a new test automation and that works as expected. I use a input_dateTime helper as the trigger time. After noticing that a new helper works as expected I just changed the value of my old helpers to try to fix it and it seems to have fixed the issue. I will see on Monday.
I will post a Tracey than if it’s still not fixed.
Looks like this was the solution, everything time helper I changed after the update runs on time, everything else is delayed by my time zone.
Now I just need to find everything that’s timerelated.
you can filter the entities tab by "input_datetime"
Did you find the problem? I have same issue now where time in automation trigger is UTC and actual run happens in wrong time. Automation even shows when it will be triggered in my timezone.
The title of the action (“when the time is equal to 03:00”) is the time adjusted to whatever your browser timezone is.
The actual code (at: "00:00:00") is the code that is running on your HA server, and therefore will trigger at midnight at the timezone that your server is set to.