Add heating schedule description

This commit is contained in:
2023-07-23 13:11:18 +02:00
parent 692896fe47
commit 99f43ef2d5
+5
View File
@@ -7,6 +7,11 @@ packages:
time: time:
- platform: sntp - platform: sntp
on_time: on_time:
# Heating schedule is 5AM to 8PM. Judging by the burner state, it means that
# by 5AM the water is expected to be hot (60C) and at 8PM it's expected to be
# still hot as well (within the normal range of 56-60C).
#
# So the actual heating will start earlier, and so should recirculation.
- hours: 4 - hours: 4
minutes: 30 minutes: 30
seconds: 0 seconds: 0