markgdev / home-assistant_OctopusAgile

Octopus Agile custom component for Home Assistant
Apache License 2.0
86 stars 33 forks source link

update_timers_nextupdate an hour early #13

Open tbutcher365 opened 4 years ago

tbutcher365 commented 4 years ago

For some reason the update_timers_nextupdate is showing the wrong time. The timer runs correctly a 8pm BST but update_timers_nextupdate shows 7pm. All the other update times are correct. I have had a look at the code but can't see any obvious problem.

update_schedule

markgdev commented 4 years ago

Have you noticed if this is just after a restart? I’ve noticed something strange going on with the timer after a restart where it runs at 8pm bst but it seems to run at 7pm bst the next day, wondering if it’s the same issue.

tbutcher365 commented 4 years ago

Yes I agree it just appears after a restart.