Skip to the content.

Tuya 2CT

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",
    "category": "diagnostic",
    "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": "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_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": "update_frequency",
    "label": "Update frequency",
    "access": 3,
    "type": "numeric",
    "property": "update_frequency",
    "description": "Update frequency",
    "unit": "s",
    "value_max": 60,
    "value_min": 3,
    "presets": [
      {
        "name": "default",
        "value": 10,
        "description": "Default value"
      }
    ]
  },
  {
    "name": "timestamp_a",
    "label": "Timestamp a",
    "access": 1,
    "type": "numeric",
    "property": "timestamp_a",
    "description": "Timestamp at power measure (phase a)"
  },
  {
    "name": "timestamp_b",
    "label": "Timestamp b",
    "access": 1,
    "type": "numeric",
    "property": "timestamp_b",
    "description": "Timestamp at power measure (phase b)"
  },
  {
    "name": "calibration_ac_frequency",
    "label": "Calibration ac frequency",
    "access": 3,
    "type": "numeric",
    "property": "calibration_ac_frequency",
    "description": "Calibration AC frequency",
    "value_max": 1.5,
    "value_min": 0.5,
    "value_step": 0.01,
    "presets": [
      {
        "name": "default",
        "value": 1,
        "description": "Default value"
      }
    ]
  },
  {
    "name": "calibration_voltage",
    "label": "Calibration voltage",
    "access": 3,
    "type": "numeric",
    "property": "calibration_voltage",
    "description": "Calibration voltage",
    "value_max": 1.5,
    "value_min": 0.5,
    "value_step": 0.01,
    "presets": [
      {
        "name": "default",
        "value": 1,
        "description": "Default value"
      }
    ]
  },
  {
    "name": "calibration_power_a",
    "label": "Calibration power a",
    "access": 3,
    "type": "numeric",
    "property": "calibration_power_a",
    "description": "Calibration power A",
    "value_max": 1.5,
    "value_min": 0.5,
    "value_step": 0.01,
    "presets": [
      {
        "name": "default",
        "value": 1,
        "description": "Default value"
      }
    ]
  },
  {
    "name": "calibration_current_a",
    "label": "Calibration current a",
    "access": 3,
    "type": "numeric",
    "property": "calibration_current_a",
    "description": "Calibration current A",
    "value_max": 1.5,
    "value_min": 0.5,
    "value_step": 0.01,
    "presets": [
      {
        "name": "default",
        "value": 1,
        "description": "Default value"
      }
    ]
  },
  {
    "name": "calibration_power_b",
    "label": "Calibration power b",
    "access": 3,
    "type": "numeric",
    "property": "calibration_power_b",
    "description": "Calibration power B",
    "value_max": 1.5,
    "value_min": 0.5,
    "value_step": 0.01,
    "presets": [
      {
        "name": "default",
        "value": 1,
        "description": "Default value"
      }
    ]
  },
  {
    "name": "calibration_current_b",
    "label": "Calibration current b",
    "access": 3,
    "type": "numeric",
    "property": "calibration_current_b",
    "description": "Calibration current B",
    "value_max": 1.5,
    "value_min": 0.5,
    "value_step": 0.01,
    "presets": [
      {
        "name": "default",
        "value": 1,
        "description": "Default value"
      }
    ]
  }
]

Related