login as: root root@192.168.178.177's password: Last login: Fri Jun 6 10:48:19 2025 root@einstein:~# nano /data/etc/dbus-serialbattery/config.default.ini GNU nano 7.2 /data/etc/dbus-serialbattery/config.default.ini Modified [DEFAULT] ; --------- Set logging level --------- ; ERROR: Only errors are logged ; WARNING: Errors and warnings are logged ; INFO: Errors, warnings and info messages are logged ; DEBUG: Errors, warnings, info and debug messages are logged LOGGING = DEBUG ; --------- Battery Current limits --------- MAX_BATTERY_CHARGE_CURRENT = 160.0 MAX_BATTERY_DISCHARGE_CURRENT = 160.0 ; --------- Cell Voltages --------- ; Description: ; Cell min/max voltages which are used to calculate the min/max battery voltage ; Example: ; 16 cells * 3.45V/cell = 55.2V max charge voltage. 16 cells * 2.90V = 46.4V min discharge voltage MIN_CELL_VOLTAGE = 2.750 ; Max voltage (can seen as absorption voltage) MAX_CELL_VOLTAGE = 3.420 ; Float voltage (can be seen as resting voltage) FLOAT_CELL_VOLTAGE = 3.350 ; --------- SOC reset voltage --------- ; Description: ; May be needed to reset the SoC to 100% once in a while for some BMS, because of SoC drift. ; Specify the cell voltage where the SoC should be reset to 100% by the BMS. ; - JKBMS: SoC is reset to 100% if one cell reaches OVP (over voltage protection) voltage ; As you have to adopt this value to your system, I reccomend to start with ; OVP voltage - 0.030 (see Example). ; - Try to increase (add) by 0.005 in steps, if the system does not switch to float mode, even if ; the target voltage SOC_RESET_VOLTAGE * CELL_COUNT is reached. ; - Try to decrease (lower) by 0.005 in steps, if the system hits the OVP too fast, before all ; cells could be balanced and the system goes into protection mode multiple times. ; Example: ; If OVP is 3.650, then start with 3.620 and increase/decrease by 0.005 ; Note: ; The value has to be higher as the MAX_CELL_VOLTAGE ; You also have to set CELL_VOLTAGES_WHILE_CHARGING accordingly, if you set CCCM_CV_ENABLE to true ; else the charging current will be reduced to 0 before the target voltage is reached and the ; battery will never switch to float SOC_RESET_VOLTAGE = 3.410 ; Specify after how many days the soc reset voltage should be reached again ; The timer is reset when the soc reset voltage is reached ; Leave empty if you don't want to use this ; Example: ; Value is set to 15 ; day 1: soc reset reached once ; day 16: soc reset reached twice ; day 31: soc reset not reached since it's very cloudy ; day 34: soc reset reached since the sun came out ; day 49: soc reset reached again, since last time it took 3 days to reach soc reset voltage SOC_RESET_AFTER_DAYS = 15 ; --------- Bluetooth BMS --------- ; Description: ; Specify the Bluetooth BMS and it's MAC address that you want to install. Leave emty to disable ; Available Bluetooth BMS: ; Jkbms_Ble, LltJbd_Ble ; Example for one BMS: ; BLUETOOTH_BMS = Jkbms_Ble C8:47:8C:00:00:00 ^G Help ^O Write Out ^W Where Is ^K Cut ^T Execute ^C Location M-U Undo M-A Set Mark M-] To Bracket M-Q Previous ^B Back ^◂ Prev Word ^A Home ^P Prev Line M-▴ Scroll Up ^▴ Prev Block M-( Begin of Parag^Y Prev Page ^X Exit ^R Read File ^\ Replace ^U Paste ^J Justify ^/ Go To Line M-E Redo M-6 Copy ^Q Where Was M-W Next ^F Forward ^▸ Next Word ^E End ^N Next Line M-▾ Scroll Down ^▾ Next Block M-) End of Paragra^V Next Page