{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "trinity/powerpro",
  "manufacturer": "Trinity",
  "manufacturer_slug": "trinity",
  "model": "PowerPro",
  "slug": "powerpro",
  "title": "Trinity PowerPro Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Trinity PowerPro power meter, with 12 representative power, energy, demand signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Power",
    "Energy",
    "Demand",
    "Current",
    "Power Factor",
    "Harmonics"
  ],
  "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": "Avgamps",
      "display_address": "400211",
      "data_type": "UINT32",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "Kva",
      "display_address": "400199",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Power"
    },
    {
      "name": "Kwh",
      "display_address": "400213",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Pf",
      "display_address": "400205",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Power Factor"
    },
    {
      "name": "Demand",
      "display_address": "400239",
      "data_type": "UINT32",
      "unit": "kW",
      "category": "Demand"
    },
    {
      "name": "Vrthd",
      "display_address": "400249",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Harmonics"
    },
    {
      "name": "Avgvll",
      "display_address": "400207",
      "data_type": "UINT32",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Kw",
      "display_address": "400201",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Power"
    },
    {
      "name": "Kvar",
      "display_address": "400203",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Power"
    },
    {
      "name": "Kvah",
      "display_address": "400215",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Power"
    },
    {
      "name": "Kvarh",
      "display_address": "400217",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Maxdemand",
      "display_address": "400241",
      "data_type": "UINT32",
      "unit": "kW",
      "category": "Demand"
    }
  ],
  "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=trinity/powerpro",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=trinity/powerpro",
    "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."
}
