-
Notifications
You must be signed in to change notification settings - Fork 68
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
API Limit Keeps getting hit #190
Comments
I am having this same issue. Any resolution? |
I just started using HA and added this to it and got the same thing. How do I know what constitutes an API call? I have all govee light bulbs at this point and want to use them in automation. |
Having the same issue as well, adding it to the automation broke it, got the same error |
I'm also having the same issue |
For those wondering this is still an issue. Even with no automations I still will get the API limit hit. Something that has helped reduce it a ton with automations is using Google Assistant SDK 'Send text command'. It's completely a roundabout way to do it and you won't know the states and values of your lights but it can at least allow you to turn them on and off, set them to a brightness or colour or even a scene |
I ended up trying https://github.com/Beshelmek/govee_ble_lights and haven't had a single rate limit yet. Been about a week now. I don't have any more govee entities set to trigger automations, but I was getting rate limited even with no automations before I switched. |
Same issue here |
How did you end up installing this? There isn't an installation guide on it |
Okay, so you have to have HACS. You go into that, click the three dots in the top right and select "Custom repositories" and put in the URL for the github. It'll be available as an integration then. |
Do I need to have this?
Or will I be fine without it. I am running HA on a Pi5 in Docker |
It should give you an option to use API or BLE when you configure it. Use API like you did with the hacs-govee one. |
Version of the custom_component
2023.11.1
Configuration
I am running HA on a Raspberry Pi 5 using docker (as I have other integrations working on my pi).
I have 10 lights that I am controlling, they are:
My set up of the lights looks like this:
Here are the settings I have with it:
Describe the bug
The API limit of 10000 requests every 24 hours keeps being initialized. However this only happens when I assign my lights to an automation. If I leave my lights just as their own then I typically don't have issues besides the odd disconnect. I decided today would be a good day to test out an automation for turning on my lights if my home state changes from 0 to 1 person coming home. Then I hit the API limit.
What is the point of having Govee on HA if every time I try to do anything somewhat smart with HA it just hits the limit and I can no longer use it. It has less functionality currently than my Google Home and that thing is absolutely brutal.
Debug log
The text was updated successfully, but these errors were encountered: