I'm trying to use this to capture some atc beacons from my LYWSD03MMC.py but it doesn't work when running with this bluetooth card com x86.
Using the script on a rpi works flawlessly. I've since changed my server to x86 and i'm missing this sensors.
I've noticed that Bluepy has some problems with my bluetooth card, but found aioblescan that can perfectly capture and decode the beacons.
Any chance to add aioblescan as a supported lib?
python3 -m aioblescan -A
Temperature info {'mac address': 'a4:c1:38:f0:xx:xx', 'temperature': 20.1, 'humidity': 65, 'battery': 53, 'battery_volts': 2.698, 'counter': 214, 'rssi': -26}
I'm trying to use this to capture some atc beacons from my LYWSD03MMC.py but it doesn't work when running with this bluetooth card com x86.
Using the script on a rpi works flawlessly. I've since changed my server to x86 and i'm missing this sensors.
I've noticed that Bluepy has some problems with my bluetooth card, but found aioblescan that can perfectly capture and decode the beacons.
Any chance to add aioblescan as a supported lib?