Response issue
Version of the custom_component
Configuration
Add your logs here.
Describe the bug
A clear and concise description of what the bug is.
Debug log
Add your logs here.
```having issues with my Govee lights having reliability and responsiveness it appears in Home Assistant, but it is not always responsive received messages that I have reached my limit of 1 for the day
I am having issues with my Govee lights. They are not responsive or reliable. Sometimes when I click on them, they will not turn off. Sometimes the response is laggy, and sometimes I cannot dim them at all. I would like any help anyone may have. I am not sure if I did something wrong with setting them up.
Same for me. They won't refresh. The Govee app can control them as can Alexa, but not the HA integration.
Same problem. See my error log, rate limite 10000 by day. I never called 10000 Times my lights 😱
Cannot connect: API: API-Error 429: {"message":"rate limited! the limit is 10000 requests every 24 hours. X-RateLimit-Reset in Http Response Header shows the reset time."} Traceback (most recent call last): File "/config/custom_components/govee/config_flow.py", line 66, in async_step_user user_input = await validate_api_key(self.hass, user_input) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/govee/config_flow.py", line 32, in validate_api_key raise CannotConnect(error) custom_components.govee.config_flow.CannotConnect: API: API-Error 429: {"message":"rate limited! the limit is 10000 requests every 24 hours. X-RateLimit-Reset in Http Response Header shows the reset time."}
Same problem. See my error log, rate limite 10000 by day. I never called 10000 Times my lights 😱
Cannot connect: API: API-Error 429: {"message":"rate limited! the limit is 10000 requests every 24 hours. X-RateLimit-Reset in Http Response Header shows the reset time."} Traceback (most recent call last): File "/config/custom_components/govee/config_flow.py", line 66, in async_step_user user_input = await validate_api_key(self.hass, user_input) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/govee/config_flow.py", line 32, in validate_api_key raise CannotConnect(error) custom_components.govee.config_flow.CannotConnect: API: API-Error 429: {"message":"rate limited! the limit is 10000 requests every 24 hours. X-RateLimit-Reset in Http Response Header shows the reset time."}
When you go into your Govee integration, you want to look at your Poll Interval. It's probably set to 10. That means that EACH device on your setup is going to ping Govee every 10 seconds. If you've got 10 devices, that's 60 pings per minute. There are 1440 minutes per day. That's like 86,400 times per day. I had to set my polling interval to like 90 instead of 10 to get past this issue, but you'll have to do the math for your setup.