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)

Tuya RD24G01

ModelRD24G01
VendorTuya
Description24GHz human presence sensor
Exposespresence_state, target_distance_closest, near_detection, far_detection, static_sensitivity, motion_sensitivity
PictureTuya RD24G01

Exposes

Presence state (enum)

Presence state: none, motion, or stationary. Value can be found in the published state on the presence_state property. It's not possible to read (/get) or write (/set) this value. The possible values are: none, motion, stationary.

Target distance closest (numeric)

Closest target distance. Value can be found in the published state on the target_distance_closest property. It's not possible to read (/get) or write (/set) this value. The unit of this value is m.

Near detection (numeric)

Minimum detection range. Value can be found in the published state on the near_detection property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"near_detection": NEW_VALUE}. The minimal value is 0.1 and the maximum value is 6. The unit of this value is m.

Far detection (numeric)

Maximum detection range. Value can be found in the published state on the far_detection property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"far_detection": NEW_VALUE}. The minimal value is 0.1 and the maximum value is 6. The unit of this value is m.

Static sensitivity (numeric)

Static presence sensitivity. Value can be found in the published state on the static_sensitivity property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"static_sensitivity": NEW_VALUE}. The minimal value is 0 and the maximum value is 10.

Motion sensitivity (numeric)

Motion sensitivity. Value can be found in the published state on the motion_sensitivity property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"motion_sensitivity": NEW_VALUE}. The minimal value is 0 and the maximum value is 10.

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