-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DALY BMS - Unreasonable CVL and DCL #85
Comments
Hi @Thomk-63 Then also the DCL (and CCL) will be lowered depending on the SOC % of the battery. See how the CCCM feature works and you will see where the 5A comes from on a 100% DOC. So your model works as designed |
Thanks for the fast reaction. I just looked to the respective links. I now better understand! |
How can I easiest update the utils.py in the RPi? |
Activate SuperUser in Console, create root password, activate SSH on Lan, login via ssh For editing the utils.py file use a texteditor like nano: For editing the CCCM-Limits you have to edit the battery.py: For example I changed my Amp-Limit below 10% to 20A
|
As long as you install the driver using one of the normal methods, you can then later edit the files inside the GX device using an text editor like what @JostB-ger described with nano, or you can edit the file using your normal PC (Windows, MacOS) and copy the new file over to the GX using a SFTP client (like Filezilla, Winscp, CyberDuck) |
CCCM is active by default, but will only limit the charge current when your battery is close to full capacity. This allows for slower charge of the last bit without any cell going into an overvoltage state and the BMS not being able to balance it fast enough. If you want to disable CCCL completely you can comment out this code at line 156 in dbushelper.py
|
Describe the bug
I am using a newer DALY BMS 4S12V, which can only communicate to the DALY PC Monitor, not anymore to Sinowealth.
In the parameter section of the remote console the following is displayed:
I am sure that the values for CVL and DCL are not correct. the CCL is correct!
To Reproduce
Just connect a newer DALY BMS model R05A, configure the CVL and DCL with the Bluetooth App or PC-Monitor.
Expected behavior
Display the correct values
Screenshots
VenusOS (please complete the following information):
Battery/BMS (please complete the following information):
Additional context
none
The text was updated successfully, but these errors were encountered: