mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #434] websocket sys message deviating value to webinterface #3574
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 @micklafisch on GitHub (Jan 29, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/434
Originally assigned to: @nlimper on GitHub.
Describe the bug
i check the syslog messages for monitoring the system and a lot of "timeout" tags are reported. In the webinterface there is only 1 tag with timeout, see down below. I think the problem is related to the maximul sleep time (i set it to 30mins)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
same values no matter where the value is queried
Screenshots
{"sys":{"currtime":1738159020,"heap":178232,"recordcount":37,"dbsize":7157,"littlefsfree":5222400,"psfree":8179991,"apstate":1,"runstate":2,"rssi":-34,"wifistatus":3,"wifissid":"GHFN","uptime":39653,"lowbattcount":2,"timeoutcount":24}}@nlimper commented on GitHub (Mar 25, 2025):
Thanks for noting.
I found the reason of the discrepancy, that's fixed (in a future commit). But some tags are marked as timed out, because they are sleeping for the 'max sleep time' (that's by design) but the expected checkin time is not correctly saved. I'm investigating.