-
Notifications
You must be signed in to change notification settings - Fork 7
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-Hybrid Gen 4 - type 14 ver 3.006.04 - Grid 1/2/3 Power values off - seem not to include actual grid draw #11
Comments
Using this oneliner to grab data fast, excluding values with 4-5 digits (depending on the load I'm using to debug):
|
I think it would be good to at least rename them - as these for sure are not Grid power, with the grid being the electrical grid as external entity. (Mind that "Grid Power" is fine, it is the actual grid power pulled - I'm talking only about Grid A/B/C Power) |
These names are coming from the app itself, I didn't come up with those names myself. While they can be renamed, updating this repo with new versions of the app will become more difficult. And yes, as you discovered, power can be both positive and negative depending on the direction. |
Hi @nazar-pc indeed, then it might be better to leave them as they are, maybe adding the comment explaining what they actually are, I'll take a stab at this. |
I recently installed Solax X3-Hybrid G3, api inverter type 14, firmware 3.006.04.
The values identified in here as
Grid A/B/C Power
seem to be weird :)All is fine as long as PV produces all of the required current - the moment PV production is lower and we draw current from the (actual) grid there are discrepancies, the more grid draw the more off they are.
Those three values sum seem to equal PV1 Power - I'd wage that they are not actually the power being drawn from the grid, but the power delivered from PV system to local load specific phases.
For example (situation in my system right now):
PV1 production (only PV, one chain): 271W
Load power: 1140W
Grid power: (this is correct -> ~ load - prod) 857W
Grid A Power: 97W
Grid B Power: 92W
Grid C Power: 94W
Sum 283W (slightly off but usually equal to PV production, nowhere close to over 1kW pulled from the grid)
Screenshot and api output attached.
I'm trying to find the correct values - so the actual draw from specific phase from the grid, which is known to the inverter, as it displays the correct values on the status screen > meter.
Having the correct values for Grid A/B/C power, we could rename current as for ex. Inverter A/B/C power, and add them to get current total power consumption per phase. Could be nice, as current values create confusion - they are named as Grid A/B/C power, but actually they don't include power drawn from the grid for each phase, mind that the inverter 'knows' the correct values, as the total power drawn from the grid is correct, and they are show correct in system status > meter.
No luck so far, will look into it further, unless someone already sorted that out?
The text was updated successfully, but these errors were encountered: