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

Govee intergration keeps breaking

Open miammons opened this issue 2 years ago • 12 comments

The hacss govee tile keeps saying that it is unavailable, after restarting either home assistant or reloading the tile, the problem is fixed for an uncertain amount of time before breaking again. I do not believe it to be the API key because I have never had to change the API key.

miammons avatar Nov 28 '22 00:11 miammons

Same here. The integration just stops working and need a restart of HA to get it working again.

saberriderstar avatar Dec 01 '22 19:12 saberriderstar

same for me also.

blablazzz avatar Dec 04 '22 15:12 blablazzz

see https://github.com/LaggAt/hacs-govee/issues/94

randysaz928 avatar Dec 05 '22 16:12 randysaz928

same here. even a restart doesn't work today

pivlersmom avatar Dec 11 '22 07:12 pivlersmom

This is the problem. Can we reduce the number of requests to be less than 10,000 limit ?

Logger: custom_components.govee Source: custom_components/govee/init.py:66 Integration: Govee (documentation, issues) First occurred: 7:17:57 AM (1 occurrences) Last logged: 7:17:57 AM

Could not connect to Govee API: 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."}

ecard0 avatar Dec 16 '22 12:12 ecard0

Similar/same as @ecard0 issue here:

Logger: custom_components.govee Source: custom_components/govee/init.py:66 Integration: Govee (documentation, issues) First occurred: 5:21:48 PM (1 occurrences) Last logged: 5:21:48 PM

Could not connect to Govee API: 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."}

k0qed avatar Dec 17 '22 01:12 k0qed

Same here , is there a fix ??

Could not connect to Govee API: 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."}

CAVACO-PT avatar Dec 17 '22 11:12 CAVACO-PT

deleted this integration and installed this local control https://github.com/wez/govee-lan-hass

works like a charm and supper fast

ecard0 avatar Dec 17 '22 13:12 ecard0

deleted this integration and installed this local control https://github.com/wez/govee-lan-hass

works like a charm and supper fast

This is a great option, thanks for sharing!

antchagas avatar Jan 19 '23 22:01 antchagas

deleted this integration and installed this local control https://github.com/wez/govee-lan-hass

works like a charm and supper fast

This is great for devices that have LAN capability, but the majority of mine do not. Any other fixes/workarounds out there?

ebotty avatar Feb 28 '23 11:02 ebotty

Also curious, only half of my Govee lights support LAN control.

Same issue as everyone else, rate limited at 10000 requests.

Stormster avatar Mar 02 '23 17:03 Stormster

@ebotty , @Stormster - the govee-lan-hass integration seems perfectly capable of controlling Govee lights via the API. It just prefers LAN control where available.

I just tested it with H6057 and H6047 (neither have the LAN control option right now), and they worked fine. Well, until I started getting "connection lost" messages - but my guess is that this is because of very aggressive rate limits on the Govee API (which would also explain why LAN control would be preferred :) ).

bogd avatar Jul 18 '23 08:07 bogd