Hello,
I have a Mi Band 3 device that I would like to use for presence detection. It is discovered pretty much immediately by a ble scan:
pi@raspberrypi:~/monitor $ sudo hcitool lescan
LE Scan ...
[snip]
F5:D0:84:DC:B8:15 (unknown)
F5:D0:84:DC:B8:15 Mi Band 3
I tried adding its MAC to either known_static_adresses, known_beacon_adresses or neither, and the result seems to always be the same: monitor.sh doesn't report it (or with 0 confidence when it is right next to the pi).
Is there anything I have missed or is this somehow a bug ? Anything I can do to help ?
Hello, I have a Mi Band 3 device that I would like to use for presence detection. It is discovered pretty much immediately by a ble scan:
I tried adding its MAC to either known_static_adresses, known_beacon_adresses or neither, and the result seems to always be the same: monitor.sh doesn't report it (or with 0 confidence when it is right next to the pi).
Is there anything I have missed or is this somehow a bug ? Anything I can do to help ?
Thanks !