summaryrefslogtreecommitdiffstats
path: root/boiler-monster/mr3020
diff options
context:
space:
mode:
authorroot <root@atticmac.backdown.james.local>2021-01-16 13:24:11 +0000
committerroot <root@atticmac.backdown.james.local>2021-01-16 13:24:11 +0000
commit2647a6052f0dfeeedfd4127971afc60c331dda7d (patch)
tree84b8b39542b2adf29a11d6dfc66295cbf5b94ce7 /boiler-monster/mr3020
parent3ba2768aeae5d3b953adb7bb723540fa9c7ee370 (diff)
downloadheating-2647a6052f0dfeeedfd4127971afc60c331dda7d.tar.gz
heating-2647a6052f0dfeeedfd4127971afc60c331dda7d.tar.bz2
heating-2647a6052f0dfeeedfd4127971afc60c331dda7d.zip
merge changes from atticmac
Diffstat (limited to 'boiler-monster/mr3020')
-rwxr-xr-xboiler-monster/mr3020/usr/bin/thermostat1
1 files changed, 1 insertions, 0 deletions
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"