I’m currently running openHAB 4.1.2 on a Sonoff iHost, which I’ve reflashed with a pared-down RockChip Linux. The setup includes Docker containers for both openHAB and ZigBee2MQTT, alongside a native Mosquitto broker. Everything seems to be running smoothly except for the Bluetooth binding, which has been a bit of a puzzle for me.
I’ve managed to get hciconfig and bluetoothctl working both outside and within the openHAB container, and I can successfully power the Bluetooth module on and off. Scanning for devices works too—I can see nearby devices appear in the logs. However, the Bluetooth binding itself isn’t functioning as expected. I keep encountering the error message: ‘Native adapter could not be found for address ‘14:F5:F9:06:98:2C’’.
I suspect it might be something straightforward, like a misconfiguration or a missing dependency within the Docker environment. Has anyone else encountered this issue or managed to resolve it? Any insights or suggestions would be greatly appreciated! Let’s see if we can crack this together.