{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "sigineer/grid-inverter",
  "manufacturer": "Sigineer",
  "manufacturer_slug": "sigineer",
  "model": "[Grid Inverter",
  "slug": "grid-inverter",
  "title": "Sigineer [Grid Inverter Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Sigineer [Grid Inverter solar inverter, with 12 representative voltage, frequency, current signals.",
  "device_type": "Solar Inverter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Voltage",
    "Frequency",
    "Current",
    "Power",
    "Energy",
    "Status"
  ],
  "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": "Battery voltage V",
      "display_address": "300006",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Battery current A",
      "display_address": "300007",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Pv power W",
      "display_address": "300018",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "System geneeraating capacity low KWH",
      "display_address": "300020",
      "data_type": "UINT16",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Input frequency Hz",
      "display_address": "300008",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Battery status",
      "display_address": "300005",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Status"
    },
    {
      "name": "Ambient temperature C",
      "display_address": "300000",
      "data_type": "UINT16",
      "unit": "degC",
      "category": "Temperature"
    },
    {
      "name": "Master version",
      "display_address": "300001",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Identification"
    },
    {
      "name": "Year month 39",
      "display_address": "300002",
      "data_type": "UINT16",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Input voltage V",
      "display_address": "300009",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Inverter frequency Hz",
      "display_address": "300012",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Inverter voltage V",
      "display_address": "300013",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    }
  ],
  "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=sigineer/grid-inverter",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=sigineer/grid-inverter",
    "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."
}
