Hi all,
I would like to run Bluetooth on my HA running in a Docker container.
I'm running Proxmox on a NUC. According to the lsusb command I do have an Intel Bluetooth internal adapter. I'm running Docker in a LXC containter with HA, Nodered, Mosquitto installed as well.
I've spent several hours reading the threads and Youtube videos. I guess I don't understand what is being said.
The HA documentation says I have to make the Dbus socket available in the Docker container.
I think with the following command:
docker run -v /run/dbus:/run/dbus:ro
Is that correct?
I need to install Bluez on my NUC?
I gather to install the latest version I first have to get the dependencies:
sudo apt install glib2.0 dbus-1-dbg build-essential libdbus-glib-1-dev libgirepository1.0-dev libudev-dev libical-dev libreadline-dev python-docutils
I then have to get the bluez-5.65.tar file:
wget http://www.kernel.org/pub/linux/bluetooth/bluez-5.64.tar.xz
tar xf bluez-5.64.tar.xz
After that I have to:
cd bluez-5.64./configuremake
sudo make install
sudo systemctl unmask bluetooth
sudo systemctl daemon-reloadsudo systemctl restart dbus bluetooth
The Bluez install needs to be done in the Proxmox shell. Is this correct?
This is all over my head, but I still hope to accomplish.
I would like to run Bluetooth on my HA running in a Docker container.
I'm running Proxmox on a NUC. According to the lsusb command I do have an Intel Bluetooth internal adapter. I'm running Docker in a LXC containter with HA, Nodered, Mosquitto installed as well.
I've spent several hours reading the threads and Youtube videos. I guess I don't understand what is being said.
The HA documentation says I have to make the Dbus socket available in the Docker container.
I think with the following command:
docker run -v /run/dbus:/run/dbus:ro
Is that correct?
I need to install Bluez on my NUC?
I gather to install the latest version I first have to get the dependencies:
sudo apt install glib2.0 dbus-1-dbg build-essential libdbus-glib-1-dev libgirepository1.0-dev libudev-dev libical-dev libreadline-dev python-docutils
I then have to get the bluez-5.65.tar file:
wget http://www.kernel.org/pub/linux/bluetooth/bluez-5.64.tar.xz
tar xf bluez-5.64.tar.xz
After that I have to:
cd bluez-5.64./configuremake
sudo make install
sudo systemctl unmask bluetooth
sudo systemctl daemon-reloadsudo systemctl restart dbus bluetooth
The Bluez install needs to be done in the Proxmox shell. Is this correct?
This is all over my head, but I still hope to accomplish.