From: Nathaniel Wesley Filardo Date: Sat, 16 Dec 2017 23:25:55 +0000 (-0500) Subject: Run aerator manually, rather than under remind supervision X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=d5ea81a83c7307e649a5987ef175cb0219b26ccc;p=acmetensortoys-snakecontrol Run aerator manually, rather than under remind supervision "Always" seems to be sane. --- 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