Hello
I am running Bluetooth BCM43xx device tracker. It was working ok with the previous version 0.66.x. I updated to 0.67 and the behavior become sporadic.
Two changes:
(1) in known devices: the devices MAC address changed. From BT_14:56:8E:45:D4:49 to BT__14:56:8E:45:D4:49. Note that I got “double underscore”. Before, with previous HASSIO release the name had only one underscore
(2) i get a lot of errors in the home-assistant.log file as below
Anybody else had the same issue?
k
Error:
2018-04-16 21:28:19 ERROR (SyncWorker_8) [homeassistant.components.device_tracker.bluetooth_tracker] Error looking up Bluetooth device
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/bluetooth_tracker.py”, line 92, in update_bluetooth
result = bluetooth.lookup_name(mac, timeout=5)
File “/usr/lib/python3.6/site-packages/bluetooth/bluez.py”, line 59, in lookup_name
raise BluetoothError ("%s is not a valid Bluetooth address" % address)
bluetooth.btcommon.BluetoothError: _14:56:8E:45:D4:49 is not a valid Bluetooth address