{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "continental-control-systems/wattnode",
  "manufacturer": "Continental Control Systems",
  "manufacturer_slug": "continental-control-systems",
  "model": "WattNode",
  "slug": "wattnode",
  "title": "Continental Control Systems WattNode Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Continental Control Systems WattNode power meter, with 12 representative voltage, power, energy signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Voltage",
    "Power",
    "Energy",
    "Current"
  ],
  "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": "Average phase to neutral voltage V",
      "display_address": "401017",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Rms current phase A A",
      "display_address": "401163",
      "data_type": "FLOAT32",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "Real power sum of active phases W",
      "display_address": "401009",
      "data_type": "FLOAT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Total net bidirectional energy kWh",
      "display_address": "401001",
      "data_type": "FLOAT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Total positive energy kWh",
      "display_address": "401003",
      "data_type": "FLOAT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Real power phase A W",
      "display_address": "401011",
      "data_type": "FLOAT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Real power phase B W",
      "display_address": "401013",
      "data_type": "FLOAT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Real power phase C W",
      "display_address": "401015",
      "data_type": "FLOAT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Rms voltage phase A to neutral V",
      "display_address": "401019",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Rms voltage phase B to neutral V",
      "display_address": "401021",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Rms voltage phase C to neutral V",
      "display_address": "401023",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Average line to line voltage V",
      "display_address": "401025",
      "data_type": "FLOAT32",
      "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=continental-control-systems/wattnode",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=continental-control-systems/wattnode",
    "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."
}
