Hi, for my thermalsolar i need to switch valves and pump ON for 2min, then OFF again.
How can i do this in my Automation?
alias: Heizung Sonnenkollektor Frostschutz
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.sonnenkollektor_temp
below: '0.5'
action:
- type: turn_on
device_id: 522e4952768a46569d6810551128cfd2
entity_id: switch.switch_4_2
domain: switch
- type: turn_on
device_id: 522e4952768a46569d6810551128cfd2
entity_id: switch.switch_5_2
domain: switch
- type: turn_on
device_id: 522e4952768a46569d6810551128cfd2
entity_id: switch.switch_6_2
domain: switch
- type: turn_on
device_id: 522e4952768a46569d6810551128cfd2
entity_id: switch.switch_7_2
domain: switch
mode: parallel
max: 500