An open API service indexing awesome lists of open source software.

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

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)