Change update frequency MIN_TIME_BETWEEN_UPDATES #300
gianlucaf81
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Change update frequency MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
Would it be possible to introduce global or custom frequency control for each station?
I currently edit it manually in the coordinator.py file, but I have to adjust it with each update.
Thanks
I might add that it would be great to be able to decide which information to update more frequently. For example, precipitation_rate would be more important to me than wind, and I'd like it to update once a minute, while humidity and temperature could be updated every 15 minutes. I don't know if this can be implemented.
All reactions