You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Same here: on/off not working.
Also maybe related: sometimes (8 out of 10) when starting cooling using MQTT, the hvac turns itself off after 3s. It never turns itself off when I use the remote.
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?
The text was updated successfully, but these errors were encountered: