EV possible currents -> Work now (new Mutate Function)

-> Some Penalties are removed (deprecated)
AC Charge -> Parameter in Optimization -1,0,1
-> Missing integration in class_ems
This commit is contained in:
Andreas
2024-10-11 10:47:29 +02:00
committed by Andreas
parent e65eb6b6dd
commit 6881710295
4 changed files with 72 additions and 26 deletions

View File

@@ -28,6 +28,7 @@ class EnergieManagementSystem:
self.akku.set_discharge_per_hour(ds)
def set_eauto_charge_hours(self, ds: List[int]) -> None:
self.eauto.set_charge_per_hour(ds)
def set_haushaltsgeraet_start(self, ds: List[int], global_start_hour: int = 0) -> None: