I have an issue with AppDaemon and did some testing.
2025-07-02 15:59:46.495801 INFO notification-daily: Notification daily started, notify at: 23:59:50
2025-07-03 01:41:50.006380 INFO notification-daily: Notify!
As you can see I want it to run just before midnight, however the notification was sent almost 2 hours late.
I am now testing and I have modified the time when it should run:
2025-07-03 09:02:12.131530 INFO notification-daily: Notification daily started, notify at: 09:03:00
You can see at the beginning of that line the time was 9:02 and I wanted it to run at 9:03. However, it didn’t run at 9:03.
Previously when I was testing it like this, it just worked at the specified time.
Maybe I need to wait again almost 2 hours for it to run?
In my logs I can see that this already happens for a couple of days (every day at 1:41 it runs), but I have no idea why as I haven’t changed anything in Home Assistant in weeks.
I have also restarted AppDaemon already a couple of times.
What is going on and how can I fix this?