From: Martin Mares Date: Mon, 3 Jul 2023 11:41:09 +0000 (+0200) Subject: Revert "Auto: Trying lower AC threshold" X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=161bd93434f1975260e9f8bef60ed0256d5d9d15;p=home-hw.git Revert "Auto: Trying lower AC threshold" This reverts commit 37d575a64a9bac1574a1086c4da0d134c45c77ba. --- diff --git a/auto/burrow-auto b/auto/burrow-auto index 7aaca0f..0585430 100755 --- a/auto/burrow-auto +++ b/auto/burrow-auto @@ -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: