Zigbee2MQTTZigbee2MQTT
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)

DIYRuZ DIYRuZ_Geiger

ModelDIYRuZ_Geiger
VendorDIYRuZ
DescriptionDiY Geiger counter
Exposesaction, radioactive_events_per_minute, radiation_dose_per_hour, led_feedback, buzzer_feedback, alert_threshold, sensors_type, sensors_count, sensitivity
PictureDIYRuZ DIYRuZ_Geiger

Notes

DiY Geiger counter

Exposes

Action (enum)

Triggered action (e.g. a button click). Value can be found in the published state on the action property. It's not possible to read (/get) or write (/set) this value. The possible values are: on, off.

Radioactive events per minute (numeric)

Current count radioactive pulses per minute. Value can be found in the published state on the radioactive_events_per_minute property. It's not possible to read (/get) or write (/set) this value. The unit of this value is rpm.

Radiation dose per hour (numeric)

Current radiation level. Value can be found in the published state on the radiation_dose_per_hour property. It's not possible to read (/get) or write (/set) this value. The unit of this value is μR/h.

Led feedback (binary)

Enable LED feedback. Value can be found in the published state on the led_feedback property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"led_feedback": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"led_feedback": NEW_VALUE}. If value equals ON led feedback is ON, if OFF OFF.

Buzzer feedback (binary)

Enable buzzer feedback. Value can be found in the published state on the buzzer_feedback property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"buzzer_feedback": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"buzzer_feedback": NEW_VALUE}. If value equals ON buzzer feedback is ON, if OFF OFF.

Alert threshold (numeric)

Critical radiation level. Value can be found in the published state on the alert_threshold property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"alert_threshold": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"alert_threshold": NEW_VALUE}. The minimal value is 0 and the maximum value is 10000. The unit of this value is μR/h.

Sensors type (enum)

Type of installed tubes. Value can be found in the published state on the sensors_type property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"sensors_type": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"sensors_type": NEW_VALUE}. The possible values are: СБМ-20/СТС-5/BOI-33, СБМ-19/СТС-6, Others.

Sensors count (numeric)

Count of installed tubes. Value can be found in the published state on the sensors_count property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"sensors_count": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"sensors_count": NEW_VALUE}. The minimal value is 0 and the maximum value is 50.

Sensitivity (numeric)

This is applicable if tubes type is set to other. Value can be found in the published state on the sensitivity property. To read (/get) the value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/get with payload {"sensitivity": ""}. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"sensitivity": NEW_VALUE}. The minimal value is 0 and the maximum value is 100.

Help to make the docu better and edit this page on Github ✌
Last Updated:: 6/23/25, 6:37 PM