Danieldiazi / homeassistant-meteogalicia

A Home Assistant integration that gives you weather info from MeteoGalicia, the meteorological agency for Galicia, Spain
GNU General Public License v3.0
9 stars 0 forks source link

Limit number of queries/day #3

Closed vz-john closed 1 year ago

vz-john commented 1 year ago

More than 40,000 queries to servizos.meteogalicia.gal in 24 hours. Is it possible to limit the number of queries per hour/day?

Danieldiazi commented 1 year ago

Hi, sorry about that! You can use scan_interval option, for instance, if you put 1800 value, sensor will poll information every 30 min instead of the default value (I think is 30 seconds).

I've just updated Readme.md in order to add this option, because there are a lot of connections to servizos.meteogalicia.gal and it can be useful to someone. I recommend to everyone to use this option.

Once again, my apologies and I hope to have time to continue improving this integration.

I'm looking forward if this solve your problem!

vz-john commented 1 year ago

Thank you!