Skip to content
Discussion options

You must be logged in to vote

Hi,
I've implemented an automation that is able to start the machine when the cost of the energy is most convenient. Maybe you could do something similar.

The automation is triggered when pressing the "Start/Stop" button and when the price of energy changes:

trigger:
  - platform: state
    entity_id: sensor.washing_machine_status
    to: waiting_to_start
    from: programmed
  - platform: state
    entity_id: sensor.current_energy_cost

Automation is executed if all of the following conditions match:

  • SmartStart feature is enabled on the machine (it can be activated in machine settings)
  • MobileStart is off
  • I have a boolean input to disable this feature from frontend of HA
  • The "start at" s…

Replies: 7 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by haaino
Comment options

You must be logged in to vote
1 reply
@aturri
Comment options

Comment options

You must be logged in to vote
5 replies
@aturri
Comment options

@reiniertc
Comment options

@aturri
Comment options

@aturri
Comment options

@reiniertc
Comment options

Comment options

You must be logged in to vote
2 replies
@palengh
Comment options

@palengh
Comment options

Comment options

You must be logged in to vote
3 replies
@palengh
Comment options

@astrandb
Comment options

@palengh
Comment options

Comment options

You must be logged in to vote
1 reply
@aturri
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants