-
Notifications
You must be signed in to change notification settings - Fork 67
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
[Request] Additional PowerLimiter strategy: Empty battery at night #139
Comments
Hmm, you can just set the start threshold lower. Example:
Then you will probably not have any problems. What you are suggesting is quite difficult because there can be a short sun burst and then suddenly only 10% panel output again. |
This happened to me, too. But I just have an 2kW Battery. So I would prefer to keep the battery as empty as possible. I just implemented it in my branch and will test it tomorrow. If state is solarPassThrough and PanelPower drops below lowerPowerLimit it will drain the battery until stopThreshold is reached. When inverter restarts it will start with solarPassTrhough. |
I understand, losing energy is not good. Could you make this feature configurable? I have the fear that when it's a cloudy day that it would stop and start the inverter very often. |
can we also limit power output if no solar? |
To understand your request. You want one upper limit during the day and another one for the night? What is the benefit? Even at night, maximum will be the upper power limit. But normally it should follow your power import from the grid. If you set the limit to 600W. Does it make a difference if you can consume the energy at night within one hour. Or you set a lower limit to 100W and consume your energy within 6 hours? |
The difference is the cell voltage and voltage drop at hiher current. The voltage drops less at lower power. In most cases this can be longer battery usage. Now we are limiting to 100W, 3.1-0.1=3.0V, it is a lot until under voltage protection and you can use your battery much longer = more Wh usable before BMS turns off. It is not only day/night, it is in general: the upper limit without solar production (Victron Production Power < upper limit) should be less then 100W in my example. |
I See your point. |
Put upper solar passthrough limit in issue #142 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
Is your feature request related to a problem? Please describe.
Battery was yesterday nearly full. Today my solar system produces more energy, than I can consume. So MPPT goes into absorption and reduces the charge current.
Actual strategy is to charge battery until start threshold is reached and then empty battery.
This is fine as long you don't have additional unbuffered solar systems.
Describe the solution you'd like
I would like to have a new strategy.
If system is in state solarPassthrough and panelPower drops below lowerPowerLimit the inverter shouldn't be switched off. Instead the powerLimiter should switch in state normal_operations.
So when the sun is not shining, battery should be used and empty the battery over night. Each morning maximum battery capacity is available to store unconsumable energy.
This code be realized as an option if solar passthrough is enabled.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: