summaryrefslogtreecommitdiffstats
path: root/tasmota-config/configure-radiators
diff options
context:
space:
mode:
Diffstat (limited to 'tasmota-config/configure-radiators')
-rwxr-xr-xtasmota-config/configure-radiators3
1 files changed, 2 insertions, 1 deletions
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"