Bluetooth device tracker not working anymore with Hass.IO

I’ve recently clean installed Hass.io on my Raspberry Pi 2 with an external Bluetooth dongle. I ran the HA in Hassbian previously and Bluetooth device tracking wad working perfectly. In hass.io it doesn’t seem to be recognized the dongle.
Getting this in the logs:
2017-08-02 22:54:35 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 160, in async_setup_platform
disc_info)
File “/usr/lib/python3.6/asyncio/futures.py”, line 331, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 244, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 244, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/bluetooth_tracker.py”, line 64, in setup_scanner
for dev in discover_devices():
File “/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/bluetooth_tracker.py”, line 42, 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 ideas?

1 Like

The same here. Looks like hass.io + RPi2 = no bluetooth. I’m reverting back to hassbian for now :frowning:

1 Like

Bluetooth LE does not work on Hass.io, yet.

I wasn’t talking about BT LE, just regular BT.