feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

Support IRK for BLE tracking

Open HannesK-ME opened this issue 2 years ago • 2 comments

Describe the problem you have/What new integration you would like

Introduce IRK support for the already existing BLE tracking functions to support Apple devices, which change MAC addresses regularly. Current methods of identification provided by ESPHome don't work in those cases. Identifying a device by its IRK would solve this.

Please describe your use case for this integration and alternatives you've tried:

Tracking Apple devices with the BLE tracking functions of ESPHome. ESPresense does this, but requires separate ESP32, which could be avoided if this feature is implemented in ESPHome.

Additional context

HannesK-ME avatar Jun 23 '23 19:06 HannesK-ME

This seems to be implemented now, thanks @chbmuc! Any chances you can extend the support to ble_rssi platform for irk devices?

pwntester avatar Mar 21 '24 21:03 pwntester

I think it should be easy as the code looks quite similar. I will try to do this over the weekend.

chbmuc avatar Mar 22 '24 08:03 chbmuc