FindMy.py
FindMy.py copied to clipboard
Script device_scanner not finding my custom ESP32 device
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?
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
Yes the tag is working, I can query the location through the get_report method
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.