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: Due to WEVA uploads a csv to file to define address and path of the MODBUS device, make sure to create valid csv files to avoid errors. Download the example csv file to get started. Example CSV


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.