Posts by mrdc

    Hello,

    I've recently intalled LibreELEC on my RPi3b+. Addionally Homebridge was installed via Docker add-on for LibreELEC. Unfortunately, Bluetooth is not accessible inside Homebridge container. I see in Homebridge logs

    Code
    noble warning: adapter state unauthorized, please run as root or with sudo or see README for information on running without root/sudo: https://github.com/sandeepmistry/noble#running-on-linux

    Homebridge container was started with the following parameters:

    Code
    docker run -ti -d --restart=always --net=host
    Code
    docker run -ti --privileged --net=host

    But Bluetooth is not working.

    Details:

    LibreELEC 9.0.1

    RPi3b+

    Homebridge image oznu/homebridge:raspberry-pi

    Any ideas how to fix the issue?