English translation EMS

This commit is contained in:
Andreas
2024-12-22 12:18:16 +01:00
committed by Andreas
parent 82b9216be5
commit 2a526aa228
5 changed files with 60 additions and 57 deletions

View File

@@ -230,8 +230,8 @@ def create_ems_instance(tmp_config: AppConfig) -> EnergieManagementSystem:
preis_euro_pro_wh_akku=preis_euro_pro_wh_akku,
gesamtlast=gesamtlast,
),
wechselrichter=wechselrichter,
eauto=eauto,
inverter=wechselrichter,
ev=eauto,
home_appliance=home_appliance,
)
@@ -244,7 +244,7 @@ def test_simulation(create_ems_instance):
# Simulate starting from hour 1 (this value can be adjusted)
result = ems.simuliere(start_hour=start_hour)
result = ems.simulate(start_hour=start_hour)
# visualisiere_ergebnisse(
# ems.gesamtlast,