From 1f91e592c0b97dc315335417f323d31ca028782a Mon Sep 17 00:00:00 2001 From: James <31272717+gpd-pocket-hacker@users.noreply.github.com> Date: Mon, 25 Jan 2021 16:28:27 +0000 Subject: fish --- boiler-monster/mr3020/usr/bin/thermostat | 2 ++ boiler-monster/mr3020/usr/sbin/sendmail | 1 + 2 files changed, 3 insertions(+) create mode 120000 boiler-monster/mr3020/usr/sbin/sendmail (limited to 'boiler-monster/mr3020/usr') diff --git a/boiler-monster/mr3020/usr/bin/thermostat b/boiler-monster/mr3020/usr/bin/thermostat index 9b56d44..91e2e7b 100755 --- a/boiler-monster/mr3020/usr/bin/thermostat +++ b/boiler-monster/mr3020/usr/bin/thermostat @@ -8,6 +8,8 @@ MAX=65 OUTSIDE="$(mosquitto_sub -t tele/weather/tempc -h ${M} -W 1 -C 1 | sed -e 's/\..*$//g') " +logger -t thermostat " outside is $OUTSIDE" + # conventions # POWER is power to valve coil # OPEN is valve state diff --git a/boiler-monster/mr3020/usr/sbin/sendmail b/boiler-monster/mr3020/usr/sbin/sendmail new file mode 120000 index 0000000..071af7e --- /dev/null +++ b/boiler-monster/mr3020/usr/sbin/sendmail @@ -0,0 +1 @@ +../bin/msmtp \ No newline at end of file -- cgit v1.2.3