CasaOS icon indicating copy to clipboard operation
CasaOS copied to clipboard

[Bug] Home Assistant Bluetooth adapter not working on CasaOS

Open horia16 opened this issue 1 year ago • 3 comments

Describe the bug I am setting up a fresh instance of home assistant but I can't get bluetooth to work

To Reproduce

.1 Install the official HA image .2 Look at your devices .3 Bluetooth is broken

Running Homeassistant OS directly works just fine. Don't know if the bluetooth adapter needs to be exposed or something else but I would have expected this to work out of the box

Screenshots Screenshot 2024-08-01 at 20 35 30

horia16 avatar Aug 01 '24 19:08 horia16

the same issue did somebody found the solution?

dmmeteo avatar Oct 06 '24 23:10 dmmeteo

i found a solution! and its very simple too, a friend of mine helped me with that. in order to get bluetooth working on Home Assistant that is installed via CasaOS you have to add a new volume in the container settings for Home Assistant in CasaOS. in Host you write /run/dbus and the same line goes into Container. CasaOS will then reboot HA and the error should disappear Screenshot 2024-10-25 182245

i literally ran into the same issue and google yielded me this post here but with no answer and since i found the solution i had to post it!

lancce-Wolf avatar Oct 25 '24 16:10 lancce-Wolf

I am still having the same issue using Home Assistant from the app store on Casaos,

image

but I installed it using Portainer, the issue is gone and the Bluetooth adapter is read successfully

iq860 avatar Dec 08 '24 04:12 iq860

Image

Or:

Image

tiagoclc avatar Oct 14 '25 22:10 tiagoclc

Also:

sudo apt update
sudo apt autoremove
sudo apt install bluez
sudo apt install dbus-broker
sudo systemctl enable dbus-broker.service
sudo reboot

tiagoclc avatar Oct 14 '25 22:10 tiagoclc

Also:

sudo apt update
sudo apt autoremove
sudo apt install bluez
sudo apt install dbus-broker
sudo systemctl enable dbus-broker.service
sudo reboot

Did this on the CasaOS host and it fixed my issue using Intel NUC Bluetooth

shadow257 avatar Nov 16 '25 17:11 shadow257