Govee H6125 in HomeAssistant

Hey Guys,
Iam pretty new to HASS. Is there a Code or Plugin to add the Lightstrip to my HASS?

Thx

Did you manage to find anything on this?

still nothing. Wbu?

@home2b @VeitGoe
Not sure it’ll work but have you seen/tried this custom integration…

A while later, but worth a response as there hasn’t been much info about this device, though there have been some changes very recently.

The linked integration unfortunately does not work, it is for WiFi enabled devices, therefore does not apply.

However there are two repositories with partially working integrations:

https://github.com/timniklas/hacs-govee-bluetooth-lights
and
https://github.com/Beshelmek/govee_ble_lights

Both of these will work to turn the lights on and off. However, there are two apparent iterations with the same model number. I can only get the “GBK_” devices to turn on and off, However, my “ihoment_” device will turn on, off and allow me to change the colour.

It is necessary to modify the manifest.json to include both versions…

{ "local_name": "GBK_*", "connectable": false },
{ "local_name": "ihoment_*", "connectable": false }

Of course even with this all working, it’s not possible to independently control blocks of colour or use the onboard microphone etc.

I have a H6125 and installed the Beshelmek/govee_ble_lights integration, but that model is not included yet. Is there a working alternativ model I can use?