Replies: 2 comments 9 replies
-
Hi, maybe in near future. Right now everything works w my self-made integration. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2x Solax X3-Hybrid G4 parallel
Solax is capable of parallel mode, inheriting information through both inverter COM ports via the same Modbus address. So, if you connect RS-485 inverter 1 COM, you can also inherit data from inverter 2 through there. Also, it seems that the response goes through CAN for both inverter COMs. The problem is that if both inverters are configured as separate hubs, they need to be manually started with a delay so that both inverters do not inherit information simultaneously.
Meanwhile, when inheriting simultaneously, the Solax Home Assistant integration breaks down because it does not understand the response that comes.
The question is, would it be possible to create a "lock" checkbox that ensures hub1 cannot request information while hub2 is currently requesting information and vice versa?
Today, I have solved the situation by starting different hubs at different times..manual. In this case, the information does not overlap. However, if I change some Solax parameters, this change may overlap with the querying time of the other hub, causing the integration to stop working.
I know there is a "parallel" checkbox when adding hub, but in that case, I cannot access the parameters I'm interested in for the Slave inverter and battery, such as "High Cell, Low Cell, Cell Temp, etc."
Beta Was this translation helpful? Give feedback.
All reactions