Skip to the content.

DIYRuZ DIYRuZ_Zintercom

Matrix intercom auto opener

Services and characteristics

The following HomeKit Services and Characteristics are exposed by the DIYRuZ DIYRuZ_Zintercom

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "state",
    "label": "State",
    "access": 1,
    "type": "enum",
    "property": "state",
    "description": "Current state",
    "values": [
      "idle",
      "ring",
      "talk",
      "open",
      "drop"
    ]
  },
  {
    "name": "mode",
    "label": "Mode",
    "access": 7,
    "type": "enum",
    "property": "mode",
    "description": "Select open mode",
    "values": [
      "never",
      "once",
      "always",
      "drop"
    ]
  },
  {
    "name": "sound",
    "label": "Sound",
    "access": 7,
    "type": "binary",
    "property": "sound",
    "description": "Enable or disable sound",
    "value_on": "ON",
    "value_off": "OFF"
  },
  {
    "name": "time_ring",
    "label": "Time ring",
    "access": 7,
    "type": "numeric",
    "property": "time_ring",
    "description": "Time to ring before answer",
    "unit": "sec",
    "value_max": 600,
    "value_min": 0
  },
  {
    "name": "time_talk",
    "label": "Time talk",
    "access": 7,
    "type": "numeric",
    "property": "time_talk",
    "description": "Time to hold before open",
    "unit": "sec",
    "value_max": 600,
    "value_min": 0
  },
  {
    "name": "time_open",
    "label": "Time open",
    "access": 7,
    "type": "numeric",
    "property": "time_open",
    "description": "Time to open before end",
    "unit": "sec",
    "value_max": 600,
    "value_min": 0
  },
  {
    "name": "time_bell",
    "label": "Time bell",
    "access": 7,
    "type": "numeric",
    "property": "time_bell",
    "description": "Time after last bell to finish ring",
    "unit": "sec",
    "value_max": 600,
    "value_min": 0
  },
  {
    "name": "time_report",
    "label": "Time report",
    "access": 7,
    "type": "numeric",
    "property": "time_report",
    "description": "Reporting interval",
    "unit": "min",
    "value_max": 1440,
    "value_min": 0
  },
  {
    "name": "battery",
    "label": "Battery",
    "access": 1,
    "type": "numeric",
    "property": "battery",
    "description": "Remaining battery in %, can take up to 24 hours before reported.",
    "unit": "%",
    "value_max": 100,
    "value_min": 0
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related