Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceed quota on OWM and/or Wunderground when used in conjunction with Tempest #293

Open
dacarson opened this issue Apr 30, 2024 · 0 comments
Assignees

Comments

@dacarson
Copy link
Collaborator

When a Tempest weather station is configured, the update interval is hard coded to 1 minute as that is the frequency in which it broadcasts weather data on the local network. When a weather service is added, it is polled at the same update interval of every minute. This can exceed quotas, and result in requests failing (#291 (comment))
The update intervals should either be moved to per-weather service, or leave it global but internally update the Tempest weather data only every minute.

@dacarson dacarson self-assigned this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant