-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hits the limit after 6 hours #230
Comments
From the looks of things you're using the HA integration no? Someone else was having a similar situation #221 and it turns out the cause was having more than one integration setup and the key was marked as untrustworthy so it was being blocked. I'll also ping @alexander0042 to look into things on his end to see if he can figure anything out. |
Thanks for reaching out! I'll second what @cloneofghosts said, could you clarify if you're using the HA integration or some other way to call the API? |
@alexander0042 and @cloneofghosts - Good morning gents, so I am using HA intergation, I have deleted all the other API and using just the one. I have found however if i only select the storm distance and bearing it seems to last long rather then the entire amount of sensors. Also just another question in terms of the storm distance, is this measuring the storm from the location GPS from my location? |
Thanks for confirming that you're using the HA integration. Just for clarification you're still having issues with hitting the API limit or has it been solved? If you're still having issues do you have more than one instance of the integration setup? The update rate you have it set to shouldn't cause any issues with hitting the API limit that quickly and having other weather integrations shouldn't affect anything either.
Can you clarify what you mean by this? I'm not really sure what exactly you are trying to say here. |
Hi @alpha520098 are you still having issues with the API limit or has it sorted itself out? If you are still having issues with the API limit could you supply the email you signed up with or email [email protected] and @alexander0042 can look into this for you. |
@cloneofghosts, Hi and thanks for checking in. Yes, I’ve subscribed to the $2 per month plan, and it seems to have settled things down. On a side note, I wrote some code that analyzes the bearing and distance to create distance rings at 10, 20, 50, and 100 km intervals in all directions. This includes the names of areas and suburbs to provide context on the storm's location, using my home as a reference point. for anyone else that is reading this make a template sensor my many thanks to @alexander0042 and @cloneofghosts for making this intergation |
Alright, good to know. I'll close this for now but feel free to re-open if you're having issues with hitting the limit in the future. |
hey @alexander0042 so i've seen the excellent work that you've done and i have paid for the subsribtion but I hit the limit again i do note its been over 2 weeks but i thought that this would have solved this issue, any chance you could have a look at this? |
On it! |
Sorry for the short update followed by silence, it is a weird issue! I checked a couple things, but nothing immediately jumped out. Can you confirm if you subscribed on Apiable and what your e-mail address was (you can redact part of it if you'd like)? I've got a plan to figure this out once and for all, but first I need to extend your subscription so calls start working again |
Hi @alexander0042 just want to add that this is happening to my HA as well. |
Hi @LeonardoGandini, thanks for helping to debug this issue! Just to confirm, you have 6 different locations configured, and do you know if you changed the update interval from the default? At the default 20 minute update interval, I believe that would exceed the 10,000 base limit which might explain this? |
Also, in the meantime I upped your request limit, so you should see things start working again! |
Thanks it's working now. I didn't change the default settings I don't think 🤔 |
If you turn on "debug logging" you should see something in your logs every time there's a new update. Default is 20 minutes, which should be enough for up to four different locations |
got it, apologies I might just be dumb, is there a way to change the scan_interval without removing and adding an Entry again? |
Not a dumb question at all! I really wish there was, but I can't figure out how to update an existing data coordinator once it's been created in Home Assistant (same problem with changing locations). |
@alexander0042 - perhaps you know this and know better than to try it. But once upon a time, I was able to find the integration in |
As of V1.5.5 you can now edit the scan_interval in the integration configuration even after you've setup the integration. |
Describe the issue
So i got the storm distance and bearing to work (thank you)
however the API limit is being exhausted with in 6 hours, ive got the refresh to 1200
Acknowledgements
The text was updated successfully, but these errors were encountered: