Bug strompreise, ein Array Element zu wenig eingelesen (bspw. 23 statt 24)

This commit is contained in:
Bla Bla
2024-02-26 17:41:00 +01:00
parent 8ae3150e31
commit ebcf4b56ef
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ class EnergieManagementSystem:
# print("\n\nLastprognose:",self.lastkurve_wh.shape)
# print("PV Prognose:",self.pv_prognose_wh.shape)
# print("Preis Prognose:",self.strompreis_cent_pro_wh.shape)
# sys.exit()
def set_akku_discharge_hours(self, ds):
self.akku.set_discharge_per_hour(ds)