{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "acrel/adl300",
  "manufacturer": "Acrel",
  "manufacturer_slug": "acrel",
  "model": "ADL300",
  "slug": "adl300",
  "title": "Acrel ADL300 Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Acrel ADL300 power meter, with 12 representative energy, current signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Energy",
    "Current"
  ],
  "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 total kwh",
      "display_address": "400000",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Current"
    },
    {
      "name": "Total kwh this month",
      "display_address": "400027",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Year month",
      "display_address": "400010",
      "data_type": "UINT16",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Current spike kwh",
      "display_address": "400002",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Current"
    },
    {
      "name": "Current flat kwh",
      "display_address": "400006",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Current"
    },
    {
      "name": "Current valley kwh",
      "display_address": "400008",
      "data_type": "UINT16",
      "unit": "kWh",
      "category": "Current"
    },
    {
      "name": "Peak kwh this month",
      "display_address": "400031",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Flat kwh this month",
      "display_address": "400033",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Valley kwh this month",
      "display_address": "400035",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Total kwh last month",
      "display_address": "400038",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Spike kwh last month",
      "display_address": "400040",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Peak kwh last month",
      "display_address": "400042",
      "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=acrel/adl300",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=acrel/adl300",
    "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."
}
