FindMy.py icon indicating copy to clipboard operation
FindMy.py copied to clipboard

Script device_scanner not finding my custom ESP32 device

Open maelp opened this issue 10 months ago • 2 comments

I have an ESP32 device broadcasting a "custom" FindMy beacon, but the examples/device_scanner.py script doesn't pick up on it, is that expected?

maelp avatar Jan 22 '25 17:01 maelp

Hmm no it isn't, that's not expected. I'm assuming you verified that the tag works?

This might be a duplicate of #98, I'll look into it later today

malmeloo avatar Jan 23 '25 12:01 malmeloo

Yes the tag is working, I can query the location through the get_report method

maelp avatar Jan 23 '25 12:01 maelp

I have made some improvements to the scanner that might fix this issue, especially if you were using Python 3.13. They have been merged to main and will be included in the next release. Feel free to reopen if this is still relevant.

malmeloo avatar Jul 18 '25 14:07 malmeloo