hacs-govee
hacs-govee copied to clipboard
Home Assistant 2022.10.3 Breaking Change???
After updating to HA 2022.10.3 the Govee integration has stopped working. I've attached an image of the log.
I also tried requesting a new API key. It tells me it cannot connect.

Same here. Attempted to use a new api key and it cannot connect.
Same here. :(
Same
Same 🥲
you are rate limited, only 10 messages per minute, so i changed the config for the plugin for 3 devices from 10 to 30 and io no longer get rate limited. but status changes are slower.
you are rate limited, only 10 messages per minute, so i changed the config for the plugin for 3 devices from 10 to 30 and io no longer get rate limited. but status changes are slower.
That plus a new API key seems to have resolved the issue for me. Thanks very much. I suspect the HA update was merely coincidental.
same here
Like others set, your more then likely being rate limited, check yourself with this command:
curl --location --request GET 'https://developer-api.govee.com/v1/devices' --header 'Govee-API-Key: <API-KEY>'
If you get this, increase your polling frequency massively and try again the next day:
{"message":"rate limited! the limit is 10000 requests every 24 hours. X-RateLimit-Reset in Http Response Header shows the reset time."}%