S3000-G2 as second inverter on same Modbus line #668
evaporatingtime
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Running two inverters is supported already, either on separate adapters or as different slaves on the same adapter. You can add during initial setup, or by going to Configure after. I don't think the S series talk modbus though? I might be mistaken, search the discussions. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I would like to be able to read data from more than one inverter on a single Modbus line.
Having has a quick poke around in the source, it looks to me like the
slave
address does get passes around as a parameter a lot of the time along side the Modbusclient
; this appears encouraging to me at face value, but I'm not that familiar with the project and I develop mostly in c++.I'd happily give it a go, but could someone help me out with a high-level description of the re-factoring required and/or potential pitfalls?
(As a side note, my second inverter is an S-series G2, so I would also need to add register mapping for this. Though this part seems like it will be much simpler.)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions