Hi,
I've added docker and some containers on my LibreElec setup (Rpi4). Now I would like to give Home Assistant access to built in Rpi4 Bluetooth. But I can't figure out how to do that. I think some things differs on Libreelec compared to a normal debian system to achieve that.
I've read https://www.home-assistant.io/integrations/bluetooth/ , and according to the instructions, there should be Dbus and BlueZ installed. I can find a /run/dbus device, that I've made accessible to the docker container using a bind mount. But home assistant still is unable to scan for bluetooth devices. I'm not sure if it's because BlueZ is missing, or any other problem. Could someone read the documentation above and try to help me to achieve this ? I don't know what to try next.
Home Assistant give me the following error when trying to scan :
2023-03-22 21:28:27.222 ERROR (MainThread) [frontend.js.latest.202303091] :0:0 ResizeObserver loop completed with undelivered notifications.
2023-03-22 21:28:41.254 ERROR (MainThread) [homeassistant] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/dbus_fast/aio/message_bus.py", line 214, in on_hello
raise err
File "src/dbus_fast/aio/message_reader.py", line 24, in dbus_fast.aio.message_reader.build_message_reader._message_reader
File "src/dbus_fast/_private/unmarshaller.py", line 659, in dbus_fast._private.unmarshaller.Unmarshaller._unmarshall
File "src/dbus_fast/_private/unmarshaller.py", line 533, in dbus_fast._private.unmarshaller.Unmarshaller._read_header
File "src/dbus_fast/_private/unmarshaller.py", line 283, in dbus_fast._private.unmarshaller.Unmarshaller._read_to_pos
Do you have an idea ? Any answer is welcome
Have a great day