I am running three synchronized MultiPlus units, two MPPT 450/100s, a battery with a JK BMS, and a Raspberry Pi with Victron OS.
To charge the battery with as little current as possible, I would like to limit the charging current. As far as I can see in the settings, I can only limit the charging current coming from the AC side. Any limitation settings are ignored by the MPPTs.
That’s why I wrote a small “control loop” that adjusts the maximum charge voltage via MQTT so that the charging current does not get too high.
In the diagram, you can see the control working (second graph: blue = target charge voltage from my control, green = actual charge voltage, red = current). From around 08:00 to 09:00, you can see the voltage gradually increasing. This works so far.
Now I want to extend the control so that during summer months the SoC does not constantly stay at 100%, but for example remains around 80%. I also cannot find any setting for this. So my idea was to limit the voltage to a relatively low value to keep the SoC lower “indirectly”.
In the diagram, you can see that the target charge voltage remains constant from about 09:15. However, from 09:45 onwards, the actual battery voltage continues to rise. The Victron system ignores the target voltage from my control.
-
Why does this happen?
-
Are there better ways to achieve my goals (adjustable charge current via MPPT and a maximum SoC)?
Thanks for your thoughts.
