]> mj.ucw.cz Git - home-hw.git/commitdiff
Auto: Loft temperature threshold
authorMartin Mares <mj@ucw.cz>
Mon, 18 Jul 2022 09:34:56 +0000 (11:34 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 18 Jul 2022 09:34:56 +0000 (11:34 +0200)
auto/burrow-auto

index dbcd822e1fea00d35b25dc27c5c834c96f365064..1f3b1ed04072fa47802fa29ed1ed73d2c0fd99e6 100755 (executable)
@@ -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: