From 0d810335cfc55c836a054db14fab36fb99f58441 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Jun 2021 11:41:11 +0100 Subject: add atacama --- boiler-monster/mr3020/usr/bin/thermostat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boiler-monster/mr3020/usr') diff --git a/boiler-monster/mr3020/usr/bin/thermostat b/boiler-monster/mr3020/usr/bin/thermostat index 8fcc071..612c899 100755 --- a/boiler-monster/mr3020/usr/bin/thermostat +++ b/boiler-monster/mr3020/usr/bin/thermostat @@ -46,7 +46,7 @@ done #... others where we care about the delta -for i in kstudy_radiator bedroom_radiator spare_bedroom_radiator dd_radiator1 dd_radiator2 dd_radiator3 hall_radiator kitchen_radiator music_room_radiator 2fl_stair_radiator 2fl_main_radiator; do +for i in kstudy_radiator bedroom_radiator spare_bedroom_radiator dd_radiator1 dd_radiator2 dd_radiator3 hall_radiator kitchen_radiator music_room_radiator 2fl_stair_radiator 2fl_main_radiator boxroom_radiator; do O="$(mosquitto_sub -t stat/$i/OPEN -h ${M} -W 1 -C 1)" P="$(mosquitto_sub -t stat/$i/POWER -h ${M} -W 1 -C 1)" -- cgit v1.2.3