-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi @geromd The charge curve is something that is used for lead acid batteries. They don't have a BMS, so the chargers had evolved to include some logic to add curves and stuff. As the lithium batteries all have a BMS that manage each cell this is not used. There are no more float and absorption voltages. Lithiums don't work like that. You question about the 100% SOC, the difference would be what the BMS states the SOC to be. This can be influence by the formulates and logic that your BMS use. Before the driver the system would not know what the BMS thought and would have estimated it. If it never reach 100% it would only be an issue if it was not very close to 100%. You can check the settings for your battery and if the capacity is correctly set. But it could also be that there are some cells not up to voltage that is keeping the SOC value lower. Dig a bit into the min/max cell values and check if you see anything strange. The graphs in the advance section in VRM give a lot of great insight into your battery. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have a similar issue. My system is still under construction, the Multis are not active yet. Only Smart Solar and one of two batteries with JK BMS, the ESS is not configured yet. If the Smart Solar runs stand-alone, the sequence bulk-absorption-float works. With the battery driver (beta 0.14) it never goes to float. FLOAT_CELL_VOLTAGE = 2.5 According this settings in utils.py it should go to float after 15min? Or have I misunderstood something? |
Beta Was this translation helpful? Give feedback.
Hi @geromd
There are different layers of config in the Victron system.
Each device has their own setting, and then when you add a GX device and connect them the GX will control everything else. The battery will then ask the GX for what it needs and this will override everything else (this is what DVCC is for).
The charge curve is something that is used for lead acid batteries. They don't have a BMS, so the chargers had evolved to include some logic to add curves and stuff. As the lithium batteries all have a BMS that manage each cell this is not used. There are no more float and absorption voltages. Lithiums don't work like that.
The BMS will now handle all of that.
You question about the…