]> mj.ucw.cz Git - home-hw.git/commitdiff
Merge branch 'master' of ssh://git.ucw.cz/home/mj/GIT/home-hw
authorMartin Mares <mj@ucw.cz>
Tue, 11 Jul 2023 18:15:38 +0000 (20:15 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 11 Jul 2023 18:15:38 +0000 (20:15 +0200)
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: