@sesame26 @robertwigley @Duke_box @BertrumUK
I’ve created a temporary fix for the Bluetooth Tracker / PyBluez issue!
NOTE: It’s only intended for docker users, as that’s what I use, but maybe it could be adapted to help others.
I’ve posted It as a reply to this topic:
SOLUTION FOR DOCKER USERS ONLY:
Step 1:
For Docker Compose users:
Add the following to the Home Assistant container section of your docker-compose.yaml file
command: /bin/sh -c "apk add gcc musl-dev bluez-dev ; /init"
For Unraid users:
Edit your Home Assistant container and add the following to “Post Arguments” (switch the view to Advanced to see this field)
/bin/sh -c "apk add gcc musl-dev bluez-dev ; /init"
For Portainer users:
Add the following to the “Command” field in the “Advanced…