Hello.
Server - miniPC Odroid C1 on the firmware Dietpi V9.8.0 (Debian 12).
Home Assistant is launched in a Docker container, the image of ghcr.io/home-assistant/home-assistant:2025.4.1
The server time is synchronized through the systemd-timesyncd
service from the router 192.168.1.1.
The router itself synchronizes the time from external NTP servers.
On April 7 in the morning, electricity turned off and the server was turned off for some time.
But on the server time is always synchronized correctly.
Perhaps this problem is somehow connected with the power out of the electricity, I do not know.
I have two triggers at 08:00 am in the morning.
But on April 7, 2025, both triggers worked not at 8 in the morning, but at 22:14:29 pm.
At this moment (22:14:29) I was in the room and immediately opened the SSH server console and looked at the current server time (to check if time was lost). The time was correct.
In Home Assistant logs, the time was recorded the same as 22:14:29 (not 8 in the morning).
Someone had such that the trigger was triggered at another time.
Why is this happening?
All photos were engraved additionally to the file hosting https://disk.yandex.ru/d/UCE3v-AFL94_pw
Tigger for USB Switch:
id: '1736658930060'
alias: Фитосвет (USB реле) - Включить в 8:00
description: ''
triggers:
- trigger: time
at: '08:00:00'
conditions: []
actions:
- action: switch.turn_on
metadata: {}
data: {}
target:
entity_id: switch.usb_rele
mode: single
Tigger for Thermostat:
id: '1734509968676'
alias: 'Термостат: 8:00 = 22.3'
description: ''
triggers:
- trigger: time
at: '08:00:00'
conditions: []
actions:
- action: climate.set_temperature
metadata: {}
data:
hvac_mode: heat
temperature: 22.3
target:
entity_id: climate.termostat_1
mode: single