nathanmarlor / foxess_modbus

FoxESS inverter integration. Connect directly to your FoxESS inverter (no cloud!) for real-time status and control.
MIT License
105 stars 14 forks source link

"Start reference" changed for my inverter 2 days ago #526

Closed michalzxc closed 5 months ago

michalzxc commented 5 months ago

11000 no longer works

./modpoll  -m tcp -p 502 -a 247 -t 3 -0 -1 -c 16 -r 11000  10.0.0.253 
modpoll 3.10 - FieldTalk(tm) Modbus(R) Master Simulator
Copyright (c) 2002-2021 proconX Pty Ltd
Visit https://www.modbusdriver.com for Modbus libraries and tools.

Protocol configuration: MODBUS/TCP, FC4
Slave configuration...: address = 247, start reference = 11000 (PDU), count = 16
Communication.........: 10.0.0.253, port 502, t/o 1.00 s, poll rate 1000 ms
Data type.............: 16-bit register, input register table

-- Polling slave...
Invalid frame error!

Not it needs 31000:

./modpoll  -m tcp -p 502 -a 247 -t 3 -0 -1 -c 16 -r 31000  10.0.0.253  
modpoll 3.10 - FieldTalk(tm) Modbus(R) Master Simulator
Copyright (c) 2002-2021 proconX Pty Ltd
Visit https://www.modbusdriver.com for Modbus libraries and tools.

Protocol configuration: MODBUS/TCP, FC4
Slave configuration...: address = 247, start reference = 31000 (PDU), count = 16
Communication.........: 10.0.0.253, port 502, t/o 1.00 s, poll rate 1000 ms
Data type.............: 16-bit register, input register table

-- Polling slave...
[31000]: 7
[31001]: 0
[31002]: 0
[31003]: 0
[31004]: 0
[31005]: 0
[31006]: 0
[31007]: 0
[31008]: 0
[31009]: 0
[31010]: 0
[31011]: 0
[31012]: 0
[31013]: 0
[31014]: 0
[31015]: 0
canton7 commented 5 months ago

Please stop opening tons of duplicate issues! This is already being tracked.