-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
[Bug]: Solax X3-PRO-15K-G2.1: Incorrect values #1151
Comments
P.S.: Basically I'm looking for a method to determine the feed-in power of the inverter, so I can start charging once there is excess power. The inverter itself knows and displays the excess power, likely from looking at the data it gets from the connected Chint smart meter. Looking at the official Modbus documentation of the inverter, there does not seem to be a register that exposes this. But the values of "Measured Power L1-L3" definitely do correlate, so I wonder whether I could use them, but then I'm missing L1. Interestingly the JSON API of the Pocket Wifi 3.0 dongle provides the feed-in power and I'm currently using that, but would prefer to get rid of the dongle. |
I have found the "non-public" documentation (version MIC-G2/Pro-G2 V2.7) and this one includes Feed-in Power at 0x43B. Seems to be this one:
In HA, this sensor is disabled for me. Should it be enabled? |
I think I fixed this in #1154. |
Describe the bug
Some of the values seem to be incorrect/missing, please see the screenshot. At the time of the screenshot there was around ~400W grid import as checked at the meter.
From the screenshot:
Looking at the sources, the "Measured Power L1" seems to be read here:
homeassistant-solax-modbus/custom_components/solax_modbus/plugin_solax.py
Line 6407 in a445360
However, when reading these values via pymodbus from the inverter, I always get 0 for all of L1, L2, L3. Only 0x40E returns a non-zero value. So I wonder how the values of L2 and L3 are obtained here, perhaps there is some fallback in place?
Integration Version
2024.11.2
Homeassistant core version
2024.11.3
Inverter brand
Solax Power
Plugin used
plugin_solax.py
Serial prefix
MPT15T
Inverter firmware versions
DSP v1.122 ARM v1.120
Connection Method
Waveshare adapter
Dongle firmware
V1. 486
Detailed Error Log
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: