Advertisement
insippo

Soojuspumbna juhtimine 02.10.22

Oct 2nd, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. automation Soojuspumba juhtimine:
  2. initial_state: 'on'
  3. alias: Soojuspumba juhtimine
  4. trigger:
  5. - platform: state
  6. entity_id: binary_sensor.pumba_taimer
  7. to: 'on'
  8. - platform: state
  9. entity_id: binary_sensor.pumba_taimer
  10. to: 'off'
  11. action:
  12. - service_template: 'switch.turn_{{trigger.to_state.state}}'
  13. entity_id: switch.soojuspump
  14. entiti:id: switch.maakuttepump_boiler_623
  15.  
  16. automation Soojuspumba juhtimine2:
  17. alias: kontroll
  18. trigger:
  19. - platform: time
  20. at:
  21. - '00:01:00'
  22. condition:
  23. condition: state
  24. entity_id: binary_sensor.pumba_taimer
  25. state: "on"
  26. action:
  27. - service: 'switch.turn_on'
  28. entity_id: switch.soojuspump
  29. entiti_id: switch.maakuttepump_boiler_623
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement