{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "ziegler/delta-energy",
  "manufacturer": "Ziegler",
  "manufacturer_slug": "ziegler",
  "model": "Delta Energy",
  "slug": "delta-energy",
  "title": "Ziegler Delta Energy Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Ziegler Delta Energy power meter, with 12 representative current, power factor, demand signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Current",
    "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": "Current 1",
      "display_address": "300006",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "PF1",
      "display_address": "300030",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Power Factor"
    },
    {
      "name": "W demand import",
      "display_address": "300084",
      "data_type": "FLOAT32",
      "unit": "kW",
      "category": "Demand"
    },
    {
      "name": "Volts 1",
      "display_address": "300000",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Wh import",
      "display_address": "300072",
      "data_type": "FLOAT32",
      "unit": "kWh",
      "category": "Communication"
    },
    {
      "name": "Current 2",
      "display_address": "300008",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Current 3",
      "display_address": "300010",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "PF2",
      "display_address": "300032",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Power Factor"
    },
    {
      "name": "PF3",
      "display_address": "300034",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Power Factor"
    },
    {
      "name": "Current ave",
      "display_address": "300046",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Current sum",
      "display_address": "300048",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Pf ave",
      "display_address": "300062",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Power Factor"
    }
  ],
  "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=ziegler/delta-energy",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=ziegler/delta-energy",
    "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."
}
