From d5ea81a83c7307e649a5987ef175cb0219b26ccc Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sat, 16 Dec 2017 18:25:55 -0500 Subject: [PATCH] Run aerator manually, rather than under remind supervision "Always" seems to be sane. --- remind/light.rem | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/remind/light.rem b/remind/light.rem index 87f31bd..07addc6 100644 --- a/remind/light.rem +++ b/remind/light.rem @@ -11,11 +11,11 @@ REM AT [sunrise()] RUN /home/pi/sc/bin/rpb.expect 1 on > /dev/null REM AT [sunset()] MSG Lights off... REM AT [sunset()] RUN /home/pi/sc/bin/rpb.expect 1 off > /dev/null -REM AT [sunrise() - 45] MSG Aerator on -REM AT [sunrise() - 45] RUN /home/pi/sc/bin/rpb.expect 4 on > /dev/null -REM AT [sunrise() + 45] MSG Aerator off -REM AT [sunrise() + 45] RUN /home/pi/sc/bin/rpb.expect 4 off > /dev/null -REM AT [sunset() - 45] MSG Aerator on -REM AT [sunset() - 45] RUN /home/pi/sc/bin/rpb.expect 4 on > /dev/null -REM AT [sunset() + 45] MSG Aerator off -REM AT [sunset() + 45] RUN /home/pi/sc/bin/rpb.expect 4 off > /dev/null +# REM AT [sunrise() - 45] MSG Aerator on +# REM AT [sunrise() - 45] RUN /home/pi/sc/bin/rpb.expect 4 on > /dev/null +# REM AT [sunrise() + 45] MSG Aerator off +# REM AT [sunrise() + 45] RUN /home/pi/sc/bin/rpb.expect 4 off > /dev/null +# REM AT [sunset() - 45] MSG Aerator on +# REM AT [sunset() - 45] RUN /home/pi/sc/bin/rpb.expect 4 on > /dev/null +# REM AT [sunset() + 45] MSG Aerator off +# REM AT [sunset() + 45] RUN /home/pi/sc/bin/rpb.expect 4 off > /dev/null -- 2.50.1