Skip to content
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

Suggestion improve Cell runaway function #275

Open
red0909 opened this issue Jan 29, 2024 · 6 comments
Open

Suggestion improve Cell runaway function #275

red0909 opened this issue Jan 29, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@red0909
Copy link

red0909 commented Jan 29, 2024

at the moment the 4.9 all in one module balances only one cell after an other, but it should balance all cells at same time if they are over the set voltage and deviation.

@stuartpittaway
Copy link
Owner

The v4.9 board should balance any cell once it goes over the limit specified in "Bypass threshold voltage (mV)".

The run away cell function, is completely separate and tries to find high cell voltages before they reach this level.

@red0909
Copy link
Author

red0909 commented Jan 30, 2024

this bypass setting does not work if dynamic charge voltage is used.
the cell voltages desnt go over the set bypass voltage because of the charging algorithm. the cell runaway does work but it balances only one cell. this is not enough if u have two cells low and 14 high.
so a change is needed to balance all cells those who are over the set start voltage and deviation

so in my case the bypass voltage is on 3,52v and the charge voltage on 3,5v (cvl)
i if set bypass lower than 3,5v it will balance constantly when the battery is full and balanced

dont get confused the cvl of 57V is 56V in sunny island, it charges always 1v lower than transmitted(i dont know why)

cell max

@stuartpittaway
Copy link
Owner

Ok, the whole purpose of the dynamic charge function is to ensure that a cell never goes over the limits - therefore, you never need to shutdown and lose power.

The run away cell logic would need some more work to handle multiple cells - it was just designed to spot a single high cell and bring it back down.

@red0909
Copy link
Author

red0909 commented Jan 31, 2024

this would be a nice feature if you can change this.
so the cells can balance over time with the new 4.9 module.
now they are not balancing if dynamic charge is activated.

@stuartpittaway stuartpittaway added the enhancement New feature or request label Jan 31, 2024
@stuartpittaway stuartpittaway transferred this issue from stuartpittaway/diyBMSv4 Jan 31, 2024
@Bingo2023
Copy link

I used last summer the Victron CAN & Victron HW and it worked great.

image
here are the settings check especial the red marked.
Also make sure that the Charger Voltage is little higher to reach that levels.
I dont remember the bypass voltage exactly but try 3,65V +/- little 2-5mV - I was able to find good settings.
Below is a datasheet from my CATL cells, they propose settings for the BMS (1st Level 3,8V 2nd 4,0V).
Check your datasheet, but maybe 3,5V is too low. The higher the more they tend to run away. If you go like 3,5V they are all very same level -> all cells will balance at same time and each cycle.

image

@red0909
Copy link
Author

red0909 commented Feb 5, 2024

3,5V is optimal its enough for balancing, but your method does not work for me look the image above
the bypass voltage is never reached and if its reached, if i set it at or below charge voltage, it will constantly burn energy in summertime.
this is not designed for that constant bypass, but the runaway function stops burn energy if deviation is under the set value so it will not burn energy constantly in summer, it just need an update to balance all cells those over the limits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants