gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
393 stars 141 forks source link

Multiple command at once? #43

Closed picotouch closed 4 years ago

picotouch commented 4 years ago

Single command sending works fine for me, for example for fan I send value 1 to topic mitsubishi2mqtt/mitsu/fan/set. For the temperature I send the value to the topic mitsubishi2mqtt/mitsu/temp/set.

Is it possible to send multiple commands, eg temp=24, fan=1, mode=heat as one command? If so, how to do that and on what topic to publish? I use Node-RED to control AC.

Thanks!

gysmo38 commented 4 years ago

Sorry, multiple command feature not existe yet. You need to send multiple MQTT topic to set command. It could be possible but not yet done.

picotouch commented 4 years ago

OK thanks. It's not crucial, but it would be nice to have that option. Greeting