Skip to the content.

Tuya SDM02V1

Smart energy monitor for 2P+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_l1",
    "label": "Voltage l1",
    "access": 1,
    "type": "numeric",
    "property": "voltage_l1",
    "description": "Measured electrical potential value (phase L1)",
    "unit": "V"
  },
  {
    "name": "voltage_l2",
    "label": "Voltage l2",
    "access": 1,
    "type": "numeric",
    "property": "voltage_l2",
    "description": "Measured electrical potential value (phase L2)",
    "unit": "V"
  },
  {
    "name": "power_l1",
    "label": "Power l1",
    "access": 1,
    "type": "numeric",
    "property": "power_l1",
    "description": "Instantaneous measured power (phase L1)",
    "unit": "W"
  },
  {
    "name": "power_l2",
    "label": "Power l2",
    "access": 1,
    "type": "numeric",
    "property": "power_l2",
    "description": "Instantaneous measured power (phase L2)",
    "unit": "W"
  },
  {
    "name": "current_l1",
    "label": "Current l1",
    "access": 1,
    "type": "numeric",
    "property": "current_l1",
    "description": "Instantaneous measured electrical current (phase L1)",
    "unit": "A"
  },
  {
    "name": "current_l2",
    "label": "Current l2",
    "access": 1,
    "type": "numeric",
    "property": "current_l2",
    "description": "Instantaneous measured electrical current (phase L2)",
    "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": "Total power factor",
    "unit": "%"
  },
  {
    "name": "power",
    "label": "Power",
    "access": 1,
    "type": "numeric",
    "property": "power",
    "description": "Total active power",
    "category": "diagnostic",
    "unit": "W"
  },
  {
    "name": "ac_frequency",
    "label": "AC frequency",
    "access": 1,
    "type": "numeric",
    "property": "ac_frequency",
    "description": "Measured electrical AC frequency",
    "unit": "Hz"
  },
  {
    "name": "energy_l1",
    "label": "Energy l1",
    "access": 1,
    "type": "numeric",
    "property": "energy_l1",
    "description": "Sum of consumed energy (phase L1)",
    "unit": "kWh"
  },
  {
    "name": "energy_l2",
    "label": "Energy l2",
    "access": 1,
    "type": "numeric",
    "property": "energy_l2",
    "description": "Sum of consumed energy (phase L2)",
    "unit": "kWh"
  },
  {
    "name": "energy_produced_l1",
    "label": "Energy produced l1",
    "access": 1,
    "type": "numeric",
    "property": "energy_produced_l1",
    "description": "Sum of produced energy (phase L1)",
    "unit": "kWh"
  },
  {
    "name": "energy_produced_l2",
    "label": "Energy produced l2",
    "access": 1,
    "type": "numeric",
    "property": "energy_produced_l2",
    "description": "Sum of produced energy (phase L2)",
    "unit": "kWh"
  },
  {
    "name": "power_factor_l1",
    "label": "Power factor l1",
    "access": 1,
    "type": "numeric",
    "property": "power_factor_l1",
    "description": "Instantaneous measured power factor (phase L1)",
    "unit": "%"
  },
  {
    "name": "power_factor_l2",
    "label": "Power factor l2",
    "access": 1,
    "type": "numeric",
    "property": "power_factor_l2",
    "description": "Instantaneous measured power factor (phase L2)",
    "unit": "%"
  }
]

Related