modbus-cli icon indicating copy to clipboard operation
modbus-cli copied to clipboard

Error reading Register from Sungrow Wallbox

Open HubertusH opened this issue 1 year ago • 0 comments

Hello,

I am trying to read data from the Sungrow wallbox via Modbus.

The query:

modbus 192.168.179.9:502 -s 2 21203
Parsed 0 registers definitions from 1 files
21203: 1 0x1

also provides a correct result.

If I use the -r option, however, I always get an error message: "struct.error" or "AssertionError". I have already tested all options. The return value is "0" or "1".

Thank you and best regards Hubertus

HubertusH avatar May 28 '24 12:05 HubertusH