Hi everyone, I wanted to share my recent success in integrating Govee 5075 BLE thermometers into Home Assistant. After spending countless hours troubleshooting, I finally got everything working smoothly! Here’s how I did it:
The Challenge
Initially, I was struggling with the sensors not updating in Home Assistant. Every time I restarted the integration, the sensors would show the correct values for a short period, but then they would go back to ‘not available.’ It was quite frustrating, especially since I rely on accurate temperature readings for my smart home setup.
What I Tried
I followed the official Home Assistant documentation for the Govee Bluetooth integration and enabled the necessary Bluetooth settings. However, the issue persisted. I even went through the Docker configuration to ensure Bluetooth was properly set up on my Raspberry Pi, but nothing changed.
The Solution
After digging through GitHub issues and community forums, I discovered that the solution was simpler than I thought. The key was to enable the generic Bluetooth integration in Home Assistant, not just the specialized Govee one. By unignoring the Bluetooth integration and disabling ‘Passive Scanning,’ the sensors started updating reliably.
Tips for Others
If you’re having trouble with Govee sensors or any Bluetooth devices, here are a few tips:
- Ensure that the generic Bluetooth integration is enabled.
- Check if ‘Passive Scanning’ is disabled, as it can interfere with device discovery.
- Restart your Home Assistant instance after making these changes to apply them properly.
Final Thoughts
It’s amazing how a small tweak can make such a big difference. Now, my temperature sensors are consistently providing accurate readings, and I can automate my home environment with confidence. If anyone else is struggling with similar issues, I hope this helps you find a solution too!
Happy automating! ![]()