r-renato / ha-climacell-weather

Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.
MIT License
46 stars 10 forks source link

Scan Interval issue? #20

Open MYeager1967 opened 4 years ago

MYeager1967 commented 4 years ago

I'm trying to get the realtime every few minutes but it's only updating every 10. Is there a minimum setting that's overriding my scan interval?

r-renato commented 4 years ago

Hi, the min scan interval is 300 seconds.

Bye, Renato

MYeager1967 commented 4 years ago

Even at a minimum update interval of 300 seconds, it only seemed to only update every 10 minutes. No biggie, I fixed that...

Before I found your custom component, I was updating every 2 minutes with my own routine. I can see where it could be an issue with someone trying to update too much though with the different options available and eating up their API calls too rapidly. I like the time windows you put in to not update as well...