]> mj.ucw.cz Git - home-hw.git/commitdiff
Revert "Auto: Trying lower AC threshold"
authorMartin Mares <mj@ucw.cz>
Mon, 3 Jul 2023 11:41:09 +0000 (13:41 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 3 Jul 2023 11:41:09 +0000 (13:41 +0200)
This reverts commit 37d575a64a9bac1574a1086c4da0d134c45c77ba.

auto/burrow-auto

index 7aaca0f74da5a77011c14007872a5987e2d2ae47..05854307ba958759073e34e89f04083e2e7269d9 100755 (executable)
@@ -249,7 +249,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, 23, 24)
+    outside_hot = st.hysteresis('ac_outside_hot', tie, 24, 25)
     ac_on = ac_is_on()
 
     if house_hot > 0 and outside_hot > 0: