Pull interval for wunderground

Hi,

How can I change the pull interval for wunderground component? Everyday HA makes more than 500 requests (501 or 503) and wunderground blocks my API key for usage exceeded (the limit is 500 requests per day).

Thanks!

Is that still hard coded to maxing at 60 seconds?

I thought that was fixed; I’m not having any throttling issues.

@jgon - are you using the HA component or the old custom component version? I was using the custom version until I started testing for @tchellomello but I still didn’t have any API over requests.

Hello, it should be fixed on 0.32.2. If we look at the latest bug reports a lot of other components hit the max number of requests on their APIs. Try to update to the the latest 0.32.2 and please report the results. I had a similar problem with my Nest component but I just upgraded to 0.32.2.
Similar links:
https://github.com/home-assistant/home-assistant/issues/4241
https://github.com/home-assistant/home-assistant/issues/4266
Please let us know if after upgrading to 0.32.2. you will still experience the issue.

Marcelo

1 Like

I’m using HA component from 0.31.1 version, i will update to the last one and i will test again!