{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "electrex/plus",
  "manufacturer": "Electrex",
  "manufacturer_slug": "electrex",
  "model": "Plus",
  "slug": "plus",
  "title": "Electrex Plus Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Electrex Plus power meter, with 12 representative voltage, current, power signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Voltage",
    "Current",
    "Power",
    "Energy"
  ],
  "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": "Voltage",
      "display_address": "300000",
      "data_type": "INT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Current",
      "display_address": "300002",
      "data_type": "INT16",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Active Power",
      "display_address": "300004",
      "data_type": "INT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Active Energy total",
      "display_address": "300020",
      "data_type": "INT16",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Power factor",
      "display_address": "300010",
      "data_type": "INT16",
      "unit": "PF",
      "category": "Power"
    },
    {
      "name": "Reactive Energy total",
      "display_address": "300023",
      "data_type": "INT16",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Voltage L1",
      "display_address": "300028",
      "data_type": "INT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Voltage L2",
      "display_address": "300030",
      "data_type": "INT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Voltage L3",
      "display_address": "300032",
      "data_type": "INT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Current L1",
      "display_address": "300034",
      "data_type": "INT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "Current L2",
      "display_address": "300036",
      "data_type": "INT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "Current L3",
      "display_address": "300038",
      "data_type": "INT16",
      "unit": "A",
      "category": "Current"
    }
  ],
  "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=electrex/plus",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=electrex/plus",
    "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."
}
