Skip to content

Commit

Permalink
[ skip ci ] reduce max state of charge needed in the winter months
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDodds committed Nov 3, 2024
1 parent 4f66162 commit 32c3ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from lib.global_state import GlobalStateClient
from lib.energy_broker import (
manage_sale_of_stored_energy_to_the_grid,
set_48h_charging_schedule,
set_24h_charging_schedule,
manage_grid_usage_based_on_current_price,
Utils
)
Expand Down Expand Up @@ -238,4 +238,4 @@ def adjust_ac_out_power(self):

@staticmethod
def trigger_ess_charge_scheduling():
set_48h_charging_schedule(__name__)
set_24h_charging_schedule(__name__)

0 comments on commit 32c3ed9

Please sign in to comment.