stuartpittaway / diyBMSv4ESP32

diyBMS v4 code for the ESP32 and new controller hardware
Other
166 stars 78 forks source link

Dynamic Charging #280

Open buddhafragt opened 4 months ago

buddhafragt commented 4 months ago

I still have a problem with the Dynamic Charging setup. When it is on, DIYBMS adjusts CVL down (for no reason that I can see), CCL goes down according to the curve, but CLV (51.4V) is below the maximum charge voltage (52.5V) even though cell voltages are below "Charge target cell maximum voltage". Something else is wrong here I think. Bildschirmfoto 2024-03-05 um 12 40 44 Bildschirmfoto 2024-03-05 um 12 38 24

stuartpittaway commented 4 months ago

These are my settings for a 16S bank of EVE 280K LFP cells.

I think its the "voltage sensitivity" setting which is making the charge slow down too quickly.

Ultimately the dynamic charging formula attempts to never let a cell get near a "dangerous" level - so if 1 cell begins to peak, the whole charge voltage will drop to prevent that cell going higher. Normally at this point, other cells catch up and/or an active balancer will reduce that peak so normal charging can resume.

As you appear to have a "weak" cell (number 7) I would suggest trying to charge that one cell up individually (using a bench power supply for example) to get a better balance.

image

stuartpittaway commented 3 months ago

Hi @buddhafragt did you make any changes to your setup? Any improvements?

buddhafragt commented 2 months ago

Hi @stuartpittaway , I increase the Battery charge voltage to 3.55V/cell, so it is working better! A big problem is also from Victron, bcs. the MPPTs calculating the charge current wrong. The Victron system is not able to set the battery charging current correctly because the consumption current is not measured accurately. (MPPT current - consumption current = battery charging current)

stuartpittaway commented 2 months ago

A big problem is also from Victron, bcs. the MPPTs calculating the charge current wrong. The Victron system is not able to set the battery charging current correctly because the consumption current is not measured accurately. (MPPT current - consumption current = battery charging current)

I don't know if this is a problem with Victron setup or not - I don't really have much information about Victron configuration. Perhaps ask on the OpenEnergyMonitor forum for help?