Dear community,
After updating the hassio BT add-on to 2.1 (i think from 2.0, but not sure), I am getting this error:
(SyncWorker_10) [hassio.docker] Can’t create container from addon_core_bluetooth_bcm43xx: 500 Server Error: Internal Server Error (“invalid bind mount spec “/sys/firmware/devicetree:/sys/firmware/devicetree:r”: invalid mode: r”)
Addon remains gray, not starting…
Tried restart of addon, restart of hassio docker, restart of entire raspberry & uninstall then reinstall…
no success…
In the home-assistant log i get this:
2018-07-03 20:57:30 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform bluetooth_tracker
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/init.py”, line 183, in async_setup_platform
disc_info)
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/bluetooth_tracker.py”, line 72, in setup_scanner
for dev in discover_devices():
File “/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/bluetooth_tracker.py”, line 50, in discover_devices
lookup_class=False)
File “/usr/lib/python3.6/site-packages/bluetooth/bluez.py”, line 26, in discover_devices
device_id = _bt.hci_get_route()
OSError: [Errno 19] No such device
Any suggestions on what should i try next?
thanks!
-a