Skip to the content.

TuYa TS0601_bidirectional_energy meter

Bidirectional energy meter with 150A Current Clamp

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:

[
  {
    "type": "numeric",
    "name": "energy",
    "label": "Energy",
    "property": "energy",
    "access": 1,
    "unit": "kWh",
    "description": "Sum of consumed energy"
  },
  {
    "type": "numeric",
    "name": "produced_energy",
    "label": "Produced energy",
    "property": "produced_energy",
    "access": 1,
    "unit": "kWh",
    "description": "Sum of produced energy"
  },
  {
    "type": "numeric",
    "name": "power",
    "label": "Power",
    "property": "power",
    "access": 1,
    "unit": "W",
    "description": "Instantaneous measured power"
  },
  {
    "type": "numeric",
    "name": "voltage",
    "label": "Voltage",
    "property": "voltage",
    "access": 1,
    "unit": "V",
    "description": "Measured electrical potential value"
  },
  {
    "type": "numeric",
    "name": "current",
    "label": "Current",
    "property": "current",
    "access": 1,
    "unit": "A",
    "description": "Instantaneous measured electrical current"
  },
  {
    "type": "enum",
    "name": "energy_flow",
    "label": "Energy flow",
    "property": "energy_flow",
    "access": 1,
    "values": [
      "consuming",
      "producing"
    ],
    "description": "Direction of energy"
  },
  {
    "type": "numeric",
    "name": "linkquality",
    "label": "Linkquality",
    "property": "linkquality",
    "access": 1,
    "unit": "lqi",
    "description": "Link quality (signal strength)",
    "value_min": 0,
    "value_max": 255
  }
]

Related