System information registers (read-only)
Register 32089 returns one of the coded integers in the state decode table below.
DC side registers (solar panels)
AC side registers (grid)
Register 32080 (Active power) is signed: positive values indicate generation, negative values indicate consumption from the grid.
Energy and temperature registers
Inverter state decode (register 32089)
Top 10 registers for Home Assistant, Node-RED, and SCADA
These registers cover the most common monitoring requirements with minimal polling overhead:Python example: reading key registers
The example below uses thepymodbus library to connect over Modbus TCP and read a selection of the registers above.