Hi, I'm running the ./radoneye-reader.py script on a Raspberry Pi 4b with Debian GNU/Linux 12 (bookworm), but get the error:
INFO: DEV D8:AB:29:7E:F6:0E: reading device sensor data
ERROR: DEV D8:AB:29:7E:F6:0E: unable to obtain sensor data from 1 attempt due to error: [BleakError]: Characteristic 00002902-0000-1000-8000-00805f9b34fb not found!
With the service-explorer.py I get a list of characteristics like 00001801-0000-1000-8000-00805f9b34fb (Handle: 8): Generic Attribute Profile, but none of them seem to return any data.
On a MacBook it is no issue and I get information immediately without any adjustments.
Any help is very much appreciated.
Hi, I'm running the
./radoneye-reader.py
script on a Raspberry Pi 4b with Debian GNU/Linux 12 (bookworm), but get the error:With the
service-explorer.py
I get a list of characteristics like00001801-0000-1000-8000-00805f9b34fb (Handle: 8): Generic Attribute Profile
, but none of them seem to return any data. On a MacBook it is no issue and I get information immediately without any adjustments. Any help is very much appreciated.