{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "northern-design/multicube-modbus",
  "manufacturer": "Northern Design",
  "manufacturer_slug": "northern-design",
  "model": "MultiCube Modbus",
  "slug": "multicube-modbus",
  "title": "Northern Design MultiCube Modbus Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Northern Design MultiCube Modbus power meter, with 12 representative energy, current, power signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Energy",
    "Current",
    "Power",
    "Frequency",
    "Power Factor",
    "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": "Phase 1 amps Amps",
      "display_address": "402822",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "kVAh kVAh",
      "display_address": "400516",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Power"
    },
    {
      "name": "kWh kWh",
      "display_address": "400514",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Frequency",
      "display_address": "402820",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "System PF",
      "display_address": "402819",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Power Factor"
    },
    {
      "name": "Peak ph1 volts demand Volts",
      "display_address": "403843",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Demand"
    },
    {
      "name": "V1 THD",
      "display_address": "404352",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Harmonics"
    },
    {
      "name": "eScale",
      "display_address": "400512",
      "data_type": "UINT32",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Baud",
      "display_address": "403588",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Communication"
    },
    {
      "name": "Meter model",
      "display_address": "403590",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Identification"
    },
    {
      "name": "Kvarh inductive kvarh",
      "display_address": "400518",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Kvarh capacitive kvarh",
      "display_address": "400520",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    }
  ],
  "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=northern-design/multicube-modbus",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=northern-design/multicube-modbus",
    "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."
}
