Updated the guide on how to support Govee heaters. Now supports state from API GitHub - wiltodelta/homeassistant-govee-smart-heater-h7131: Govee Smart Heater H7131 Integration for Home Assistant
@LaggAt Since last update of HA many users encountered issues with homekit. A recommendation by users was to deactivate Govee integration. That worked for me. Are you aware of it? HomeKit Bridge stopped working when Govee entities are included Ā· Issue #135358 Ā· home-assistant/core Ā· GitHub
I keep receiving errors when I try to use the Govee integration, my lights connect just fine and then I try to control them from the dashboard and it works for the first few times and then it stops working and I get a whole bunch of errors about rate limit exceeded. Any help would be great.
Youāre being rate limited. Meaning your auth key is hitting the govee API too many times per minute.
Do you have a lot of devices? Or several govee integrations setup?
Just happened to me too,
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.ā}
No integrations.
3 listed* devices
H6078 lamp, H605C tv backlight, and H6045 RGBIC Smart Backlight.
It happened after:
adding H6054 RGBIC Smart Backlight (Bluetooth only)
adding H6045 backlight light strip
adding H5151 WiFi Refrigerator Thermometer gateway
adding H5108 WiFi Refrigerator Thermometer
changing my H6078 lamp to be a distributed gateway
Seems like the integration needs to try and send less requests. It resets every 24 hours apparently.
Need to open an issue.
Thank you for this integration. You could add H601A to the list. These are smart recessed lights from Govee. Your integration worked beautifully. Much gratitude.
Just wondering but is this thread about a specific Govee integration or all of them? Iām using Govee Life(HACS), Govee Bluetooth, and Govee Lights Local. I know about Govee2MQTT but didnāt bother with it because the other 3 were enough to get my 5 Govee devices into HA.
But Iām interested in getting one of their electric kettles now and from the looks of it, work on the Govee Life integration is dead. So anyone knows if Govee2MQTT support kettles now?
Nvm, I got rate limited as well. ![]()
I hear the official Govee integration has had an update in HA Core 2025.3. The update includes the addition of scenes/effects available in many Govee lights. Iāve not updated yet and am using Govee2MQTT. Just wondering if anyone has updated yet and if they have noticed any improvement?
Iām using the Govee to MQTT bridge to control an H6072 light but when the light comes on, several random segments of the light come on at a random brightness that is less than I set. Here is the YAML code related to the automation.
The dim segments change each time it turns on. How dim they are changes each time as well. Iāve tried adding a step where it goes to 0 brightness, waits, then goes to 100 with no success.
Is this just a limitation in the integration or is there a way to fix this?
alias: Wake Up Light
description: ''
triggers:
- domain: sleep_as_android
device_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
type: alarm_alert_start
trigger: device
conditions: []
actions:
- action: light.turn_on
metadata: {}
data:
brightness_pct: 100
rgb_color:
- 255
- 244
- 224
target:
entity_id: light.bedroom_lamp
mode: single
It does, however, I got it to recognize my H7171 kettle but after a day or so the entities are greyed out.
I actually did buy a Govee Kettle(H7173) and setup Govee2MQTT even though I wasnāt sure if it was supported. It works perfectly so far.
I have no idea what could be the problem on your end but I havenāt had any issues since I got it about 2 weeks ago.
I just had to reinstall the Govee2MQTT and now it works fine.
I would love to see more Dream Viewer or video added to the list of options so that in the event I start a moving playing, we can automate that to start.
I just bought the Sync Box 2 (H6604 C) and while the core functionality is great (LED lights sync near-instantly with the TV signal and look awesome), Iām disappointed by the smart connectivity.
I currently have it connected into Home Assistant via Matter, and it looks like I can only control the LED colors themselves, nothing else.
Am I missing something? Or is the following list currently not possible with Home Assistant?
- Local/LAN control (not via Matter - just the Govee LAN API)
- Changing HDMI inputs with a service call or via
buttonentities - Setting the scene from static color back to TV sync with a service call or scene call (e.g. I changed the lights to be white via Home Assistant, and now I want to set them to go back to live TV sync - I canāt do this in HA?)
This is a really great product thatās just hindered by a bit of software. Govee needs to release a firmware update addressing some of these (or at least, make the app experience better - why is the input switch SUCH A TINY BUTTON IN THE APP??). And if youāre going to make an HDMI switch, it better be a good one - you should be able to toggle on or off features like power control (HDMI CEC) and auto input switching (when I turn on my PlayStation, you canāt switch to that input automatically? Really??).
Am I way off base here, or is this the same experience other people have with this product, too?
Hey any luck with this?
Looking to better understand what the polling is doing. I have 4 can lights, and a floor lamp, and every day they stop working at some point because of the stupid 10000 API limit. 10000 calls per day/5 is 2000 calls per day per device. (24x60x60)/2000 = 43.2, so does that mean I need to set my poll interval to ~44 seconds to avoid hitting the API limiter?
If so, what is the side effect of this? Is it just polling state to see if lights are on or off? I care more about controlling than seeing status.
I have the H6604B (Govee HDMI 2.1 Sync Box Kit 2). I have it all setup in the iPhone app and working, I alse the integration setup in Home assistant with the API entered.
The device doesnāt show up? Is it supported, please?
Anyone else constantly getting
āCannot connect. Is the API-Key correct and the internet connection working?ā when trying to add a new API key.
I had one in there which worked a few days ago, I had polling set to 10 because I didnāt understand the instructions, 2 days ago, controlling stopped working on the lights. I assume I was blocked but I am not sure ā I donāt understand the polling piece, I have 4 lights, so do I set it to like 200?
Thank you
