Advertisement
insippo

Nordpool price switch

Dec 26th, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. alias: Boiler On alla 4 sendi
  2. description: ""
  3. trigger:
  4. - platform: state
  5. entity_id:
  6. - sensor.shelly_em3_channel_a_power
  7. for:
  8. hours: 0
  9. minutes: 0
  10. seconds: 0
  11. condition: []
  12. action:
  13. - choose:
  14. - conditions:
  15. - condition: numeric_state
  16. entity_id: sensor.nordpool_kwh_ee_eur_4_10_02
  17. below: 4
  18. - condition: numeric_state
  19. entity_id: sensor.shelly_em3_channel_a_power
  20. below: 1000
  21. sequence:
  22. - service: switch.turn_on
  23. data: {}
  24. target:
  25. entity_id: switch.smart_boiler
  26. - conditions:
  27. - condition: numeric_state
  28. entity_id: sensor.shelly_em3_channel_a_power
  29. above: 3750
  30. sequence:
  31. - service: switch.turn_off
  32. data: {}
  33. target:
  34. entity_id: switch.smart_boiler
  35. - service: switch.turn_off
  36. data: {}
  37. target:
  38. entity_id: switch.smart_boiler
  39. mode: single
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement