From: Martin Mares Date: Sat, 8 Jun 2024 22:14:57 +0000 (+0200) Subject: Auto: Meditation mode turned off X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;p=home-hw.git Auto: Meditation mode turned off --- diff --git a/auto/burrow-auto b/auto/burrow-auto index 28b7c85..b876223 100755 --- a/auto/burrow-auto +++ b/auto/burrow-auto @@ -154,7 +154,7 @@ def auto_loft_fan(): lt = st.get_sensor_avg("temp/loft") out = st.get_sensor_avg('air/outside-intake') - if st.hour in range(21, 24) or st.hour in range(6, 10): + if False and st.hour in range(21, 24) or st.hour in range(6, 10): fs = 0 elif lt is None or out is None: fs = 0