openhab-addons/bundles/org.openhab.binding.bluetoo...
openhab-bot b80efccf92
New translations bluetooth.properties (Italian) (#18207)
2025-01-31 16:19:53 +01:00
..
src New translations bluetooth.properties (Italian) (#18207) 2025-01-31 16:19:53 +01:00
NOTICE [bluetooth] Add support for RadonEye (BLE) device (#11958) 2023-02-27 18:59:50 +01:00
README.md [radoneye] Fixed the binding for HW v1 and v2 (#18125) 2025-01-30 12:30:55 +01:00
pom.xml Prepare for OH 5.0.0 (#17906) 2024-12-15 20:30:05 +01:00

README.md

radoneye

This extension adds support for RadonEye radon bluetooth detector.

Supported Things

Following thing types are supported by this extension:

Thing Type ID Description
radoneye_rd200 Original RadonEye (RD200)

Discovery

As any other Bluetooth device, RadonEye devices are discovered automatically by the corresponding bridge.

Thing Configuration

Supported configuration parameters for the things:

Property Type Default Required Description
address String Yes Bluetooth address of the device (in format "XX:XX:XX:XX:XX:XX")
fwVersion Integer 1 No The major version of the firmware on the device
refreshInterval Integer 300 No How often a refresh shall occur in seconds

Channels

Following channels are supported for RadonEye thing:

Channel ID Item Type Description
radon Number:RadiationSpecificActivity The measured radon level
decay Number:Dimensionless The decay count in the last time frame

Example

radoneye.things (assuming you have a Bluetooth bridge with the ID bluetooth:bluegiga:adapter1:

bluetooth:radoneye_rd200:adapter1:sensor1  "radoneye Wave Plus Sensor 1" (bluetooth:bluegiga:adapter1) [ address="12:34:56:78:9A:BC", refreshInterval=300 ]

radoneye.items:

Number:RadiationSpecificActivity     radon    "Radon level [%d %unit%]"   { channel="bluetooth:radoneye_rd200:adapter1:sensor1:radon" }
Number:Dimensionless                 decay    "Decay count [%d %unit%]"   { channel="bluetooth:radoneye_rd200:adapter1:sensor1:decay" }