Skip to content

Commit

Permalink
[ skip ci ] adjust winter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDodds committed Nov 13, 2024
1 parent 75f7fc3 commit a16f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_seasonally_adjusted_max_charge_slots(batt_soc: float, pv_production_rema

# Set the maximum target state of charge to 75% if in the specified months
if current_month in winter_months:
max_target_soc = 75.0
max_target_soc = 90.0
else:
max_target_soc = 100.0

Expand Down

0 comments on commit a16f338

Please sign in to comment.