New HA 0.27 and Bluetooth LE tracker

I am seeing the same root-related error as @dv8ed and no BLE devices in my known_devices.yaml.

The commands I ran to get this far are:

  1. sudo apt-get install libboost-python-dev (as user pi)
  2. sudo apt-get install libboost-thread-dev (as user pi)
  3. sudo su -s /bin/bash hass
  4. source /srv/hass/hass_venv/bin/activate
  5. pip install gattlib

Command 1 and 2 were necessary to stop errors while running command 5. Anything else may have been covered by the work I did to get the regular Bluetooth tracker up and running a while ago (an awesome tracker btw!).

Anybody know how to fix the root-related error?

1 Like