Pre Commit

This commit is contained in:
Andreas
2024-10-06 14:32:49 +02:00
committed by Andreas
parent cc270e71bc
commit b8d07db483
3 changed files with 15 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ class EnergieManagementSystem:
# Accumulate loads and PV generation
verbrauch = self.gesamtlast[stunde]
if self.haushaltsgeraet:
ha_load = self.haushaltsgeraet.get_last_fuer_stunde(stunde)
verbrauch += ha_load