From: Martin Mares Date: Sun, 25 Jun 2023 17:40:01 +0000 (+0200) Subject: Auto: Trying lower AC threshold X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=37d575a64a9bac1574a1086c4da0d134c45c77ba;p=home-hw.git Auto: Trying lower AC threshold --- diff --git a/auto/burrow-auto b/auto/burrow-auto index 8e1a338..297772a 100755 --- a/auto/burrow-auto +++ b/auto/burrow-auto @@ -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: