mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #495] OEPL stops functioning if internet access is disabled and AP is then restarted #865
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 @4rianton on GitHub (Sep 6, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/495
Describe the bug
I have my OEPL AP with its internet access disabled. It is still of course able to talk to devices in the LAN and HA instance. After a power outage, when it restarted, it stopped updating the tags altogether until I allowed it internet access again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it should be able to do its tag updates without needing internet access.
Additional context
I wonder if one needs to be connected to the internet for this to function, or if it's something to do with the time update. If yes, could we configure it by providing the current date manually or via home assistant?
@jonasniesner commented on GitHub (Sep 6, 2025):
As you suspected, the problem with no internet access is the lack of a time server. It would in theory be possible to use a local NTP server, but this would have to be implemented.