Skip to the content.

Ourtop ATMS10013Z3

Zigbee 3 Phase Meter

White-label models

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": "energy",
    "label": "Energy",
    "access": 1,
    "type": "numeric",
    "property": "energy",
    "description": "Sum of consumed energy",
    "unit": "kWh"
  },
  {
    "name": "voltage_a",
    "label": "Voltage a",
    "access": 1,
    "type": "numeric",
    "property": "voltage_a",
    "description": "Measured electrical potential value (phase A)",
    "unit": "V"
  },
  {
    "name": "voltage_b",
    "label": "Voltage b",
    "access": 1,
    "type": "numeric",
    "property": "voltage_b",
    "description": "Measured electrical potential value (phase B)",
    "unit": "V"
  },
  {
    "name": "voltage_c",
    "label": "Voltage c",
    "access": 1,
    "type": "numeric",
    "property": "voltage_c",
    "description": "Measured electrical potential value (phase C)",
    "unit": "V"
  },
  {
    "name": "power_a",
    "label": "Power a",
    "access": 1,
    "type": "numeric",
    "property": "power_a",
    "description": "Instantaneous measured power (phase A)",
    "unit": "W"
  },
  {
    "name": "power_b",
    "label": "Power b",
    "access": 1,
    "type": "numeric",
    "property": "power_b",
    "description": "Instantaneous measured power (phase B)",
    "unit": "W"
  },
  {
    "name": "power_c",
    "label": "Power c",
    "access": 1,
    "type": "numeric",
    "property": "power_c",
    "description": "Instantaneous measured power (phase C)",
    "unit": "W"
  },
  {
    "name": "current_a",
    "label": "Current a",
    "access": 1,
    "type": "numeric",
    "property": "current_a",
    "description": "Instantaneous measured electrical current (phase A)",
    "unit": "A"
  },
  {
    "name": "current_b",
    "label": "Current b",
    "access": 1,
    "type": "numeric",
    "property": "current_b",
    "description": "Instantaneous measured electrical current (phase B)",
    "unit": "A"
  },
  {
    "name": "current_c",
    "label": "Current c",
    "access": 1,
    "type": "numeric",
    "property": "current_c",
    "description": "Instantaneous measured electrical current (phase C)",
    "unit": "A"
  },
  {
    "name": "produced_energy",
    "label": "Produced energy",
    "access": 1,
    "type": "numeric",
    "property": "produced_energy",
    "description": "Sum of produced energy",
    "unit": "kWh"
  },
  {
    "name": "total_energy",
    "label": "Total energy",
    "access": 1,
    "type": "numeric",
    "property": "total_energy",
    "description": "Total consumed and produced energy",
    "unit": "kWh"
  },
  {
    "name": "power",
    "label": "Power",
    "access": 1,
    "type": "numeric",
    "property": "power",
    "description": "Instantaneous measured power",
    "category": "diagnostic",
    "unit": "W"
  },
  {
    "name": "power_reactive",
    "label": "Power reactive",
    "access": 1,
    "type": "numeric",
    "property": "power_reactive",
    "description": "Instantaneous measured reactive power",
    "unit": "VAR"
  },
  {
    "name": "power_factor",
    "label": "Power factor",
    "access": 1,
    "type": "numeric",
    "property": "power_factor",
    "description": "Instantaneous measured power factor",
    "unit": "%"
  }
]

Related