Skip to content

Commit

Permalink
Avoid Peak when turning on R1 or R2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisch committed Feb 3, 2025
1 parent a3312b0 commit 60cc52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solar_router/engine_3_channels_regulator_bypass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ switch:
internal: ${hide_regulators}
on_turn_on:
then:
- script.execute: relay_1_control
- lambda: id(regulator_opening).publish_state(0);
- script.execute: relay_1_control
on_turn_off:
then:
- script.execute: relay_1_control
Expand All @@ -90,8 +90,8 @@ switch:
internal: ${hide_regulators}
on_turn_on:
then:
- script.execute: relay_2_control
- lambda: id(regulator_opening).publish_state(0);
- script.execute: relay_2_control
on_turn_off:
then:
- script.execute: relay_2_control
Expand Down

0 comments on commit 60cc52b

Please sign in to comment.