gysmo38 / mitsubishi2MQTT

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

MQTT set power (OFF) and set mode (ON) seem not to work #265

Open p-ranit opened 2 months ago

p-ranit commented 2 months ago

Hi, I uploaded the firmware to wemos D1 mini and successfully connected to my HVAC. From the web page everything works great (on/off, setting mode, temperature, etc.). Using mqtt (mosquitto_pub -d -u xxx -P yyyy -t mtsb2mqttsala/Split_Sala/power/set -m OFF) I can't turn off the HVAC system. Likewise (mtsb2mqttsala/Split_Sala/mode/set -m ON) I can't turn on the HVAC. Conversely, if I send the command mtsb2mqttsala/Split_Sala/mode/set -m HEAT the HVAC is powered and starts heating. Where am I wrong? I have another doubt: the guide states that I can use topic/power/set OFF but not topic/power/set ON. Did I get it right?

lapmat commented 1 month ago

Hi, same problem for me :-(