mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #247] Feature request: Track number of updates #1245
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 @magma1447 on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/247
Originally assigned to: @nlimper on GitHub.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Would it be feasible to track the number of updates per price tag over time? For example how many updates it has received the last 24h, the last week, and the last month?
The reason is to help understanding battery usage.
It would be a nice plus if the Home assistant integration then exposed it as a entity as well.
Describe alternatives you've considered
The alternative for me is to track it in Home Assistant instead. But I believe this would be a nice feature in the AP Dashboard.
@nlimper commented on GitHub (Feb 27, 2024):
Might be useful, yes. It will not be able to add it in the short term, but I will keep this open. Eventually, it will happen.
@nlimper commented on GitHub (Mar 18, 2024):
For a start, I added an simple counter to the tagdb to track the amount of updates. I'm not sure yet where to display it, but you can examine the tagDB to get the values.
I'm not planning to add sophisticated statistics.