Skip to the content.

Tuya RD24G01

24GHz human presence sensor

Unsupported

This device is currently UNSUPPORTED. Want to have this device supported? Please check the GitHub issue section to see if a request already exists for this device. If it doesn’t exist yet, you can open a new request by filling in the Device support issue template.

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "presence_state",
    "label": "Presence state",
    "access": 1,
    "type": "enum",
    "property": "presence_state",
    "description": "Presence state: none, motion, or stationary",
    "values": [
      "none",
      "motion",
      "stationary"
    ]
  },
  {
    "name": "target_distance_closest",
    "label": "Target distance closest",
    "access": 1,
    "type": "numeric",
    "property": "target_distance_closest",
    "description": "Closest target distance",
    "unit": "m"
  },
  {
    "name": "near_detection",
    "label": "Near detection",
    "access": 3,
    "type": "numeric",
    "property": "near_detection",
    "description": "Minimum detection range",
    "unit": "m",
    "value_max": 6,
    "value_min": 0.1
  },
  {
    "name": "far_detection",
    "label": "Far detection",
    "access": 3,
    "type": "numeric",
    "property": "far_detection",
    "description": "Maximum detection range",
    "unit": "m",
    "value_max": 6,
    "value_min": 0.1
  },
  {
    "name": "static_sensitivity",
    "label": "Static sensitivity",
    "access": 3,
    "type": "numeric",
    "property": "static_sensitivity",
    "description": "Static presence sensitivity",
    "value_max": 10,
    "value_min": 0
  },
  {
    "name": "motion_sensitivity",
    "label": "Motion sensitivity",
    "access": 3,
    "type": "numeric",
    "property": "motion_sensitivity",
    "description": "Motion sensitivity",
    "value_max": 10,
    "value_min": 0
  }
]

Related