#Time zone issue? Automations triggering wrong

1 messages · Page 1 of 1 (latest)

narrow vessel
#

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?

narrow vessel
#

Nobody any ideas?

wild atlas
#

Can you share a trace from one of the automations that ran at the incorrect time?

narrow vessel
#

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.

narrow vessel
#

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.

fierce quartz
#

you can filter the entities tab by "input_datetime"

granite wind
wild atlas
#

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.