-
Hello folks. Equipment:
In DVCC I have the current limitation set to 40 amps. Just noticing that the BMS device (CCL) charge current parameters data will flip from 109 amps down to 5 amps. Is this the driver doing this? is it the BMS it's self? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The driver reduce the charge current to 5A when you reach 100% SOC. This help to give your balancers some time to work if you have imbalanced cells. |
Beta Was this translation helpful? Give feedback.
The driver reduce the charge current to 5A when you reach 100% SOC. This help to give your balancers some time to work if you have imbalanced cells.
https://github.com/Louisvdw/dbus-serialbattery/wiki/Features#charge-current-control-management
There is a beta feature to disable CCCM by setting CCCM_ENABLE = False in utils.py if you want to disable it.