Skip to the content.

AVATTO ZWPM16

Zigbee smart energy meter

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": "power",
    "label": "Power",
    "access": 1,
    "type": "numeric",
    "property": "power",
    "description": "Instantaneous measured power",
    "category": "diagnostic",
    "unit": "W"
  },
  {
    "name": "voltage",
    "label": "Voltage",
    "access": 1,
    "type": "numeric",
    "property": "voltage",
    "description": "Measured electrical potential value",
    "category": "diagnostic",
    "unit": "V"
  },
  {
    "name": "current",
    "label": "Current",
    "access": 1,
    "type": "numeric",
    "property": "current",
    "description": "Instantaneous measured electrical current",
    "category": "diagnostic",
    "unit": "A"
  },
  {
    "name": "energy",
    "label": "Energy",
    "access": 1,
    "type": "numeric",
    "property": "energy",
    "description": "Sum of consumed energy",
    "unit": "kWh"
  },
  {
    "name": "daily_energy",
    "label": "Daily energy",
    "access": 1,
    "type": "numeric",
    "property": "daily_energy",
    "description": "Daily energy",
    "unit": "kWh"
  }
]

Related