[GH-ISSUE #495] OEPL stops functioning if internet access is disabled and AP is then restarted #865

Closed
opened 2026-03-20 18:13:50 +01:00 by sascha_hemi · 1 comment
Owner

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:

  1. turn on AP with internet access allowed
  2. turn off internet access on the network
  3. restart AP
  4. no Tags are updated anymore

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?

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: 1. turn on AP with internet access allowed 2. turn off internet access on the network 3. restart AP 4. no Tags are updated anymore **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?
sascha_hemi added the bug label 2026-03-20 18:13:50 +01:00
Author
Owner

@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.

<!-- gh-comment-id:3261762824 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#865