verminderter Ladestrom CCL

Jetzt ist der Akku bei 99% und es wird immer noch mit 30A geladen.

Balancen müsste er ja automatisch oder meinst du alle + Pole zusammen und alle - Pole zusammen?

Das JK BMS sollte das automatisch selber machen. Das solltest du ja in der App vom BMs sehen. Wenn der Balancer aktiv ist solltest du denn Akku auch mal richtig vollladen bis alle Zellenspannungen gleich sind.

Wenn du den Ladestrom in Abhängigkeit des SOC regeln möchtest, muss du zwingend diese Zeilen in die config.ini schreiben:


; --------- SoC Limitation (affecting CCL/DCL) ---------
; Description:
; The maximum charge/discharge current will be increased or decreased depending on the State of Charge (SoC).
; Since the SoC is not as accurate as the cell voltage, this option is disabled by default.
; Example:
; The SoC limit will be monitored to control the currents.
; Enable charge current control management based on SoC (True/False).
CCCM_SOC_ENABLE = True
; Enable discharge current control management based on SoC (True/False).
DCCM_SOC_ENABLE = True

; Set steps to reduce battery current.
; The current will be changed linearly between these steps if LINEAR_LIMITATION_ENABLE is set to True.
SOC_WHILE_CHARGING = 98, 95, 90, 85
MAX_CHARGE_CURRENT_SOC_FRACTION = 0.10, 0.20, 0.50, 1.00

SOC_WHILE_DISCHARGING = 5, 10, 15, 20
MAX_DISCHARGE_CURRENT_SOC_FRACTION = 0.10, 0.20, 0.50, 1.00