DEPRECATED Use Bermuda Trilateration instead
Tracker node ESP32 firmware for Home Assistant Format BLE Tracker integration https://github.com/formatBCE/Format-BLE-Tracker.
- This component works with framework
arduino
. So far there's noesp-idf
support. - It is able to track following beacons:
- Tile trackers
- other simple BLE trackers
- fitness trackers, that can advertise via BLE (tested on Amazfit Bip and Mi Bands)
- Android phones with HA Companion app (via Proximity UUID from Bluetooth beacon)
- ...?
- It is definitely NOT able to track so far:
- Apple devices, that require provisioning to send BLE data
- Due to custom (and extensive) Bluetooth stack usage, other bluetooth functionality won't work on same ESP. Also I advise avoiding using it with other radio-heavy components.
- Please make sure, that you're using high-quality ESP32 device. I had many troubles with some no-name devices. This will guarantee stable connection and scanning, as well as smooth setup/update.
- ESP32 device (once more, use good one!)
- MQTT server
- ESPHome
-
Create new device configuration in ESPHome for ESP32.
-
In main device config yaml, make changes according to template.
-
Install ESPHome firmware to ESP32 device.
-
Check the logs to see if it's reporting heartbeat, and add tracker devices in HA.
That's it, enjoy. If you're here, i believe, you know what to do with ESPHome.