Skip to the content.

PushOk Hardware POK009

Voltage monitor

Services and characteristics

The following HomeKit Services and Characteristics are exposed by the PushOk Hardware POK009

Exposes

This is the information provided by Zigbee2MQTT for this device:

[
  {
    "name": "ext_voltage",
    "label": "Ext voltage",
    "access": 5,
    "type": "numeric",
    "property": "ext_voltage",
    "description": "Mains voltage",
    "unit": "V"
  },
  {
    "name": "comp_state",
    "label": "Comp state",
    "access": 5,
    "type": "binary",
    "property": "comp_state",
    "description": "Voltage status",
    "value_on": "NORMAL",
    "value_off": "LOW"
  },
  {
    "name": "tgt_voltage",
    "label": "Tgt voltage",
    "access": 7,
    "type": "numeric",
    "property": "tgt_voltage",
    "description": "Voltage threshold",
    "unit": "V",
    "value_max": 340,
    "value_min": 4,
    "value_step": 1
  },
  {
    "name": "voltage_type",
    "label": "Voltage type",
    "access": 7,
    "type": "enum",
    "property": "voltage_type",
    "description": "Mode",
    "values": [
      "AC",
      "DC"
    ]
  },
  {
    "name": "identify",
    "label": "Identify",
    "access": 2,
    "type": "enum",
    "property": "identify",
    "description": "Initiate device identification. This device is asleep by default.You may need to wake it up first before sending the identify command.",
    "category": "config",
    "values": [
      "identify"
    ]
  },
  {
    "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": "Empty battery indicator",
    "category": "diagnostic",
    "value_on": true,
    "value_off": false
  },
  {
    "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