Hallo,
Danke füt die Rückmeldung:
>>Bekommst Du eine Notification zum nächsten Aufwachzeitpunkt und wenn ja, stimmt da die Zeit?
Ja, habe in der ersten Anfrage ein Screenshot beigefügt.
Timer auf 17:00 Uhr gesetzt
In der Notification beim Runterfahern: 16:59:30 Uhr
Weiterhin beim Runterfahern wird die Datei wakealarm geändert:
# ls -altr /sys/class/rtc/rtc0/wakealarm
-rw-r--r-- 1 root root 4096 May 30 16:40 /sys/class/rtc/rtc0/wakealarm
cat /sys/class/rtc/rtc0/wakealarm
1748634021
Log https://paste.libreelec.tv/direct-oyster.log geht bis 16:41
May 30 16:41:22.582903 kodi-wz tvheadend[4096]: http: 127.0.0.1: HTTP/1.1 HEAD (2) /imagecache/1433 -- 404
May 30 16:41:22.583379 kodi-wz tvheadend[4096]: http: 127.0.0.1: HTTP/1.1 HEAD (2) /imagecache/1438 -- 404
May 30 16:41:22.584080 kodi-wz tvheadend[4096]: http: 127.0.0.1: HTTP/1.1 HEAD (2) /imagecache/1378 -- 404
May 30 16:41:22.585086 kodi-wz tvheadend[4096]: http: 127.0.0.1: HTTP/1.1 HEAD (2) /imagecache/1444 -- 404
---------- Ergänzt-------
Ich habe heute Kodi-Debug eingeschaltet:
2025-05-31 10:17:25.811 T:1184 debug <general>: CGLContextEGL::SwapBuffers: sync sleep: 18286
2025-05-31 10:17:25.879 T:1184 debug <general>: ------ Window Deinit (DialogConfirm.xml) ------
2025-05-31 10:17:26.216 T:1184 debug <general>: CGLContextEGL::SwapBuffers: sync check blocking
2025-05-31 10:17:26.231 T:1184 debug <general>: CGLContextEGL::SwapBuffers: sync sleep: 14729
--->>
2025-05-31 10:17:26.637 T:3450 debug <general>: [service.rpm 3.2.0+matrix.1]: next schedule: 31.05.2025 - 10:29:30
2025-05-31 10:17:26.637 T:3450 debug <general>: [service.rpm 3.2.0+matrix.1]: set RTC to 1748680170
<<---
2025-05-31 10:17:26.650 T:1184 debug <general>: CGLContextEGL::SwapBuffers: sync check blocking
2025-05-31 10:17:26.652 T:1184 debug <general>: CGLContextEGL::SwapBuffers: sync sleep: 1168
2025-05-31 10:17:26.652 T:1184 debug <general>: ------ Window Init (DialogNotification.xml) ------
2025-05-31 10:17:26.794 T:1184 debug <general>: CGLContextEGL::SwapBuffers: sync check blocking
2025-05-31 10:17:26.811 T:1184 debug <general>: CGLContextEGL::SwapBuffers: sync sleep: 16830
Alles anzeigen
D.h das Plugin setzt den Timer korrekt: next schedule: 31.05.2025 - 10:29:30
Rechner wird n i c h t aus S4 aufgeweckt.
Rechner eingeschaltet und wieder gestzte Timer geprüft:
kodi-wz:~ # cat /proc/driver/rtc
rtc_time : 08:33:01
rtc_date : 2025-05-31
alrm_time : 13:17:27
alrm_date : 2025-05-31
alarm_IRQ : yes
alrm_pending : no
kodi-wz:~ # ls -altr /sys/class/rtc/rtc0/wakealarm
-rw-r--r-- 1 root root 4096 May 31 10:17 /sys/class/rtc/rtc0/wakealarm
10:17-> Rechner wurde runtergafahren.
cat /sys/class/rtc/rtc0/wakealarm
1748697447
d.h:
alrm_time : 13:17:27 = /sys/class/rtc/rtc0/wakealarm(1748697447)
1748697447->Sat May 31 2025 13:17:27 GMT+0000
Ich verstehe nur Bahnhof.
Was stellt den falschen Timer ein?