From 0d810335cfc55c836a054db14fab36fb99f58441 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Jun 2021 11:41:11 +0100 Subject: add atacama --- tasmota-config/configure-radiators | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tasmota-config') diff --git a/tasmota-config/configure-radiators b/tasmota-config/configure-radiators index b8e15a4..18ba8e5 100755 --- a/tasmota-config/configure-radiators +++ b/tasmota-config/configure-radiators @@ -18,7 +18,8 @@ M=10.32.139.1 set -x -for T in laundry_radiator kstudy_radiator bedroom_radiator spare_bedroom_radiator music_room_e_radiator; do +#for T in laundry_radiator kstudy_radiator bedroom_radiator spare_bedroom_radiator music_room_e_radiator boxroom_radiator; do +for T in boxroom_radiator ; do mosquitto_pub -h "${M}" -t "cmnd/${T}/Backlog" -m "Switchmode1 3; Rule1 1; Rule1 4; Rule2 1; Rule2 4; Rule3 1; Rule3 4" sleep 3 mosquitto_pub -h "${M}" -t "cmnd/${T}/Backlog" -m "TelePeriod 60; SetOption26 0; SetOption0 0; PowerOnState 0" -- cgit v1.2.3