-
Notifications
You must be signed in to change notification settings - Fork 13
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
Daily Calls to Rachio Server Exceeded Error #5
Comments
I found something regarding the 1700 daily call limit on the Rachio API documentation.
Does this plugin use polling in it? If so then it is causing this "1700 calls per day" limit to be reached fairly quickly. |
I also found this interesting conversation covering this topic on the Rachio Community Forums. |
Thanks for posting this issue. The way its written, it listens to web hooks. There is no polling involved at all. Can you give more info about your setup? It would also be helpful if you post your log file to me. |
If you look at the error, it is only from |
Also, do you have any other integrations using your API key? |
I wasn't restarting my homebridge constantly, the only thing that I can think that might have happened was that when I asked Siri to start a zone for some reason it was cycling through all of the zones starting them, then stopping them in order to get to the zone that I asked for. Seems there are still some bugs with the way that Siri understands irrigation control and how to navigate or cycle through to the Zone that is requested. I'll try to upload my log for review and I'll try to run some more tests with my system and the plugin. After the 24 hr "1700 calls per day" violation period ended I once again had access to all of my sprinkler zones again using this plugin via Homekit. Sent with GitHawk |
I'm also running into this issue:
I have no other API integrations and haven't reloaded the Homebridge server more than a couple of times today (unrelated troubleshooting) |
Going back through the logs, I do see this a lot:
|
I just configured this plugin with my rachio information, and I see this message in the logs as well. The device does not show at all up in the home app. |
I had this plugin working initially then when I tried to run it today using Homekit Home app the switch turned on but nothing happened.
After checking my Homebridge setup I received the following error:
So it looks like somehow I exceeded the 1700 daily call limit but I have no idea how this happened. Does this plugin constantly ping the Rachio servers to check on the sprinkler system status?
If so then you might have to add some lines of code that limit how often the plugin sends a request to the Rachio servers.
The text was updated successfully, but these errors were encountered: