min_soc (was killed by someone else, pls dont force push!)

This commit is contained in:
Andreas
2024-10-06 15:57:29 +02:00
committed by Andreas
parent d8a46eb5d3
commit b7dbd7e475
5 changed files with 27 additions and 15 deletions

View File

@@ -270,6 +270,7 @@ class optimization_problem:
kapazitaet_wh=parameter["pv_akku_cap"],
hours=self.prediction_hours,
start_soc_prozent=parameter["pv_soc"],
min_soc_prozent=parameter["min_soc_prozent"],
max_ladeleistung_w=5000,
)
akku.set_charge_per_hour(np.full(self.prediction_hours, 1))