From 2647a6052f0dfeeedfd4127971afc60c331dda7d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Jan 2021 13:24:11 +0000 Subject: merge changes from atticmac --- boiler-monster/mr3020/usr/bin/thermostat | 1 + 1 file changed, 1 insertion(+) (limited to 'boiler-monster/mr3020/usr') diff --git a/boiler-monster/mr3020/usr/bin/thermostat b/boiler-monster/mr3020/usr/bin/thermostat index af99a4a..9b56d44 100755 --- a/boiler-monster/mr3020/usr/bin/thermostat +++ b/boiler-monster/mr3020/usr/bin/thermostat @@ -41,6 +41,7 @@ for i in kstudy_radiator bedroom_radiator spare_bedroom_radiator dd_radiator1 dd W=0 if [ "$O" == "1" ]; then W="$( expr \( \( \( $D * 2 \) / 3 \) + 55 \) )" + #W="$( expr $D \* 5 + 45 )" fi logger -t thermostat " $i O=$O D=$D W=$W" -- cgit v1.2.3