New User. When I first set up home assistant in virtualbox, the bluetooth dongle was found automatically and was working fine, it even found my lone bluetooth temp\humidity sensor that I did not know could be used. But it took control away from the VB host so the bluetooth mouse and keyboard stopped working on the host. Since the keyboard/mouse was more important to me I deleted the bluetooth integration and got control back in the VB host.
But today I set the keyboard/mouse up on a second logitech unifying receiver which freed up the bluetooth dongle for use in HA. The dongle was found in VB and I again set it to be used by home assistant. But this time HA did not find it. So I tried to install the bluetooth integration again but it now says āNo unconfigured Bluetooth adapters foundā. So how do I get HA to again see the bluetooth dongle?
Iāve got the same exact issue. I even bought a new bluetooth adapter (one from the recommended adapters in the official bluetooth integration page) but I still get the āNo unconfigured Bluetooth adapters foundā thing
Not VB installation but HA Core on Armbian. Iāve faced with the similar error :āNo unconfigured Bluetooth adapters foundā when Iāve tried to run bluetooth integration ( HA ver. 2022.11.2 ). Iāve noticed I was able to run properly bluetoothctl command in linux terminal only as root user. Googling brings me to the solution to add āhassā user (under which homeassistant is running on my armbian ) into /etc/dbus-1/system.d/bluetooth.conf
and restart bleutooth service: sudo systemctl restart bluetooth
after that HA bluetooth integration has successfully discovered my dongle and other bthome compatible sensors have been appeared automatically under BTHome integration.
links to the sources: https://forums.raspberrypi.com/viewtopic.php?t=108581
Justin,
Armbinan is the special linux distributive for various SBCs (particulary mine is orange PiOne ) similar to Raspberry Pi OS (previously called Raspbian) which yours HA core is running onā¦ USB Adapter (or the embedeed one) has to be set up on the OS level before it will be discovered by HA. So, please:
check if bluetooth stack (bluez) is installed and working:
sudo systemctl status bluetooth - this command should tell you if itās up and running; if yes, check the status of your ble hardware:
bluetoothctl show
Iāve attached the screenshots taken from my system:
1