Skip to content

Commit

Permalink
Version 2024.8.4:
Browse files Browse the repository at this point in the history
- extend logging moved to "debug"
- solved "lost-connection" issues
  • Loading branch information
corneel27 committed Aug 25, 2024
1 parent d5714c4 commit 806d6c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dao/prog/day_ahead.py
Original file line number Diff line number Diff line change
Expand Up @@ -1287,8 +1287,10 @@ def calc_optimum(self, _start_dt: datetime.datetime | None = None, _start_soc: f
df_accu[b].at[df_accu[b].index[-1], "SoC"] = ""
logging.info(f"In- en uitgaande energie per uur batterij {self.battery_options[b]['name']}"
f"\n{df_accu[b].to_string(index=False)}")
'''
if b == 0:
self.save_df(df_soc[b], tijd=tijd, tablename='prognoses')
'''

# totaal overzicht
# pd.options.display.float_format = '{:,.3f}'.format
Expand Down

0 comments on commit 806d6c0

Please sign in to comment.