EV Charge Parameters optional + AC Charge first try (Parameter Reduction)

This commit is contained in:
Andreas
2024-10-14 10:10:12 +02:00
committed by Andreas
parent 6881710295
commit 2b5f0ee53c
5 changed files with 187 additions and 77 deletions

View File

@@ -5,18 +5,18 @@ output_dir = "output"
prediction_hours = 48
optimization_hours = 24
strafe = 10
moegliche_ladestroeme_in_prozent = [
possible_ev_charge_currents = [
0.0,
6.0 / 16.0,
7.0 / 16.0,
#7.0 / 16.0,
8.0 / 16.0,
9.0 / 16.0,
#9.0 / 16.0,
10.0 / 16.0,
11.0 / 16.0,
#11.0 / 16.0,
12.0 / 16.0,
13.0 / 16.0,
#13.0 / 16.0,
14.0 / 16.0,
15.0 / 16.0,
#15.0 / 16.0,
1.0,
]