{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "solaredge/se3000h",
  "manufacturer": "SolarEdge",
  "manufacturer_slug": "solaredge",
  "model": "SE3000H",
  "slug": "se3000h",
  "title": "SolarEdge SE3000H Modbus Register Map",
  "description": "SolarEdge SE3000H Modbus map and register map with sample Modbus registers, register addresses, and solar inverter overview for engineers. Works with Modbus Monitor XPF (import directly) and includes downloadable CSV access in-app.",
  "device_type": "Solar Inverter",
  "protocol": "Modbus",
  "categories": [
    "Voltage",
    "Current",
    "Power",
    "Energy",
    "Frequency",
    "Temperature"
  ],
  "address_display_convention": "Display address copied from the published preview. Modbus reference-number and zero-based offset conventions vary by device; verify the linked documentation and manufacturer manual before polling.",
  "registers": [
    {
      "name": "I AC VoltageAN1",
      "display_address": "440080",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "I AC Current",
      "display_address": "440072",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "I AC Power",
      "display_address": "440084",
      "data_type": "INT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "I AC Energy WH",
      "display_address": "440094",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "I AC Frequency",
      "display_address": "440086",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "M AC PF",
      "display_address": "440222",
      "data_type": "INT16",
      "unit": "-",
      "category": "Power Factor"
    },
    {
      "name": "I Status",
      "display_address": "440108",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Status"
    },
    {
      "name": "I Temp Sink",
      "display_address": "440104",
      "data_type": "INT16",
      "unit": "-",
      "category": "Temperature"
    },
    {
      "name": "C SunSpec ID",
      "display_address": "440001",
      "data_type": "UINT32",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "C Model:16",
      "display_address": "440021",
      "data_type": "STRING",
      "unit": "-",
      "category": "Identification"
    },
    {
      "name": "M Exported",
      "display_address": "440227",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Communication"
    },
    {
      "name": "I AC Current SF",
      "display_address": "440076",
      "data_type": "INT16",
      "unit": "-",
      "category": "Current"
    }
  ],
  "register_count": 12,
  "documentation_url": "https://docs.quantumbitsolutions.com/products/xpf/device-maps/solaredge/se3000h/",
  "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=solaredge/se3000h",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=solaredge/se3000h",
    "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.",
  "guide_status": "published"
}
