-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Govee Bluetooth Thermo-Hydrometer Suddenly Not Working #141497
Comments
Hey there @bdraco, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) govee_ble documentation |
Thats a RTL8761BU https://www.home-assistant.io/integrations/bluetooth/#realtek-rtl8761bu-adapters without a reset pin. These adapters are a bit painful since if they stop responding you usually have to unplug/replug to get them working again. The Olimex ESP32 Power-over-Ethernet ISO is usually a better choice to avoid all the headaches. They are simple to flash using https://esphome.io/projects/?type=bluetooth If you want to go that route the two parts to order are: ESP32-POE-ISO-EA BOX-ESP32-POE-ISO-EA-F |
I don't think that this route would work for my case.. is there another adapter that you recommend? |
I'm using a https://www.feasycom.com/datasheet/fsc-bp119.pdf but since we published that information in the Bluetooth docs, these adapters have been very hard to get ahold of |
ah! can confirm, it looks like the CSR8510A chipset works best for homeassistant. I used another Bluetooth adapter that runs off that chipset and it works great! it looks like there's also a lot of discussion here about what bluetooth adapters work or don't work https://community.home-assistant.io/t/recommended-usb-bluetooth-adapter/616065/18 |
The problem
Hello, at my wits end trying to figure out why my Govee H5075 Bluetooth Thermo-Hydrometer are suddenly not working. please help!
I've installed bluez and have done all the necessary steps to make sure my Bluetooth integration works. I'm using this Bluetooth adapter from amazon (LINK)
this setuphas been working great until recently (a couple weeks ago)
now my Govee bluetooth devises are being recognized by homeassistant. any help you can provide would be fantastic. I've provided logs from my container as well.
What version of Home Assistant Core has the issue?
core-2025.3.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Govee
Link to integration documentation on our website
https://www.home-assistant.io/integrations/govee_ble/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
services:
homeassistant:
image: lscr.io/linuxserver/homeassistant:latest
container_name: homeassistant
network_mode: host
privileged: true
cap_add:
- NET_ADMIN
- NET_RAW
volumes:
- /mnt/raid/docker_data/homeassistant:/config
- /run/dbus:/run/dbus:ro
ports:
- 8123:8123 #optional
restart: unless-stopped
The text was updated successfully, but these errors were encountered: