Replies: 2 comments 1 reply
-
|
Hello
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thanks for the info.I understand the logic.* * * * * * * * * * * * * * * * * * * * * * * * *We all say we do the best we can.We really do the best we want to.* * * * * * * * * * * * * * * * * * * * * * *On Jan 6, 2025, at 4:32 PM, Åke Strandberg ***@***.***> wrote:
Hello
The polling interval is hard-coded to 5 min. It is a trade-off between reasonably frequent updates while avoiding rate limiting in the API. The rate is hard-coded as HA design guide-lines do not allow it to be user settable.
There are a few ways to work around this restriction:
Turn off polling on the integration card and create an automation that is triggered by time and calls update entity action.
Patch the code: In custom_components/weatherlink/\_\_init\_\_.py around line 558 update_interval=timedelta(minutes=5), You can change 5 to a lower number and restart HA. Look in the log to ensure that you don't get error 429 (rate limiting). Note that the patch must be repeated after a version upgrade of the integration.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
First, thanks for all your work on this Weatherlink integration for Home Assistant. It works great.
I was wondering if it is possible to get the data to upload at 1 minute intervals. I do have the Pro+ upgrade for my just installed 6263 system so that data is available. I was so disappointed that Davis has locked up my data now with the new 6313 console. Am hoping this can be done.
Thanks again for your skills and work on this project.
Beta Was this translation helpful? Give feedback.
All reactions