Host: Intel NUC i7 (Debian 11 / Docker 20.10.14)
HA version: core-2022.4.7
supervisor-2022.04.0
bluetoothctl: 5.55 (Bluez version 5.55-3.1)
The addon hassio-plejd worked for me initially, when I set it up, but now I get this error from the log:
2022-04-26 19:01:11 INF [device-comm] Bluetooth reconnecting...
2022-04-26 19:01:16 INF [plejd-ble] Reconnecting BLE...
2022-04-26 19:01:16 INF [plejd-ble] init()
2022-04-26 19:01:16 ERR [plejd-ble] Unable to find a bluetooth adapter that is compatible.
2022-04-26 19:01:16 WRN [plejd-ble] Failed reconnecting. Unable to find a bluetooth adapter that is compatible.
Error: Unable to find a bluetooth adapter that is compatible.
I have bluetooth running (with the NUC built-in BT controller) on the host as shown below:
~$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2022-04-26 18:11:59 CEST; 51min ago
Docs: man:bluetoothd(8)
Main PID: 8551 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 19034)
Memory: 680.0K
CPU: 359ms
CGroup: /system.slice/bluetooth.service
└─8551 /usr/libexec/bluetooth/bluetoothd
apr 26 18:11:59 HomeAssistant systemd[1]: Starting Bluetooth service...
apr 26 18:11:59 HomeAssistant bluetoothd[8551]: Bluetooth daemon 5.55
apr 26 18:11:59 HomeAssistant systemd[1]: Started Bluetooth service.
apr 26 18:11:59 HomeAssistant bluetoothd[8551]: Starting SDP server
apr 26 18:11:59 HomeAssistant bluetoothd[8551]: Bluetooth management interface 1.18 initialized
Any ideas why HA or hassio-plejd can’t see my NUC BT-adapter or if there is a fix to make it compatible?