Good, I've had the same error for several years, suddenly it considers that too many calls have been made to the API and it crashes. I have checked and deleted all the calls in my functions that are not the basic ones of the very element that I have set every 8 minutes and even so the limit is reached.
I have tried to delete the Netatmo token from my account and create it again, but when I try to create it it gives the same error when linking again with Netatmo.
Just as it stops working, suddenly it works again without more.
I don't know if the cause of this annoying error has been detected.
Thank you
It seems that Eedomus is exceeding our per app limit quotas (https://dev.netatmo.com/guideline#rate-limits). That's why you get 429 errors even if the number and frequency of calls you perform individually are OK
I wrote them in order to get in contact with their developers and find a solution
Have a good day,
Leslie - Community Manager
0
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
Opmerkingen
2 opmerkingen
hello,
This post is interesting
https://helpcenter.netatmo.com/hc/en-us/community/posts/28272276247058-API-Rate-Limit-clarification-request
best regards
Hello @thernandez,
It seems that Eedomus is exceeding our per app limit quotas (https://dev.netatmo.com/guideline#rate-limits). That's why you get 429 errors even if the number and frequency of calls you perform individually are OK
I wrote them in order to get in contact with their developers and find a solution
Have a good day,
Leslie - Community Manager