-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial fixes and skeleton for Solax PM mode support #1076
base: main
Are you sure you want to change the base?
Conversation
Identify when inverter is part of a parallel mode setup with additional inverters present. Modifies various calculations to account for changes in parallel mode behavior.
@wills106 Here is a question I have: I am trying to Thank you! |
I found a more up to date modbus documentation that has the parallel mode slave devices. |
Fine, could you share this resources? thx |
Wont be the latest, but covers the PM devices list: https://gbc-solino.cz/wp-content/uploads/2022/07/Hybrid-X1X3-G4-ModbusTCPRTU-V3.21-English_0622-public-version.pdf |
Thx. There is newer a little bit. v3.29 |
Ok made quite a bit of progress the past few days. During extensive testing I finally found a measured power logic bug in the core Solax logic. I will be opening a separate PR for that shortly. |
Opened a separate PR for the meter direction bug: #1082 |
I have 2 Solax SK-SU5000E Modbus/TCP Interface (Solax-Modbus) inverters and have been running them in a pair via this code for a few years. I am happy to dive in to help and test, will your plug work roughly the same? |
This is work in progress not ready for merge. I opted to open a pull request early - even thought the changes are not final, to get more eyes on the parallel mode problems.
This patch so far does the basics:
Identify when inverter is part of a parallel mode setup with additional inverters present. Modifies various calculations to account for changes in parallel mode behavior.
If you have a parallel mode setup for testing or simply have thoughts, please comment away. I have the ability to test against a 3 way parallel system.