Skip to the content.

BITUO TECHNIK SPM01-D2TZ-U01

Smart energy sensor

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": "ac_frequency",
    "label": "AC frequency",
    "access": 1,
    "type": "numeric",
    "property": "ac_frequency",
    "description": "Measured electrical AC frequency",
    "unit": "Hz"
  },
  {
    "name": "power",
    "label": "Power",
    "access": 1,
    "type": "numeric",
    "property": "power",
    "description": "Instantaneous measured power",
    "unit": "W"
  },
  {
    "name": "power_reactive",
    "label": "Power reactive",
    "access": 1,
    "type": "numeric",
    "property": "power_reactive",
    "description": "Instantaneous measured reactive power",
    "unit": "VAR"
  },
  {
    "name": "power_apparent",
    "label": "Power apparent",
    "access": 1,
    "type": "numeric",
    "property": "power_apparent",
    "description": "Instantaneous measured apparent power",
    "unit": "VA"
  },
  {
    "name": "current",
    "label": "Current",
    "access": 1,
    "type": "numeric",
    "property": "current",
    "description": "Instantaneous measured electrical current",
    "unit": "A"
  },
  {
    "name": "voltage",
    "label": "Voltage",
    "access": 1,
    "type": "numeric",
    "property": "voltage",
    "description": "Measured electrical potential value",
    "unit": "V"
  },
  {
    "name": "power_factor",
    "label": "Power factor",
    "access": 1,
    "type": "numeric",
    "property": "power_factor",
    "description": "Instantaneous measured power factor"
  },
  {
    "name": "energy",
    "label": "Energy",
    "access": 1,
    "type": "numeric",
    "property": "energy",
    "description": "Sum of consumed energy",
    "unit": "kWh"
  },
  {
    "name": "produced_energy",
    "label": "Produced energy",
    "access": 1,
    "type": "numeric",
    "property": "produced_energy",
    "description": "Sum of produced 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