Skip to the content.

Tuya PJ-ZGD01

Garage door opener

White-label models

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": "trigger",
    "label": "Trigger",
    "access": 3,
    "type": "binary",
    "property": "trigger",
    "description": "Request door to close (= false) or open (= true), will not pulse output if contact shows door is already in requested state",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "countdown",
    "label": "Countdown",
    "access": 3,
    "type": "numeric",
    "property": "countdown",
    "description": "Countdown to trigger door movement after a certain time, will pulse output in all cases",
    "unit": "s",
    "value_max": 43200,
    "value_min": 0
  },
  {
    "name": "garage_door_contact",
    "label": "Garage door contact",
    "access": 1,
    "type": "binary",
    "property": "garage_door_contact",
    "description": "Indicates if the garage door contact is closed (= true) or open (= false)",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "run_time",
    "label": "Run time",
    "access": 3,
    "type": "numeric",
    "property": "run_time",
    "description": "Configure the time to wait for the door contact status to change before triggering a run time alarm",
    "unit": "s",
    "value_max": 120,
    "value_min": 0
  },
  {
    "name": "open_alarm_time",
    "label": "Open alarm time",
    "access": 3,
    "type": "numeric",
    "property": "open_alarm_time",
    "description": "Configure the amount of time the door may be open before an open time alarm is triggered",
    "unit": "s",
    "value_max": 86400,
    "value_min": 0
  },
  {
    "name": "status",
    "label": "Status",
    "access": 1,
    "type": "enum",
    "property": "status",
    "description": "Indicates run time alarm, door open alarm or noraml status, will not retunr to normal until door is triggered again",
    "values": [
      "Open Time Alarm",
      "Run Time Alarm",
      "Normal"
    ]
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "category": "diagnostic",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related