Replies: 10 comments 7 replies
-
Hello, I have the same setup, but only with two times 280AH 18cell EVE Lifepo Packs, connected via RS485 and Gigavolt Aggregate Batteries. And I have the same problem. I try to minimize it with setting the better balanced pack to a balance trigger voltage in the JKBMS Settings of 0.005 and the other to 0.003. It is still not a perfect solution. Maybe I write a Node-Red flow that disables balancing on the better pack until the other pack shows the same call difference and then enable balancing on the first pack again- |
Beta Was this translation helpful? Give feedback.
-
Did you open a discussion/issue in Gigavolt Aggregate Batteries repository? The aggregator should handle this. This driver cannot do anything. |
Beta Was this translation helpful? Give feedback.
-
I dont think it is a Aggregate Batteries problem, as Serialbattery is in my case doing all the balancing. |
Beta Was this translation helpful? Give feedback.
-
But the float voltage is the one defined in serialbattery. And SerialBattery is switching to float when minimum call difference is reached and hold for the defined amount of time. |
Beta Was this translation helpful? Give feedback.
-
Just to understand the functionality right. Current Behaviour: Wanted behaviour: Here are some screenshot from my installation. On Battery in float the other not. |
Beta Was this translation helpful? Give feedback.
-
If I dont enabled i.e. SVS then I dont reach my 62.1V Charge Voltage, as my Victron seems to measure a higher Voltage then my BMSse. And I have double check the voltage with two different Voltmeters :-) Sorry here the Parameters from Aggregate |
Beta Was this translation helpful? Give feedback.
-
Okay, |
Beta Was this translation helpful? Give feedback.
-
Screenshots from the difference just after disable svs |
Beta Was this translation helpful? Give feedback.
-
I have opened a new discussion to explain my Voltage Drop Problem |
Beta Was this translation helpful? Give feedback.
-
Hi
Setup:
3x 280AH 18cell EVE Lifepo Packs, connected via RS485 and Gigavolt Aggregate Batteries.
Aggregate Batteries Controlling disabled, as the Balance Handling is not good there (if Balance is used, it will stress the Batteries the whole day, as it doesn't lower Voltage after reaching a balanced state)
Serial Battery:
MAX_CELL_VOLTAGE = 3.450
FLOAT_CELL_VOLTAGE = 3.340
LINEAR_LIMITATION_ENABLE = TRUE
CVCM_ENABLE = TRUE
CELL_VOLTAGE_DIFF_KEEP_MAX_VOLTAGE_UNTIL = 0.004
CELL_VOLTAGE_DIFF_TO_RESET_VOLTAGE_LIMIT = 0.040
All 3 Battery Packs are charged up to CVL 3.45V. As soon as the first one reaches Diff lower than 0.004, CVL is reduced to 3.34V.
The other 2 Batteries in the Pack doesn't have time to Balance at all and get unbalanced more day by day. After a few days, the additional Batteries have cells so much off that system starts bouncing.
First Battery reaches 0.004 -> lower Voltage
During lowering Voltage -> Battery 2 or 3 report diff higher than 0.040 -> increase Voltage
For my opinion it would make absolutly sense to keep Balance Voltage until all cells in all Packs are reaching a difference of "CELL_VOLTAGE_DIFF_KEEP_MAX_VOLTAGE_UNTIL". Then lower voltage.
Otherwise, always one Pack will drift away with some cell voltages.
Does somebody else face similar Problems?
Any idea how i could resolve this Issue by Parameter Tuning?
I've also read a releated discussion here:
#659
Beta Was this translation helpful? Give feedback.
All reactions