Hi
Apologies if this is a daft question, but I’ve drawn a blank on my testing and searches.
I look after 2 HA instances.
One here for our home inc. Zigbee and BT dongle and multiple ESP32.
The second is at my mum’s and her system has Zigbee and BT dongle.
I built her system to detect potential fall or sickness.
If [no motion >4hrs], [9am > midnight], NTFY us "kids" to check on her.
Recently my mum’s mobile stopped updating when she was away from her WiFi, so we’ve been getting a lot of false alerts when she’s oot n aboot as HA doesn’t know she’s away.
I know what it is. It’s not switching to the internet connection when not connected to her home SSID, but she’s 400 miles away so I can’t do anything to fix it until I see her next.
So in the meantime I got a Eufy SmartTrack tracker for her keys for HA to track instead of her phone.
I had the dongle sent here so I could set it up on our system to get the config to preload her system before posting it up. That way it should seamlessly start tracking as soon as she receives it.
I added iBeacon and nothing.
Then I tried manually entering bluetooth_le_tracker in the configuration.yaml. Not detecting anything
Last I tried adding the tracker UUID in iBeacon to detect. Still nothing.
I could try adding it as a Private BLE Device (how I track my Samsung phone), but I don’t know to get the Eufy’s IRK to add it.
Just to validate it worked, I added it to our Espresense as a known device and added it as a - platform: mqtt_room
sensor and aye, it works perfectly with my ESP32s for room tracking.
But for her, how can I set tracking for home/not_home in a system that only has a Bluetooth Dongle?