Hi,
I’ve just solved an issue with my unifi device tracker messing things up, so unfortunately I did not notice that in the mean time, the bluetooth device tracker stopped working instead.
The main entities in known_devices.yaml (me and my wifes phones) are more or less NEVER detected anymore.
This despite the fact that I can manually detect my devices with a:
hcitool scan
from CLI (both within my docker container, and outside).
I can see (with debugging on) that I get
2019-10-22 18:31:40 DEBUG (MainThread) [homeassistant.components.bluetooth_tracker.device_tracker] Performing Bluetooth devices discovery and update
2019-10-22 18:31:40 DEBUG (SyncWorker_31) [homeassistant.components.bluetooth_tracker.device_tracker] Scanning 90:06:28:B4:E6:EE
2019-10-22 18:31:45 DEBUG (SyncWorker_5) [homeassistant.components.bluetooth_tracker.device_tracker] Scanning 94:7B:E7:E6:9F:69
But that doesnt help. The devices seem to never become “home”.
Any thoughts?
Ps. I am running “native” docker on a NUC using OpenSUSE, using the “homeassistant/intel-nuc-homeassistant:stable” recently updated.
Br,
Taisto