Skip to content

Commit

Permalink
[ skip ci ] additional trigger for energy sale check
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDodds committed Apr 11, 2024
1 parent d7bd5a1 commit 0d9b791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def tibber_price_now(self):
if self.value:
_value = float(self.value)
manage_grid_usage_based_on_current_price(_value)
manage_sale_of_stored_energy_to_the_grid()

def system_shutdown(self):
_value = self.value
Expand Down

0 comments on commit 0d9b791

Please sign in to comment.