Replies: 8 comments 30 replies
-
If you see the smaller values under the parameters section, then the driver is working. You might still see larger currents flowing even if everything is set correctly, but this should be just for small amounts of time. The battery is used by the ESS system to buffer any sudden changes is power usage that is required by your system. So if you have a large load suddenly stoppings, the ESS system ramps down the MPPT chargers over a second or two and during that time the excess power has to go somewhere (which is to the battery) |
Beta Was this translation helpful? Give feedback.
-
i have now changed to voltage based and disabled the SOC management completly (1h ago:)) i m soo excited that you programmed so that this is now an option, i m so happy - because with SOC based i had readjust weekly my daly per PC BMS programm to lower the soc |
Beta Was this translation helpful? Give feedback.
-
@Louisvdw - first thanks also for your great work. I had to wait for sunshine (winter here in Germany) to test everything again (I've done a fresh installation to make sure everything ist set up correctly). But unfortunately it did not limit the charging speed at high SOC today. DVCC was enabled but Battery Monitor was set to "Automatic" (I missed this today). I will check again in a few days (weather forecast is not good for solar power at the moment) if it works after I have set Battery Monitor to SerialBattery and give an update here. |
Beta Was this translation helpful? Give feedback.
-
@Louisvdw - sorry for my delayed response but I had to wait for sunshine here in cold + clouded Germany. Would be nice if you could help me to fix this issue. Video Link (sorry for my "bavarian english"): |
Beta Was this translation helpful? Give feedback.
-
Are there any news regarding the DC feed problem? I have the same issue, if DC feed is on, all parameters from utils.py are ignored. Think its a victron problem, but with DC feed on the serial driver is unfortunately more or less useless. Thanls for any information. |
Beta Was this translation helpful? Give feedback.
-
I had also a problem that CCL was not respected when DC feed is on. See my issue #445 |
Beta Was this translation helpful? Give feedback.
-
Hello Holger
and this also works with DC Battery load from the PV DC Charge Controllers?
Regards stefan.
Von meinem/meiner Galaxy gesendet
…-------- Ursprüngliche Nachricht --------
Von: Holger Schultheiß ***@***.***>
Datum: 09.02.23 21:00 (GMT+01:00)
An: Louisvdw/dbus-serialbattery ***@***.***>
Cc: stefan1967 ***@***.***>, Comment ***@***.***>
Betreff: Re: [Louisvdw/dbus-serialbattery] Charge current at high SOC not limited (Discussion #382)
I had also a problem that CCL was not respected when DC feed is on. See my issue #445<#445>
No it worked out (in short: reducing float cell voltage).
—
Reply to this email directly, view it on GitHub<#382 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALRENLVYA6SIKND4F64PYLDWWVEHFANCNFSM6AAAAAATOGAK3I>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I don't see the set value (utils.py) in the interface, why don't I see it? IN_CELL_VOLTAGE = 50.0
MAX_CELL_VOLTAGE = 52.0
FLOAT_CELL_VOLTAGE = 51.0
MAX_VOLTAGE_TIME_SEC = 15*60
SOC_LEVEL_TO_RESET_VOLTAGE_LIMIT = 90
# battery Current limits
MAX_BATTERY_CHARGE_CURRENT = 50.0
MAX_BATTERY_DISCHARGE_CURRENT = 60.0 |
Beta Was this translation helpful? Give feedback.
-
I'm running a 16s 280Ah LifePo4 battery with JKBMS connected to a Victron Mulitplus II.
SerialBattery is installed with version 0.142 and everything works pretty good so far.
My only problem is that charging current does not limit when I'm at high SOC.
In utils.py I have added charge current limits as follows:
Under parameters I see that the charge current is limited at high SOC e.g. to 5A like I have specified. However, it seems like charge current is not limited because I have seen very high charing speeds at high SOC. E.g. ~30A @ 98% SOC.
Can somebody have a look on my code above? I really struggle here and cannot find the mistake. Would be nice to solve this, as I think it could negatively influence my battery lifetime.
Beta Was this translation helpful? Give feedback.
All reactions