https://github.com/ceandre/radonreader
Read current radon level from RadonEye RD200
https://github.com/ceandre/radonreader
bluetooth ftlabs python radon radoneye rd200
Last synced: 2 months ago
JSON representation
Read current radon level from RadonEye RD200
- Host: GitHub
- URL: https://github.com/ceandre/radonreader
- Owner: ceandre
- License: gpl-3.0
- Created: 2019-07-15T18:54:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T06:58:44.000Z (over 2 years ago)
- Last Synced: 2024-02-13T21:38:32.809Z (over 1 year ago)
- Topics: bluetooth, ftlabs, python, radon, radoneye, rd200
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 53
- Watchers: 7
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RadonReader
This project provides a tool which allows users collect current radon data from FTLab Radon Eye RD200 (Bluetooth only version).
# Hardware Requeriments
- FTLabs RadonEye RD200
- Raspberry Pi
- Bluetooth LE (Low Energy) support# Software Requeriments
- Python 2.7.x
- bluepy Python library# History
- 0.3 - Added MQTT support# Usage
usage: radon_reader.py [-h] -a ADDRESS [-b] [-v] [-s] [-m] [-ms MQTT_SRV]
[-mp MQTT_PORT] [-mu MQTT_USER] [-mw MQTT_PW] [-ma]RadonEye RD200 (Bluetooth/BLE) Reader
optional arguments:
-h, --help show this help message and exit
-a ADDRESS Bluetooth Address (AA:BB:CC:DD:EE:FF format)
-b, --becquerel Display radon value in Becquerel (Bq/m^3) unit
-v, --verbose Verbose mode
-s, --silent Only output radon value (without unit and timestamp)
-m, --mqtt Enable send output to MQTT server
-ms MQTT_SRV MQTT server URL or IP address
-mp MQTT_PORT MQTT server service port (Default: 1883)
-mu MQTT_USER MQTT server username
-mw MQTT_PW MQTT server password
-ma Enable Home Assistant MQTT output (Default: EmonCMS)