-
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 23 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
So 0.14.3 relies solely on utils.py and config.ini is deprecated - OK Hardware setup:
---> So my cables and hardware should easily support 240A charge and discharge should I daisy chain more inverters over time along with solar charge controllers. Here's the changed lines in utils.py file for my setup (so it could be wrong as I've tried to make it match my hardware's max capacity/bandwidth). '# Set Steps to reduce battery current. The current will be changed linear between those steps' 'CELL_VOLTAGES_WHILE_DISCHARGING = [2.70, 2.80, 2.90, 3.10]' '# Set Steps to reduce battery current. The current will be changed linear between those steps' 'TEMPERATURE_LIMITS_WHILE_DISCHARGING = [55, 40, 35, 5, 0, -20]' '# battery Current limits '#charge current limits' '#discharge current limits' '# Daly settings' The inverter started charging at a higher rate fluctuating between 60-100A according to VRM. Then it stopped and there's a mismatch between what VRM is reporting and what the serial battery driver. Questions:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Why the 16 cell voltage are in red? |
Beta Was this translation helpful? Give feedback.
-
But they are always red even when I am not charging? Balancing occur only when charging? |
Beta Was this translation helpful? Give feedback.
-
@mr-manuel thanks for responding I really love this driver so made a small donation. Here are some more questions for you guys and @Louisvdw :
|
Beta Was this translation helpful? Give feedback.
-
Hi everyone got it thanks to your help, everything works fine: Multiplus 48v 3000 (35A charging capability) I just have one more question. Should I rather set the value in utils.py to 35 A? |
Beta Was this translation helpful? Give feedback.
-
Hi, i changed the Value to -1, but it wont work. Invert Battery Current. Default non-inverted. Set to -1 to invertINVERT_CURRENT_MEASUREMENT = -1 |
Beta Was this translation helpful? Give feedback.
Hi
Some Daly BMS has the value swopped around. You can fix it in the settings in utils.py
Look for INVERT_CURRENT_MEASUREMENT