For some reason, inverter doesn’t want to charge the batteries. Its screen contains a note “BMS disabled charging“. So, the battery is slowly discharging by connected Cerbo and Inverter consumption, something about 0.4A, 20-25 watts in total.
After a while CCL got set to 40A, but Requests Charging is still NO and the batteries were not charged.
I discharged the battery down to 49 Volts and I had to switch DVCC off and setup battery charge voltages = 51.8 directly in Multi RS Solar settings. After that the battery got charging up to 51.8, and both battery monitors show 100% SOC. Inverter continues to feed battery with 0.2-0.3A though:
If there is no solar, why are you using Multi RS Solar, instead of Multuiplus or Quatro??
However, this has little to do with the problem..
This is the first time I’ve seen the requests Charging in the Venus GUI. - and as far as I’m aware is not implemented in the Victron battery CAN specification - though it is in the pylontech spec.
Try rolling back the Venus firmware to V3.60 where this should not be implemented.
With pylontech and Venus, the DVCC should be forced on if the system is correct.
This looks like the Pylontech BMS ‘requests’ message (0x35c) Has been misinterpreted: Bits 4/5 are “force charge” not requests charge or enable charge. Bit 7 of the same message is ‘enable charge’. The Pylontech won’t go into ‘force charge’ state untill one of the cells is getting close to 2.5V.
In that case inverter charged battery up to 100% SoC and… battery BMS set CCL up to 0 and battery started discharging again.
However, battery stops being discharging if I switch Multi RS Solar to “Pass through“ mode. So, it seems for some reason inverter feeds from battery rather then grid. Any idea how to change this and force inverter do not consume battery being connected to city grid?
2-wire BMS is for a specific Victron BMS. You have Pylontechs. It’s good that you set it to Remote on/off.
As per your observation…
When the battery sets CCL to 0, the inverter stops charging and battery remains in a state of “disconnected-like”.
But, as you saw, the connected Cerbo and Inverter’s battery side are still consuming some watts.
Therefore the battery will discharge very slowly up until the SOC drops to 99% and then the BMS sets again the CCL to a value greater than zero.
In that moment the charging will start again up until 100% and BMS sets again CCL = 0.
And the cycle repeats.
You can force avoiding this behavior, but this will imply to log onto Cerbo and modify some dbus variables. Better leave it like this.
Don’t worry, it’s OK.
PS:
As a side note, this is proof that it’s good for one to tell from start which are the settings of all devices involved…
PS2:
It’s interesting to see that Pylontech guys dropped the CVL for new batteries to 52.8V (3.52V/cell) from 53.2V on old batteries.
If you have a Can connected BMS, then the 2 wire BMS assistant should not be loaded.
This will be looking for control via aux inputs that you are probably not connecting.
It looks like Cerbo consumption is so small that it doesn’t trigger battery’s Discharge mode and Pylontech SoC indicators are off. The problem is with Inverter. Its consumption is about 20 Watts and this leads to explicit battery signaling by switching SoC indicators on.
What is that? Can I read something about this? I would appreciate any advice here. At least I want to try. Cause now I’m stopping on some trade-off solution having DVCC switched On but without BMS Control:
If you can SSH onto Cerbo and reach to the point of being able to see the console prompt and run the dbus-spy utility, you’re there.
Info is on victron’s wiki, here: Venus OS: Root Access [Victron Energy]
But if you don’t know how to do this and/or you are not familiar with linux system, I am not encouraging you to do it…
Go to com.victronenergy.system and see if you have Debug/BatteryOperationalLimits/CurrentOffset
If it’s 0, select it, press Enter and on the “Edit value” that appears on the bottom left, enter 1.
That means that it will add 1A to any current specified by DVCC or BMS, as long as it’s below the maximum set.
In your case, it will add +1A to the zero amps specified by the BMS when it’s 100% charged.
That 1A will be enough to supply the Cerbo and inverter idle consumption (50V x 1A = 50W, enough)
In fact you don’t need 1A, about 0.3A will be enough, but the Venus OS scripts round it up to integers.
Don’t worry, once the voltage limit will be reached, the current will decrease below 1A.
After this the batteries will remain charged 100% and don’t idle discharge.
See that after a Cerbo reset will revert back to 0 and you need to do it again.