Hi!
I have nonprivileged LXC (Turnkey template) and I am running Home Assistant (and others) in docker. I have Conbee and RFLink running ok AND bluetooth is visible in LXC and inside HA container. But. Home Assistant does not see bluetooth.
I have tried external (Asus BT-500) also. No luck.
Now I am lost and I would appreciate greatly if anybody can give at least some advice what to check/do next.
Thank you.
I have nonprivileged LXC (Turnkey template) and I am running Home Assistant (and others) in docker. I have Conbee and RFLink running ok AND bluetooth is visible in LXC and inside HA container. But. Home Assistant does not see bluetooth.
I have tried external (Asus BT-500) also. No luck.
Code:
root@homeassistant /opt# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 008: ID 0b05:190e ASUSTek Computer, Inc.
Bus 001 Device 006: ID 1cf1:0030 Dresden Elektronik ZigBee gateway [ConBee II]
Bus 001 Device 007: ID 2341:0042 Arduino SA Mega 2560 R3 (CDC ACM)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code:
docker-compose.yaml:
volumes:
- /opt/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
Now I am lost and I would appreciate greatly if anybody can give at least some advice what to check/do next.
Thank you.