Skip to the content.

TuYa SPM02

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_X",
    "label": "Voltage X",
    "access": 1,
    "type": "numeric",
    "property": "voltage_X",
    "description": "Measured electrical potential value (phase X)",
    "unit": "V"
  },
  {
    "name": "voltage_Y",
    "label": "Voltage Y",
    "access": 1,
    "type": "numeric",
    "property": "voltage_Y",
    "description": "Measured electrical potential value (phase Y)",
    "unit": "V"
  },
  {
    "name": "voltage_Z",
    "label": "Voltage Z",
    "access": 1,
    "type": "numeric",
    "property": "voltage_Z",
    "description": "Measured electrical potential value (phase Z)",
    "unit": "V"
  },
  {
    "name": "power_X",
    "label": "Power X",
    "access": 1,
    "type": "numeric",
    "property": "power_X",
    "description": "Instantaneous measured power (phase X)",
    "unit": "W"
  },
  {
    "name": "power_Y",
    "label": "Power Y",
    "access": 1,
    "type": "numeric",
    "property": "power_Y",
    "description": "Instantaneous measured power (phase Y)",
    "unit": "W"
  },
  {
    "name": "power_Z",
    "label": "Power Z",
    "access": 1,
    "type": "numeric",
    "property": "power_Z",
    "description": "Instantaneous measured power (phase Z)",
    "unit": "W"
  },
  {
    "name": "current_X",
    "label": "Current X",
    "access": 1,
    "type": "numeric",
    "property": "current_X",
    "description": "Instantaneous measured electrical current (phase X)",
    "unit": "A"
  },
  {
    "name": "current_Y",
    "label": "Current Y",
    "access": 1,
    "type": "numeric",
    "property": "current_Y",
    "description": "Instantaneous measured electrical current (phase Y)",
    "unit": "A"
  },
  {
    "name": "current_Z",
    "label": "Current Z",
    "access": 1,
    "type": "numeric",
    "property": "current_Z",
    "description": "Instantaneous measured electrical current (phase Z)",
    "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": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related