mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #447] AP Info Panel show timeout #3588
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 @DunklerPhoenix on GitHub (Mar 10, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/447
Describe the bug
heho
The AP Info panel shows too much timeouts. The webpanel show less
To Reproduce
Steps to reproduce the behavior:
Expected behavior
timeout on AP Panel Info should reflect real timeouts.
Screenshots
Additional context
Maybe the maximum sleep is a bit buggy. Because some Tags are expected to react on the old setting (10min instead of 1h)
@nlimper commented on GitHub (Mar 19, 2025):
Your system had just freshly started (uptime 22 minutes). When a tag content is not updated yet and the tag is not seen yet, there is no expected checkin time known. For that reason, the webinterface never shows any timed out tags for the first 30 minutes after AP boot. The AP info screen does try to make a guess (but, because the next checkin time is unknown, it just counts a timeout for all tags that didn't checkin for the last 10 minutes). After 30 minutes of uptime, the timout count values will be equal.
I'm not planning to fix this.