From 1d3ede92a726f0869f8e250c67c299319a265176 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 8 Oct 2023 09:09:18 +0200 Subject: [PATCH] Schedule recirculation pump per eS73 manual 5.8.6 --- recirculation-pump.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/recirculation-pump.yaml b/recirculation-pump.yaml index a0aa882..ae159c5 100644 --- a/recirculation-pump.yaml +++ b/recirculation-pump.yaml @@ -20,8 +20,14 @@ time: seconds: 0 then: - switch.turn_on: mystrom_relay - - hours: 20 - minutes: 0 - seconds: 0 + # Then, pump every 30 minutes for 3 minutes long. + - hours: "5-20" + minutes: "0,30" + seconds: "0" then: - switch.turn_off: mystrom_relay + - hours: "5-19" + minutes: "27,57" + seconds: "0" + then: + - switch.turn_on: mystrom_relay