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 a16490523d
commit 05c0f74b09
5 changed files with 27 additions and 15 deletions

View File

@@ -341,7 +341,7 @@ parameter = {
# Electricity price forecast (48 hours)
"strompreis_euro_pro_wh": strompreis_euro_pro_wh,
# Minimum SOC for electric car
"eauto_min_soc": 70,
"eauto_min_soc": 1000,
# Electric car battery capacity (Wh)
"eauto_cap": 60000,
# Charging efficiency of the electric car
@@ -349,7 +349,7 @@ parameter = {
# Charging power of the electric car (W)
"eauto_charge_power": 11040,
# Current SOC of the electric car (%)
"eauto_soc": 54,
"eauto_soc": 5,
# Current PV power generation (W)
"pvpowernow": 211.137503624,
# Initial solution for the optimization
@@ -358,6 +358,8 @@ parameter = {
"haushaltsgeraet_wh": 5000,
# Duration of appliance usage (hours)
"haushaltsgeraet_dauer": 2,
# Minimum Soc PV Battery
"min_soc_prozent": 15,
}
# Initialize the optimization problem