{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "veris/e50",
  "manufacturer": "Veris",
  "manufacturer_slug": "veris",
  "model": "E50",
  "slug": "e50",
  "title": "Veris E50 Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Veris E50 power meter, with 12 representative power, voltage, current signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Power",
    "Voltage",
    "Current",
    "Energy",
    "Frequency"
  ],
  "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": "Voltage L l average of 3 phases Volt",
      "display_address": "300007",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Current average of 3 phases Amp",
      "display_address": "300009",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "Total instantaneous real power 3 phase total kW",
      "display_address": "300003",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Real energy consumption kWh",
      "display_address": "300001",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Frequency derived from phase A Hz",
      "display_address": "300026",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Ljrrent instantaneous phase C Amp",
      "display_address": "300024",
      "data_type": "UINT16",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Total instantaneous reactive power 3 phase total kVAR",
      "display_address": "300004",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Total instantaneous apparent power 3 phase total KVA",
      "display_address": "300005",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Total power factor total kw total kva Ratio",
      "display_address": "300006",
      "data_type": "UINT16",
      "unit": "PF",
      "category": "Power"
    },
    {
      "name": "Voltage L ii average of 3 phases Volt",
      "display_address": "300008",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Real power phase A kW",
      "display_address": "300010",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Real power phase B kW",
      "display_address": "300011",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    }
  ],
  "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=veris/e50",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=veris/e50",
    "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."
}
