-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure battery current limit is used in charge planning #366
Comments
@CraigCallender just for my own curiosity, what is the use case for this? Pv_opt provides settings for setting the DC charger power, this being the charger that charges/discharges the batteries. On my 3.6kW inverter, the DC charger is 3kW, so its important to tell Pv_opt this otherwise it might assume we can charge batteries at 3.6kW. But if the batteries themselves can be charged/discharged at a rate thats less than the DC charger power, why not just set the DC charger power to that of the batteries? In a schematic, the two are in series, the charge rate will always be the minimum of battery or DC charger, so they don't need to be set independently? Or did you just want a control in A rather than W? Reason for asking is that the answer will probably guide the fixes required. |
@stevebuk1 - I think you're correct that I should have just used charger power instead of creating a new feature. It was just me not being familiar with the system, so this could probably be mostly solved by removing the limit_amps feature and better documenting the charger_power setting that it should be configured as the lowest value between what your inverter is capable of vs your battery. In some ways it might make the system easier for users to retain the two settings. If you think about it, having configuration that is specific to your inverter and another that is about your batteries prevents a complicated double question of, "Get the charging power of your inverter (normally specified in Watts) and the charging power of your battery (normally specified in Amps). Now put the lower of the two on line 29...." ugh... it reminds me of manually filing my taxes in the USA... Those are my thoughts! Happy to help out more if I can. |
Thanks for your explanations Craig. It does make sense to just keep things simple for user setup to have both parameterised. I was wondering if you were thinking of different limits for charge and discharge so wanted to check. As mentioned before the current limit gets converted to power and the minimum of charger power and battery power is taken, before converting it all back to amps again, so just need to be careful with things like charger efficiency aren't applied in the wrong place. Will look at this perhaps once the bugs are ironed out from the v4 release. |
Just my 2p |
As per #355 - make sure that battery charge limits are honoured throughout
The text was updated successfully, but these errors were encountered: