From: Dobrica Pavlinusic Date: Thu, 1 Aug 2019 08:49:51 +0000 (+0200) Subject: tasmota hvac command to control AC X-Git-Url: http://git.rot13.org/?p=mqtt-homehub;a=commitdiff_plain;h=c1bd2e08aada6cf55d486327a5f35275e1867049 tasmota hvac command to control AC --- diff --git a/ac-off.sh b/ac-off.sh new file mode 100644 index 0000000..d21f9bc --- /dev/null +++ b/ac-off.sh @@ -0,0 +1,2 @@ +mosquitto_pub -h rpi2 -t 'cmnd/ir/irhvac' -m '{ "Vendor": "Mitsubishi", "Power": 0}' + diff --git a/ac-on.sh b/ac-on.sh new file mode 100644 index 0000000..8f81feb --- /dev/null +++ b/ac-on.sh @@ -0,0 +1,2 @@ +mosquitto_pub -h rpi2 -t 'cmnd/ir/irhvac' -m '{ "Vendor": "Mitsubishi", "Power": 1, "Mode":"Cold", "Temp": 25}' +