This error originated from a custom integration.
Logger: homeassistant.config_entries
Source: custom_components/govee/__init__.py:67
Integration: Govee (documentation, issues)
First occurred: 9:40:10 AM (2 occurrences)
Last logged: 9:41:21 AM
Error setting up entry govee for govee
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/govee/__init__.py", line 67, in async_setup_entry
await hub.rate_limit_delay()
AttributeError: 'Govee' object has no attribute 'rate_limit_delay'
I also found that the brightness value was missing and I added it manually but i still have the same error
Hey! I had the integration up and working then I had to redo my home assistant install and now when I try to put in the API Key (a new one I requested) it doesnāt work and says it canāt connect. any ideas?
Looks like the integration is down with Goveeās API.
Govee 0.2.2 stopped working on HA 2023.3.6
It stopped controlling devices, so I uninstalled restarted, tried older version; no luck.
Reinstalled latest version of the HACS Govee integration.
Getting an error about an invalid API key. Tried my old API key, and requested a new API key from Govee. Both API keys do not work.
This error originated from a custom integration.
Logger: homeassistant.config_entries
Source: custom_components/govee/__init__.py:67
Integration: Govee (documentation, issues)
First occurred: 10:02:00 PM (1 occurrences)
Last logged: 10:02:00 PM
Error setting up entry govee for govee
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/govee/__init__.py", line 67, in async_setup_entry
await hub.rate_limit_delay()
AttributeError: 'Govee' object has no attribute 'rate_limit_delay'
Iām seeing a pretty similar error to the rest of you:
Logger: homeassistant.config_entries
Source: custom_components/govee/__init__.py:67
Integration: Govee (documentation, issues)
First occurred: April 3, 2023 at 9:20:20 PM (1 occurrences)
Last logged: April 3, 2023 at 9:20:20 PM
Error setting up entry govee for govee
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/govee/__init__.py", line 67, in async_setup_entry
await hub.rate_limit_delay()
AttributeError: 'Govee' object has no attribute 'rate_limit_delay'
This seems like Govee themselves made a change that broke things.
@ctml Thanks for the suggestion but Iām not able to get past Video Mode even with the Google SDK, it doesnāt recognize the commands. If you managed to do it, can you tell us how?
Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht
Logger: homeassistant.config_entries
Source: custom_components/govee/__init__.py:67
Integration: Govee (documentation, issues)
First occurred: 13:41:23 (2 occurrences)
Last logged: 14:01:35
Error setting up entry govee for govee
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/govee/__init__.py", line 67, in async_setup_entry
await hub.rate_limit_delay()
AttributeError: 'Govee' object has no attribute 'rate_limit_delay'
Testcase:
curl --location 'https://developer-api.govee.com/v1/devices' \
--header 'Govee-API-Key: {{govee_api_key}}'
******'
{"message":"service is busy please try again later","status":500}#
If it helps anyone, raising my polling interval in the GoVee integration from 10 to 60 helped me with the random disconnects and there has been no loss of function.