From: Martin Mares Date: Mon, 18 Jul 2022 09:34:56 +0000 (+0200) Subject: Auto: Loft temperature threshold X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a19c9d67a8e44349c1401c73965b2a9c38b6a9cf;p=home-hw.git Auto: Loft temperature threshold --- diff --git a/auto/burrow-auto b/auto/burrow-auto index dbcd822..1f3b1ed 100755 --- a/auto/burrow-auto +++ b/auto/burrow-auto @@ -146,7 +146,7 @@ def auto_loft_fan(): fs = 0 elif ac_is_on() > 0: fs = 3 - elif st.hysteresis('lf_loft_hot', lt, 23, 24) > 0: + elif st.hysteresis('lf_loft_hot', lt, 25, 26) > 0: if st.hysteresis('lf_loft_hotter_than_out', lt, out - 1, out + 1) > 0: fs = 3 else: