radonreader
radonreader copied to clipboard
Read current radon level from RadonEye RD200
Hi! I found the bluetooth mac with the discovery [NEW] Device 44:17:XX:XX:XX:XX FR:RE22111XXXXXXX now I'm trying to connect to the radoneye device with python2.7 radon_reader.py -b -v -a 44:17:XX:XX:XX:XX but...
With RadonEye firmware 2.0.2 it is possible to show values > 1000 Bq/m³. No need for extra handling. So maybe we can disable this extra handling at line 68-69 in...
How do I start the helper?
Hello, I bought the RadonEye RD200 (GTIN: 4260514360076 ) and am trying to extract the log. However I get this error: ``` pi@iobroker-pi:~ $ ./radon_reader.py Traceback (most recent call last):...
Nice script, thanks a lot. I just received a brand new RD200 and the compatibility with Python 3 can be fixed by changing line 49: ` RadonEyeWrite.write(bytes("\x50"))` with: ` RadonEyeWrite.write(bytes("\x50",...