Hi,
I’m trying to build a device tracker with an esp32 module. The idea is that the esp32 will be at my home, and detect when certain mobile phones come within range of the bluetooth scanner. I have tried the following config using ESP Home, on a Wemos D1 Mini Esp32:
esp32_ble_tracker:
scan_interval: 300s
binary_sensor:
- platform: esp32_ble_tracker
mac_address:
name: “Phone tracker 01”
When I run the esp32 I can see it scans a lot of mac addresses, but it doesn’t find the mac of the phone. And so the binary sensor is always “off”.
Any idea what I’m doing wrong?
I’m a bit of a noob, so bear with me.