2017-08-05 11:30:34 ERROR (MainThread) [homeassistant.components.device_tracker] Unable to load /config/known_devices.yaml: Config file not found: /config/known_devices.yaml
2017-08-05 11:30:44 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-08-05 11:30:44 WARNING (MainThread) [homeassistant.setup] Setup of device_tracker is taking over 10 seconds.
2017-08-05 11:30:47 WARNING (MainThread) [homeassistant.setup] Setup of tts is taking over 10 seconds.
2017-08-05 11:30:54 WARNING (MainThread) [homeassistant.components.sensor] Setup of platform homematic is taking over 10 seconds.
2017-08-05 11:31:26 ERROR (SyncWorker_15) [homeassistant.util.package] Unable to install package gattlib==0.20150805: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-w3vt50dq/gattlib/
2017-08-05 11:31:26 ERROR (MainThread) [homeassistant.setup] Not initializing device_tracker.bluetooth_le_tracker because could not install dependency gattlib==0.20150805
2017-08-05 11:31:26 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform device_tracker.bluetooth_le_tracker: Could not install all requirements.
2017-08-05 11:31:28 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
I would guess that the bluetooth addon for hass.io is only satisfying the requirements for bluetooth and not LE. LE requires installation of pybluez. The lack of LE may be related to the warning which appears on the bluetooth LE page? Though I have seen comments in respect to non-LE bluetooth implying that it is also a potential source of slowdown…I suppose it all depends on what hardware you are running.
HomeAssistant 0.52 was released but it’s not the same as Hass.Io which is still in version 1.0
The BT LE seems to be supported in Hass.io v 1.1 release but the changes are not commited yet in master branch, or even if they are a new release is not yet out unfortunately
HAss.IO release 1.0 could support any HA version it’s like a debian OS for example your OS could support firefox 32 and 33 without updating itself
Out of interest where are you seeing the version numbering for HASS.IO? my hass install just shows the Home Assistant version (0.52) and no mention of the HASS version.
I also have issues to get bluetooth to work. I installed hass.io on my existing raspbian which works great by the way. Only bluetooth i cannot get to work. If someone have suggestions please let me know