Skip to the content.

TuYa SPM02V2

Smart energy monitor for 3P+N system

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": "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": "energy",
    "label": "Energy",
    "access": 1,
    "type": "numeric",
    "property": "energy",
    "description": "Total forward active energy",
    "unit": "kWh"
  },
  {
    "name": "produced_energy",
    "label": "Produced energy",
    "access": 1,
    "type": "numeric",
    "property": "produced_energy",
    "description": "Total reverse active energy",
    "unit": "kWh"
  },
  {
    "name": "power_factor",
    "label": "Power factor",
    "access": 1,
    "type": "numeric",
    "property": "power_factor",
    "description": "Instantaneous measured power factor",
    "unit": "%"
  },
  {
    "name": "power",
    "label": "Power",
    "access": 1,
    "type": "numeric",
    "property": "power",
    "description": "Instantaneous measured power",
    "unit": "W"
  },
  {
    "name": "ac_frequency",
    "label": "AC frequency",
    "access": 1,
    "type": "numeric",
    "property": "ac_frequency",
    "description": "Measured electrical AC frequency",
    "unit": "Hz"
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related