]> mj.ucw.cz Git - home-hw.git/commitdiff
Auto: Trying lower AC threshold
authorMartin Mares <mj@ucw.cz>
Sun, 25 Jun 2023 17:40:01 +0000 (19:40 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 25 Jun 2023 17:40:01 +0000 (19:40 +0200)
auto/burrow-auto

index 8e1a338629d2e76c2ca38bdd7454e400281d4c1c..297772ab6e283f5abcb3ee60c2177ef7b7392243 100755 (executable)
@@ -244,7 +244,7 @@ def auto_aircon():
     tii = st.get_sensor_avg('air/inside-intake')
     tie = st.get_sensor_avg('air/inside-exhaust')
     house_hot = st.hysteresis('ac_house_hot', tii, 23.5, 24)
-    outside_hot = st.hysteresis('ac_outside_hot', tie, 24, 25)
+    outside_hot = st.hysteresis('ac_outside_hot', tie, 23, 24)
     ac_on = ac_is_on()
 
     if house_hot > 0 and outside_hot > 0: