{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "lifasa/mca-plus-ii",
  "manufacturer": "Lifasa",
  "manufacturer_slug": "lifasa",
  "model": "MCA PLUS II",
  "slug": "mca-plus-ii",
  "title": "Lifasa MCA PLUS II Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Lifasa MCA PLUS II power meter, with 12 representative power, voltage, current signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Power",
    "Voltage",
    "Current",
    "Energy",
    "Frequency",
    "Demand"
  ],
  "address_display_convention": "Display address copied from the official XPF map preview. Modbus reference-number and zero-based offset conventions vary by device; verify the manufacturer manual before polling or writing.",
  "registers": [
    {
      "name": "L1 phase voltage V",
      "display_address": "300000",
      "data_type": "UINT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "L1 current mA",
      "display_address": "300002",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "L1 active power W",
      "display_address": "300004",
      "data_type": "UINT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Consumed active energy kW DC-DD",
      "display_address": "300094",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "L1 frequency Hz",
      "display_address": "300060",
      "data_type": "UINT32",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Maximum demand I AVG mA",
      "display_address": "300086",
      "data_type": "UINT32",
      "unit": "kW",
      "category": "Demand"
    },
    {
      "name": "2nd order harmonic",
      "display_address": "302634",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Harmonics"
    },
    {
      "name": "Cos L1",
      "display_address": "300014",
      "data_type": "UINT32",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "L1 inductive power var",
      "display_address": "300006",
      "data_type": "UINT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "L1 capacitive power var",
      "display_address": "300008",
      "data_type": "UINT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "L1 apparent power VA",
      "display_address": "300010",
      "data_type": "UINT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "L1 power factor",
      "display_address": "300012",
      "data_type": "UINT32",
      "unit": "PF",
      "category": "Power"
    }
  ],
  "register_count": 12,
  "guide_status": "upcoming",
  "documentation_url": null,
  "product": {
    "name": "Modbus Monitor XPF",
    "full_map_url": "https://www.modbusmonitor.com/download?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=lifasa/mca-plus-ii",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=lifasa/mca-plus-ii",
    "request_url": "https://github.com/Modbus-Monitor/modbus-device-maps/issues/new/choose"
  },
  "license_notice": "See DATA_LICENSE.md and DISCLAIMER.md in the repository root."
}
