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 ++ 1 file changed, 2 insertions(+) (limited to 'boiler-monster/mr3020/usr/bin/thermostat') 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 -- cgit v1.2.3