Skip to main content

Reference: Modbus Registers

This section provides the default register mapping for WAGO energy analyzers. Ensure your device configuration matches these addresses for accurate data visualization.

Standard Energy Meter Registers (879 Series)​

Register AddressParameterData TypeUnits
0x0002Phase 1 VoltageFloat32V
0x0004Phase 2 VoltageFloat32V
0x0006Phase 3 VoltageFloat32V
0x0008Phase 1 CurrentFloat32A
0x000ATotal Active PowerFloat32W
0x0010Total Active EnergyFloat32kWh

[!IMPORTANT] WEVA uses Zero-Based Addressing. If your device manual uses 1-based addressing, subtract 1 from the register address in the configuration.


Writable Control Registers​

Admins can modify these registers via the Control interface.

Register AddressFunctionRangeDefault
0x1000Alarm Threshold (High)0 - 50004500
0x1002Reset Energy Counter1 = Reset0

Troubleshooting Data Accuracy​

If values appear distorted (e.g., massive numbers):

  • Verify the Byte Order in the device settings (Standard: Big Endian).
  • Ensure the correct Register Function Code (03 for Read Holding, 04 for Read Input) is selected.

Modbus Debugging Placeholder Screenshot: View of a Modbus scanner tool showing matching registers with WEVA.