Skip to content

Commit

Permalink
Removed reset automation.
Browse files Browse the repository at this point in the history
Eddi can manage the max temperature automatically so it does not need to be stopped and started.

Added a new setting to disable turning on eddi on a schedule.
  • Loading branch information
dannytsang committed Jan 2, 2025
1 parent 21220af commit 50b9b6a
Showing 1 changed file with 3 additions and 34 deletions.
37 changes: 3 additions & 34 deletions packages/integrations/hvac/eddi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ automation:
- condition: state
entity_id: input_boolean.enable_hot_water_automations
state: "on"
- condition: state
entity_id: input_boolean.enable_eddi_automatic_reset
state: "on"
actions:
- parallel:
- action: script.send_to_home_log
Expand Down Expand Up @@ -101,40 +104,6 @@ automation:
- action: script.set_hot_water_to_home_mode
data: {}
mode: single
- id: "1703760630207"
alias: "Eddi: Reset Mode"
description: ""
triggers:
- trigger: event
event_type: timer.finished
event_data:
entity_id: timer.eddi_max_temperature_reached
conditions:
- condition: state
entity_id: select.myenergi_eddi_operating_mode
state: "Stopped"
- not:
- condition: state
entity_id: input_select.home_mode
state: "Holiday"
- condition: state
entity_id: input_boolean.enable_hot_water_automations
state: "on"
actions:
- parallel:
- action: script.send_to_home_log
data:
message: >-
Hot water timer has finished. Turning :fuelpump:
Eddi back on.
title: myEnergi
log_level: Debug
- action: select.select_option
data:
option: Normal
target:
entity_id: select.myenergi_eddi_operating_mode
mode: single
- id: "1712238362391"
alias: "Eddi: Max Temperature Reached"
description: ""
Expand Down

0 comments on commit 50b9b6a

Please sign in to comment.