Create device_trackers for connected bluetooth devices #4567
Unanswered
bwarden
asked this question in
Integration enhancements
Replies: 1 comment
|
🏷️ I've automatically added the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Integration name
Mobile App
Link to integration documentation on our website
https://www.home-assistant.io/integrations/mobile_app
Describe the enhancement
A bluetooth device connected to a mobile phone running the companion app is likely within 10m of the coordinates of the phone. The companion app already tracks MAC addresses via
sensor.*_bluetooth_connection's attributesconnected_paired_devicesandconnected_not_paired_devices. This integration could also create device_tracker entities for the devices associated with those MAC addresses, using the coordinates of the mobile phone and a Bluetooth-based accuracy of 10m plus the GPS reading's accuracy.Use cases
Anything else?
Prior to the deprecation of
device_tracker.see, I used this automation and Python script to track connected devices:automation:
report_bluetooth_device_locations.py:
All reactions