Skip to the content.

TuYa PJ-1203A

Bidirectional energy meter with 80A 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:

[
  {
    "name": "ac_frequency",
    "label": "AC frequency",
    "access": 1,
    "type": "numeric",
    "property": "ac_frequency",
    "description": "Measured electrical AC frequency",
    "unit": "Hz"
  },
  {
    "name": "voltage",
    "label": "Voltage",
    "access": 1,
    "type": "numeric",
    "property": "voltage",
    "description": "Measured electrical potential value",
    "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_ab",
    "label": "Power ab",
    "access": 1,
    "type": "numeric",
    "property": "power_ab",
    "description": "Instantaneous measured power (phase AB)",
    "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": "power_factor_a",
    "label": "Power factor a",
    "access": 1,
    "type": "numeric",
    "property": "power_factor_a",
    "description": "Instantaneous measured power factor (phase A)",
    "unit": "%"
  },
  {
    "name": "power_factor_b",
    "label": "Power factor b",
    "access": 1,
    "type": "numeric",
    "property": "power_factor_b",
    "description": "Instantaneous measured power factor (phase B)",
    "unit": "%"
  },
  {
    "name": "energy_flow_a",
    "label": "Energy flow a",
    "access": 1,
    "type": "enum",
    "property": "energy_flow_a",
    "description": "Direction of energy (phase A)",
    "values": [
      "consuming",
      "producing"
    ]
  },
  {
    "name": "energy_flow_b",
    "label": "Energy flow b",
    "access": 1,
    "type": "enum",
    "property": "energy_flow_b",
    "description": "Direction of energy (phase B)",
    "values": [
      "consuming",
      "producing"
    ]
  },
  {
    "name": "energy_a",
    "label": "Energy a",
    "access": 1,
    "type": "numeric",
    "property": "energy_a",
    "description": "Sum of consumed energy (phase A)",
    "unit": "kWh"
  },
  {
    "name": "energy_b",
    "label": "Energy b",
    "access": 1,
    "type": "numeric",
    "property": "energy_b",
    "description": "Sum of consumed energy (phase B)",
    "unit": "kWh"
  },
  {
    "name": "energy_produced_a",
    "label": "Energy produced a",
    "access": 1,
    "type": "numeric",
    "property": "energy_produced_a",
    "description": "Sum of produced energy (phase A)",
    "unit": "kWh"
  },
  {
    "name": "energy_produced_b",
    "label": "Energy produced b",
    "access": 1,
    "type": "numeric",
    "property": "energy_produced_b",
    "description": "Sum of produced energy (phase B)",
    "unit": "kWh"
  },
  {
    "name": "update_frequency",
    "label": "Update frequency",
    "access": 1,
    "type": "numeric",
    "property": "update_frequency",
    "description": "Update frequency",
    "unit": "s"
  },
  {
    "name": "linkquality",
    "label": "Linkquality",
    "access": 1,
    "type": "numeric",
    "property": "linkquality",
    "description": "Link quality (signal strength)",
    "unit": "lqi",
    "value_max": 255,
    "value_min": 0
  }
]

Related