-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
Solax X3-Ultra: add 3rd mppt #18503
Comments
Some more infos regarding inverter firmware ARM: 018.02-000.09 |
Looking at the Code from the Solax HA Modbus Integration I found out that they are using register=0x6C for inverter power L1 and then calculating the sum of the three values to get the total inverter power. Searching in the solax template for these registers, I'm unable to find them, even when converting the hex values to decimal representation. Comparing the values from evcc and HA, it seems that one of the three phases is not counted in evcc. Thinking more about it, I believe evcc is using just the MPPT values? As I'm pretty new to the pv topic, I have not really experience with it, but I guess using the power values of the MPPTs is anyway not the right way to calculate the power output of the inverter. |
MPPT ist the only way to get PV (production!) power for hybrid inverters. Without further details available I‘m afraid there‘s nothing we can do. |
Hmm, but MPPT power is not the „real“ power, which is exported to the house. And as I said, there is one MPPT missing in evcc. The Ultra has 3 of them. |
It‘s an approximation. There is no other „total“ AC power for hybrid inverters. |
Do you want to open a PR for the third mppt? |
What’s with the registers I have posted above? Yes, i will open a PR |
Describe the bug
PV readings for the Solax X3-Ultra (Gen5 Hybrid inverter) are not reproducible. You can compare the readings from the screenshot and the readings from the logs. The screenshot is from the Home Assistant Solax Modbus integration. HA and Solax reading are similar, only evcc is off.
Both, the HA Solax integration and evcc are reading the values from the HA modbus proxy addon. It seems that evcc reads a wrong register, or is doing some wrong calculations (if the value is calculated by evcc). I have only a simple site without any other smart meter or load on this site yet, as you can see in the configuration. Also, the bigger the PV power, the bigger the difference between the readings from HA and evcc gets.
Unfortunately the nightly version isn't provided via HA, so please excuse me that I wasn't able to test it with the nightly version.
Steps to reproduce
Nothing special needed, just using the Solax X3-Ultra inverter, which is one of the Solax Gen5 Hybrid inverters.
Configuration details
Log details
What type of operating system or environment does evcc run on?
HomeAssistant Add-on
Nightly build
Version
0.133.0
The text was updated successfully, but these errors were encountered: