Skip to the content.

Develco ZHEMI101

Energy meter

Services and characteristics

The following HomeKit Services and Characteristics are exposed by the Develco ZHEMI101

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "type": "numeric",
    "name": "power",
    "property": "power",
    "access": 1,
    "unit": "W",
    "description": "Instantaneous measured power"
  },
  {
    "type": "numeric",
    "name": "energy",
    "property": "energy",
    "access": 1,
    "unit": "kWh",
    "description": "Sum of consumed energy"
  },
  {
    "type": "binary",
    "name": "battery_low",
    "property": "battery_low",
    "access": 1,
    "value_on": true,
    "value_off": false,
    "description": "Indicates if the battery of this device is almost empty"
  },
  {
    "type": "numeric",
    "name": "pulse_configuration",
    "property": "pulse_configuration",
    "access": 7,
    "value_min": 0,
    "value_max": 65535,
    "description": "Pulses per kwh. Default 1000 imp/kWh. Range 0 to 65535"
  },
  {
    "type": "enum",
    "name": "interface_mode",
    "property": "interface_mode",
    "access": 7,
    "values": [
      "electricity",
      "gas",
      "water",
      "kamstrup-kmp",
      "linky",
      "IEC62056-21",
      "DSMR-2.3",
      "DSMR-4.0"
    ],
    "description": "Operating mode/probe"
  },
  {
    "type": "numeric",
    "name": "current_summation",
    "property": "current_summation",
    "access": 2,
    "description": "Current summation value sent to the display. e.g. 570 = 0,570 kWh",
    "value_min": 0,
    "value_max": 268435455
  },
  {
    "type": "binary",
    "name": "check_meter",
    "property": "check_meter",
    "access": 1,
    "value_on": true,
    "value_off": false,
    "description": "Is true if communication problem with meter is experienced"
  },
  {
    "type": "numeric",
    "name": "linkquality",
    "property": "linkquality",
    "access": 1,
    "unit": "lqi",
    "description": "Link quality (signal strength)",
    "value_min": 0,
    "value_max": 255
  }
]

Related