Hi,
I’ve created such Thing:
astro:sun:SunRiseSetHome [ geolocation=" 54.372158, 18.638306,50" ] {
Channels:
Type start : rise#start [
offset=5
]
Type end : set#start [
offset=0
]
}
and event is triggered one hour earlier than real sunset.
When I check my time setting I’ve got:
openhabian@openhabian:/var/log/openhab $ timedatectl
Local time: Thu 2024-10-24 23:20:33 CEST
Universal time: Thu 2024-10-24 21:20:33 UTC
RTC time: n/a
Time zone: Europe/Berlin (CEST, +0200)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
What is ok. But sunset for today should be 17:25 but trigger event 16:25 but in logs I have info:
2024-10-24 15:25:00.005 [INFO ] [org.openhab.core.model.script.FILE ] - External_light_logic_on: Switch on External light
When I display log and current date I have following situatiion:
openhabian@openhabian:/var/log/openhab $ tail -5 openhab.log
2024-10-24 22:51:24.291 [INFO ] [org.openhab.core.model.script.FILE ] - Intr_alarm_mgt: Is belong to gPerimiterSensors val[false]
2024-10-24 22:51:24.292 [INFO ] [org.openhab.core.model.script.FILE ] - Intr_alarm_mgt: Initial alarmStatus val[DEACTIVATED]
2024-10-24 22:51:24.294 [INFO ] [org.openhab.core.model.script.FILE ] - Intr_alarm_mgt: alarmMode val[OFF]
2024-10-24 22:51:24.295 [INFO ] [org.openhab.core.model.script.FILE ] - Intr_alarm_mgt: IntruderAlarm_Mode_Switch val[OFF]
2024-10-24 22:51:24.296 [INFO ] [org.openhab.core.model.script.FILE ] - Intr_alarm_mgt: =================== END =============
openhabian@openhabian:/var/log/openhab $ date
Thu Oct 24 11:51:30 PM CEST 2024
What is also strange… difference between openhab log and local time is 1h, openhab is not CEST neither UCT
What is wrong with my settings?