jdeath / rd200v2

RadonEye RD200 Version 2 Integration for Home Assistant
MIT License
73 stars 17 forks source link

- Added ion chamber "C" pulse count sensor: #28

Closed farlight1 closed 10 months ago

farlight1 commented 10 months ago
Now - Actual count pulses (note that this is a real time parameter and it is updated on the device when the ion chamber fires, as we read the device every 10 minutes in HA it may not make sense.
      Users who want to use this parameter should consider changing DEFAULT_SCAN_INTERVAL in const.py to 1min (60) or almost 2min (120).
Last - Last 10min pulse count until next radon value update.

this is a great way to know if radon is increasing or decreasing if Now value is more than Last, open your windows :)

jdeath commented 10 months ago

Wow. Thanks. This is awesome!