hacs-govee icon indicating copy to clipboard operation
hacs-govee copied to clipboard

Home Assistant 2022.10.3 Breaking Change???

Open Gahawn opened this issue 3 years ago • 8 comments

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.

Image 002

Gahawn avatar Oct 14 '22 02:10 Gahawn

Same here. Attempted to use a new api key and it cannot connect.

deonte1threatt avatar Oct 14 '22 14:10 deonte1threatt

Same here. :(

keler8 avatar Oct 14 '22 19:10 keler8

Same

The-Techy avatar Oct 15 '22 10:10 The-Techy

Same 🥲

GeorgeBark avatar Oct 15 '22 20:10 GeorgeBark

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.

fuzzysb avatar Oct 17 '22 21:10 fuzzysb

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.

Gahawn avatar Oct 17 '22 23:10 Gahawn

same here

himanshu-jain16 avatar Oct 18 '22 04:10 himanshu-jain16

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."}%

johnneerdael avatar Nov 01 '22 22:11 johnneerdael