Hello everyone, I’ve been diving into the world of smart home automation and I must say, it’s been an exciting journey! Today, I wanted to share my experience with setting up a Bluetooth adapter for BLE (Bluetooth Low Energy) functionality, as I ran into a bit of a challenge that I managed to overcome. I hope this helps others who might be facing similar issues.
So, the setup I’m working with is a Home Assistant installation on a HP T620 thin client. I’ve been using an older Bluetooth 4.2 USB stick which worked perfectly for basic Bluetooth operations. However, with the growing interest in BLE devices, I decided to upgrade to a more modern solution—a UGREEN Bluetooth 5.3 adapter. The goal was to expand my smart home ecosystem with BLE-enabled sensors and devices.
Upon connecting the new adapter, I noticed that the system recognized it immediately. The kernel logs confirmed that the device was detected, and I could see it listed in the Bluetooth subsystem. However, when I attempted to add the Bluetooth integration within Home Assistant, I encountered an unexpected issue: the system reported that no unconfigured Bluetooth adapters were found. This was puzzling because the adapter was clearly present.
I started by checking the basics. A reboot of the system didn’t resolve the issue. I then logged into the machine via SSH to troubleshoot further. Using the bluetoothctl command, I found that the system couldn’t detect any default controller, which indicated a deeper problem with how the Bluetooth service was recognizing the adapter.
After some research, I discovered that the issue might be related to the Bluetooth service configuration. I decided to restart the Bluetooth service to see if that would help. Lo and behold, upon restarting, the adapter was recognized without any further issues. It seems that the initial configuration or state of the Bluetooth service wasn’t compatible with the new adapter, and a simple restart was all that was needed.
This experience taught me the importance of checking service states and configurations, especially when dealing with new hardware. It’s easy to overlook such steps, but they can often be the key to resolving seemingly complex issues. I’m now happily using my new Bluetooth 5.3 adapter to connect a variety of BLE devices, expanding my smart home setup even further.
If anyone else is experiencing similar issues with Bluetooth adapters or BLE integration, I’d be happy to share more details or troubleshoot together. Happy automating everyone! ![]()