gysmo38 / mitsubishi2MQTT

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

MQTT remote_temp topic subscription missing #91

Closed brackw closed 4 years ago

brackw commented 4 years ago

Added ha_remote_temp_set_topic to mqtt subscription. Otherwise remote_temp/set was never acted on.

Changed remote_temp function to use setTemperature() function to deal with Fahrenheit use to align with temp/set usage.

gysmo38 commented 4 years ago

Thanks