naofireblade / homebridge-weather-plus

A comprehensive weather plugin for homebridge.
MIT License
315 stars 63 forks source link

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

Open dacarson opened 5 months ago

dacarson commented 5 months ago

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 (https://github.com/naofireblade/homebridge-weather-plus/issues/291#issuecomment-2085664116) 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.