From a19c9d67a8e44349c1401c73965b2a9c38b6a9cf Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 18 Jul 2022 11:34:56 +0200 Subject: [PATCH] Auto: Loft temperature threshold --- auto/burrow-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2