From 161bd93434f1975260e9f8bef60ed0256d5d9d15 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 3 Jul 2023 13:41:09 +0200 Subject: [PATCH] Revert "Auto: Trying lower AC threshold" This reverts commit 37d575a64a9bac1574a1086c4da0d134c45c77ba. --- auto/burrow-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2