Running HA OS 2021.6.6 and since a couple of updates my automations no longer run at the correct time.
I have the following automation that I want to run at 22:00 to turn on my outdoor lights:
alias: Solnedgång
description: ''
trigger:
- platform: time
at: '22:00:00'
condition: []
action:
- scene: scene.utebel_on
mode: single
Lights won’t turn on. Checking the history I see that the automation was invoked 00:32 (wrongly reported as 24:32) more than three hours later:
Don’t know if you are running HAOS on vSphere ESX 7.0, but I have managed to get it working by the following steps:
Updated the VM to use VM version 18 compatibility (when importing the OVA, version was set to 13)
Disabled synchronize time periodically and relying on HAOS own ntp-client to keep the clock in sync
Re-configured my automations to only have a single sunset/sunrise automation kicking off multiple scripts (previously I had multiple triggers for sunset/sunrise)