Skip to the content.

Develco REXZB-111

Range extender with backup battery

White-label models

Services and characteristics

The following HomeKit Services and Characteristics are exposed by these devices

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "battery",
    "label": "Battery",
    "access": 5,
    "type": "numeric",
    "property": "battery",
    "description": "Remaining battery in %",
    "category": "diagnostic",
    "unit": "%",
    "value_max": 100,
    "value_min": 0
  },
  {
    "name": "voltage",
    "label": "Voltage",
    "access": 5,
    "type": "numeric",
    "property": "voltage",
    "description": "Reported battery voltage in millivolts",
    "category": "diagnostic",
    "unit": "mV"
  },
  {
    "name": "battery_low",
    "label": "Battery low",
    "access": 1,
    "type": "binary",
    "property": "battery_low",
    "description": "Indicates whether the battery of the device is almost empty",
    "category": "diagnostic",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "battery_defect",
    "label": "Battery defect",
    "access": 1,
    "type": "binary",
    "property": "battery_defect",
    "description": "Indicates whether the device battery is defective",
    "category": "diagnostic",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "ac_connected",
    "label": "Ac connected",
    "access": 1,
    "type": "binary",
    "property": "ac_connected",
    "description": "Indicates whether the device is connected to AC mains power",
    "category": "diagnostic",
    "value_on": true,
    "value_off": false
  },
  {
    "name": "led_control",
    "label": "Led control",
    "access": 7,
    "type": "composite",
    "property": "led_control",
    "features": [
      {
        "name": "indicate_faults",
        "label": "Indicate faults",
        "access": 7,
        "type": "binary",
        "property": "indicate_faults",
        "description": "Enable/disable LED indication for faults (e.g., lost connection to gateway)",
        "value_on": true,
        "value_off": false
      },
      {
        "name": "indicate_mains_power",
        "label": "Indicate mains power",
        "access": 7,
        "type": "binary",
        "property": "indicate_mains_power",
        "description": "Enable/disable green LED indication for mains power status",
        "value_on": true,
        "value_off": false
      }
    ]
  },
  {
    "name": "tx_power",
    "label": "Tx power",
    "access": 7,
    "type": "enum",
    "property": "tx_power",
    "description": "TX power mode for regulatory compliance (CE or FCC). Requires device rejoin to apply.",
    "values": [
      "CE",
      "FCC"
    ]
  },
  {
    "name": "zone_status_interval",
    "label": "Zone status interval",
    "access": 7,
    "type": "numeric",
    "property": "zone_status_interval",
    "description": "Heartbeat interval in seconds. Controls the periodic interval between ZoneStatusChange commands (default 300s)",
    "unit": "s",
    "value_max": 65535,
    "value_min": 0
  },
  {
    "name": "identify",
    "label": "Identify",
    "access": 2,
    "type": "enum",
    "property": "identify",
    "description": "Initiate device identification",
    "category": "config",
    "values": [
      "identify"
    ]
  }
]

Related