{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "outback-power/mate3s",
  "manufacturer": "OutBack Power",
  "manufacturer_slug": "outback-power",
  "model": "MATE3S",
  "slug": "mate3s",
  "title": "OutBack Power MATE3S Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the OutBack Power MATE3S power meter, with 12 representative current, voltage, power signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Current",
    "Voltage",
    "Power",
    "Energy",
    "Frequency",
    "Power Factor"
  ],
  "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": "Phase Voltage AB V",
      "display_address": "440525",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "AC Current A",
      "display_address": "440520",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "AC Power W",
      "display_address": "440532",
      "data_type": "INT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "AC Energy Wh",
      "display_address": "440542",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Line Frequency Hz",
      "display_address": "440534",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Scale factor PFSF",
      "display_address": "440541",
      "data_type": "INT16",
      "unit": "-",
      "category": "Power Factor"
    },
    {
      "name": "Enumerated value Operating state",
      "display_address": "440556",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Status"
    },
    {
      "name": "Cabinet Temperature C",
      "display_address": "440551",
      "data_type": "INT16",
      "unit": "degC",
      "category": "Temperature"
    },
    {
      "name": "Scale factor ASF",
      "display_address": "440524",
      "data_type": "INT16",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Number of curves supported recommend 4",
      "display_address": "440793",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Communication"
    },
    {
      "name": "Phase A Current A",
      "display_address": "440521",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Phase B Current A",
      "display_address": "440522",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Current"
    }
  ],
  "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=outback-power/mate3s",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=outback-power/mate3s",
    "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."
}
