mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #198] Buienradar update frequency only once an hour #2316
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 @kvandt on GitHub (Jan 10, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/198
Issue
The buienradar app in 2.07b only updates once an hour, which used to be every 10 minuten in 2.05 and earlier.
To Reproduce
Just configure the buienradar app on a tag
Expected behavior
Every 10 minutes the buienradar data is updated on the tag. (or make it configurable?)
@nlimper commented on GitHub (Jan 10, 2024):
The update frequency depends on the actual rain predictions on the screen:
If there is no predicted rain for the entire next 2 hours, it updates once an hour.
If there is some predicted rain in the next 2 hours, it updates every 15 minutes
If there is rain predicted within one hour, it updates every 5 minutes.
This has always been the case, and is as designed. That way, it saves maximum on battery usage, while you still get enough info for the predictions.
@kvandt commented on GitHub (Jan 10, 2024):
Really smart! Probably I missed this feature because of the endless rain last period. Fortunately it does not rain now ;-) Thnx!