Skip to the content.

Frient EMIZB-151

Electricity Meter Interface 2 P1

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": "power",
    "label": "Power",
    "access": 5,
    "type": "numeric",
    "property": "power",
    "description": "Instantaneous measured power",
    "unit": "W"
  },
  {
    "name": "voltage",
    "label": "Voltage",
    "access": 5,
    "type": "numeric",
    "property": "voltage",
    "description": "Measured electrical potential value",
    "unit": "V"
  },
  {
    "name": "current",
    "label": "Current",
    "access": 5,
    "type": "numeric",
    "property": "current",
    "description": "Instantaneous measured electrical current",
    "unit": "A"
  },
  {
    "name": "energy",
    "label": "Energy",
    "access": 5,
    "type": "numeric",
    "property": "energy",
    "description": "Sum of consumed energy",
    "unit": "kWh"
  },
  {
    "name": "produced_energy",
    "label": "Produced energy",
    "access": 5,
    "type": "numeric",
    "property": "produced_energy",
    "description": "Sum of produced energy",
    "unit": "kWh"
  },
  {
    "name": "energy_tier_1",
    "label": "Energy tier 1",
    "access": 5,
    "type": "numeric",
    "property": "energy_tier_1",
    "description": "Energy consumed in tariff 1 (peak/high) - OBIS 1.8.1",
    "unit": "kWh"
  },
  {
    "name": "energy_tier_2",
    "label": "Energy tier 2",
    "access": 5,
    "type": "numeric",
    "property": "energy_tier_2",
    "description": "Energy consumed in tariff 2 (off-peak/low) - OBIS 1.8.2",
    "unit": "kWh"
  },
  {
    "name": "produced_energy_tier_1",
    "label": "Produced energy tier 1",
    "access": 5,
    "type": "numeric",
    "property": "produced_energy_tier_1",
    "description": "Energy produced in tariff 1 (peak/high) - OBIS 2.8.1",
    "unit": "kWh"
  },
  {
    "name": "produced_energy_tier_2",
    "label": "Produced energy tier 2",
    "access": 5,
    "type": "numeric",
    "property": "produced_energy_tier_2",
    "description": "Energy produced in tariff 2 (off-peak/low) - OBIS 2.8.2",
    "unit": "kWh"
  },
  {
    "name": "power_phase_b",
    "label": "Power phase b",
    "access": 5,
    "type": "numeric",
    "property": "power_phase_b",
    "description": "Instantaneous measured power on phase B",
    "unit": "W"
  },
  {
    "name": "power_phase_c",
    "label": "Power phase c",
    "access": 5,
    "type": "numeric",
    "property": "power_phase_c",
    "description": "Instantaneous measured power on phase C",
    "unit": "W"
  },
  {
    "name": "voltage_phase_b",
    "label": "Voltage phase B",
    "access": 5,
    "type": "numeric",
    "property": "voltage_phase_b",
    "description": "Measured electrical potential value on phase B",
    "unit": "V"
  },
  {
    "name": "voltage_phase_c",
    "label": "Voltage phase C",
    "access": 5,
    "type": "numeric",
    "property": "voltage_phase_c",
    "description": "Measured electrical potential value on phase C",
    "unit": "V"
  },
  {
    "name": "current_phase_b",
    "label": "Current phase B",
    "access": 5,
    "type": "numeric",
    "property": "current_phase_b",
    "description": "Instantaneous measured electrical current on phase B",
    "unit": "A"
  },
  {
    "name": "current_phase_c",
    "label": "Current phase C",
    "access": 5,
    "type": "numeric",
    "property": "current_phase_c",
    "description": "Instantaneous measured electrical current on phase C",
    "unit": "A"
  }
]

Related