-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Behavior of reserving capacity when the sun is shining should be improved #140
Comments
I think there is overall improvement potential in the solar calculation, today for example the Script wasted a lot of solar Power for me, because battery idled at 100% for an hour but the script turned of ESS discharging.
Your script disabled discharging and on this sunny day the 19% battery went straight into the battery, charging it to 100% in minutes. Then the system essentialy disabled the solar panels for the rest of the hour, wasting all that energy until full hour:
Script noticed "oh shit battery full" lets reenable ESS discharging... I don´t know actually how to improve this but this bugs me somehow, even if it is only a few cents wasted |
What I´m trying to say is that this sentence is just wrong:
|
Hi @Karkas66 ,
ESS disabling and enabling can be adjusted by the middle colum of the 24 & 48 price matrix. Please check also your settings of I will check in the evening if there is a possible issue so that ESS is not getting re-enabled in case of a abort.
This is a new feature. You can modify line 1373 of the controller.sh from 1 to 5 or more centimeters if this was not true and already melted. I will move this parameter to the config file soon. Regards |
Nice, thanks. Will do all that |
This looks way better:
|
@Karkas66 Regards Christian |
Did it!
I personaly think that 2 cm snow on a full black pannel on a sunny day like yesterday and today is not a problem. The panel will heat up enough to let the snow melt and slide down. I have full snow free panels for all of the week. EDIT Maybe it would be a good idea to consider enough megajoule solarenergy as a melting factor on the panels |
We are already reading sunrise and sunset.
I: Sunrise today will be 08:10 and sunset will be 18:13. Suntime will be 603 minutes.
If the running time of the script is later as sunset, it makes no sense to stop charging because of solar weather.
There is no need to reserve battery capacity anymore for charging by sun, there will be no sun anymore.
In this case script runtime at 19:00 and later that day should not be canceled anymore.
The text was updated successfully, but these errors were encountered: