You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to go to the code in github and dig around to find the polling interval timeout default for the openweathermap integration. For anybody else who would like to know if the defaults threaten to overflow the 1000/day max API calls, it is useful to know this is set to ten minutes, so no more than 144 calls per day.
Hey there @fabaff, @freekode, @nzapponi, mind taking a look at this feedback as it has been labeled with an integration (openweathermap) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of openweathermap can trigger bot actions by commenting:
@home-assistant close Closes the feedback.
@home-assistant rename Awesome new title Renames the feedback.
@home-assistant reopen Reopen the feedback.
@home-assistant unassign openweathermap Removes the current integration label and assignees on the feedback, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information) to the feedback.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information) on the feedback.
From my point of view, technical details about the implementation should not be mentioned in the end-user documentation ( General details about the polling interval are located in the Developer documentation). If one wants a deep-dive then the source for the integration is only a mouse click away.
Reported issues about hitting API limitations are usually very quickly resolved. Thus the end-user don't need to worry about that.
I understand and agree with the general idea here, but would urge reconsideration in this particular case.
The end user is expected to subscribe to a service with a free tier that expects below a certain number of calls per day. (1000) For the end user's reassurance, it would be nice to include that the default settings will not overflow that cap. This is really all I'm asking to be added to the docs.
Feedback
I had to go to the code in github and dig around to find the polling interval timeout default for the openweathermap integration. For anybody else who would like to know if the defaults threaten to overflow the 1000/day max API calls, it is useful to know this is set to ten minutes, so no more than 144 calls per day.
URL
https://www.home-assistant.io/integrations/openweathermap/
Version
2025.1.0
Additional information
No response
The text was updated successfully, but these errors were encountered: