Hello,
I’ve been trying for a long time and without success to configure the internal Bluetooth of my NUC.
I have HA Core 2025.4 dockerized configured with these parameters:
services:
home-assistant:
container_name: home-assistant
image: ghcr.io/home-assistant/home-assistant:2025.4.4
# ... other configuration
volumes:
- ./config:/config
- /run/dbus:/run/dbus:ro
environment:
- DISABLE_JEMALLOC=true
privileged: true
So, in “Bluetooth” integration I have this error:
Setup failed, will try again: hci0 (XX:YY:ZZ:AA:BB:CC): hci0 (XX:YY:ZZ:AA:BB:CC): Failed to start Bluetooth: passive scanning on Linux requires BlueZ >= 5.56 with --experimental enabled and Linux kernel >= 5.10; Try power cycling the Bluetooth hardware.
I followed the steps described in the Official Documentation, namely:
- Making the DBus socket available in the Docker container
- Switching from dbus-daemon to dbus-broker
- Installing BlueZ (I have 5.66 version)