mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #386] Possible problem with "Nightly reboot" #2440
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jurasjo on GitHub (Oct 29, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/386
Originally assigned to: @nlimper on GitHub.
Describe the bug
It is a continuation of this issue: https://github.com/OpenEPaperLink/Home_Assistant_Integration/issues/188
I think, because of "Nightly reboot", jobs/automatons might not be properly sent to tags if those are scheduled at this time.
Now it is clear why I have been observing problems around that particular time.
Looks like this reboot functionality might have something to do with that. Maybe it should be optional or configurable, so it can be set at a time, when there is no planned job.
Full hour might not be the best time for reboot.
To Reproduce
Steps to reproduce the behavior:
Schedule jobs/automations in HA which run around 4:00 and there is a big chance it will not be properly sent to AP/tags, because AP is not available for about 30 sec to 1min at that time.
Expected behavior
Reboot of the AP should not interfere with sending data to tags.
@nlimper commented on GitHub (Oct 29, 2024):
I will make it optional, and use 3:56 instead of 4:00
@jurasjo commented on GitHub (Oct 29, 2024):
This sounds great.
HA integration has an option for restarting implemented, so if you make it optional in AP, then we can setup an automation in HA.
Thank you.
@nlimper commented on GitHub (Nov 2, 2024):
done, in
a57c797542@jurasjo commented on GitHub (Nov 3, 2024):
Thanks for that. So in order to apply this change, the new release must be available?
@nlimper commented on GitHub (Nov 3, 2024):
That's right. There will be a new release shortly.