Multiplus starts charging Battery when reducing minimum SoC

I pretty much think this was the case. It was triggering sustain.
But there is also a weird situation regarding which voltage is used that causes the cycling to never stop. There seems to be a significant voltage hysteresis causing infinite cycling and configuration should be adjusted.

Expected behavior would be that the low voltage cut off is triggered, the battery is charged to sustain voltage and stays there. But what actually happens:

  1. Cut-off is triggered and BAT stops discharging
  2. sustain is triggered and BAT is charged
  3. discharging is continued until BAT again reaches cut-off

The only way i can think of how infinite cycling can happen would be if the sustain voltage is compared to the BAT’s BMS. And the cut-off voltage is compared to the MPII DC voltage.

Let me explain.

The “challenge” in my setup was a relatively high resistance between battery and multiplus II due to a cheap megafuse. Which lead to a relatively high voltage drop between DC voltage measurement of the BAT BMS and the internal DC voltage measurement of the MPII. I had two BAT monitors, the MPII monitor was enables and also the BAT has a BMS connected via CAN. I had DVCC configured to use the BAT BMS as controlling BMS.

Settings were taken from this pytes & victron guide for 51.2V batteries:

  • Dynamic Cut-off to 49 V for all C rates
  • sustain voltage to 51 V.
  • restart offset 1.2 V

I suspect that the Cut-Off Voltage is compared to the MPII’s internal DC voltage measurement. Under high current MPII internal DC voltage will be up to 1V lower than the BMS DC voltage. Therefore, it triggers the sustain mode, even if the BMS is well above 49 V. Under small load, the MPII internal and the BMS voltage will be almost same when cut off is triggered.

After cut off the sustain mode charges the BAT until it recharges 51 V. Assuming this is measured using BMS voltage. Due to the voltage drop along the cables the DC voltage at the MPII is around 52V (see screenshots above) and therefore well above the restart limit. This means discharging of the BAT is started again.

The reason for the infinite cycling is a restart offset that is chosen to low. I increased the restart offset and the infinite cycling was gone. Only one charge up to the sustain voltage and then stayed there.

Question: Does sustain mode use the controlling BMS’s voltage measurement? Does the cut-off mechanism use the MPII voltage measurement?

I ended up setting the dynamic Cut Off voltage to 47.5 V for all C values. This is the absolute minimum voltage stated in the pytes 48100R datasheet. The sustain voltage is set to 48 V and the restart offset to 2 V. This prevents infinite cycling and also does not trigger sustain prematurely at already 10-13% SOC.

BUT still it does not go below exactly 10%, because thats when the BMS raises the charge request.

This means infinite cycling can be solved by adjusting VE configure settings. Going below 10% SOC is not fixed.

Therefore, i set min SOC limit to 10% a the moment and will update when i have tried without BMS like mentioned above. With this there is no cycling.