{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "fronius-inverter/common",
  "manufacturer": "Fronius Inverter",
  "manufacturer_slug": "fronius-inverter",
  "model": "Common",
  "slug": "common",
  "title": "Fronius Inverter Common Modbus Register Map",
  "description": "Fronius Inverter Common Modbus map and register map with sample Modbus registers, register addresses, and power meter overview for engineers. Works with Modbus Monitor XPF (import directly) and includes downloadable CSV access in-app.",
  "device_type": "Power Meter",
  "protocol": "Modbus",
  "categories": [
    "Power",
    "Voltage",
    "Current",
    "Temperature",
    "Frequency",
    "Energy"
  ],
  "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": "AC voltage phase AB V",
      "display_address": "440076",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Total AC current A",
      "display_address": "440071",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "AC in feed power W",
      "display_address": "440083",
      "data_type": "INT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Total fed-in energy Wh",
      "display_address": "440093",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "AC frequency Hz",
      "display_address": "440085",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Housing temperature C",
      "display_address": "440102",
      "data_type": "INT16",
      "unit": "degC",
      "category": "Temperature"
    },
    {
      "name": "Operating mode Bitmask",
      "display_address": "440107",
      "data_type": "UINT16",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "AC current phase A A",
      "display_address": "440072",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "AC current phase B A",
      "display_address": "440073",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "AC current phase C A",
      "display_address": "440074",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "Scale factor AC current SF",
      "display_address": "440075",
      "data_type": "INT16",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "AC voltage phase BC V",
      "display_address": "440077",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    }
  ],
  "register_count": 12,
  "documentation_url": "https://docs.quantumbitsolutions.com/products/xpf/device-maps/fronius-inverter/common/",
  "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=fronius-inverter/common",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=fronius-inverter/common",
    "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"
}
