]> mj.ucw.cz Git - home-hw.git/commitdiff
Auto: Meditation mode turned off master
authorMartin Mares <mj@ucw.cz>
Sat, 8 Jun 2024 22:14:57 +0000 (00:14 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 8 Jun 2024 22:14:57 +0000 (00:14 +0200)
auto/burrow-auto

index 28b7c85b3f21f1fbf1f3165cf448a66ab994af4f..b876223dae335efe839a193bb07c71600fa0d8db 100755 (executable)
@@ -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