gysmo38 / mitsubishi2MQTT

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

Add Simplified Chinese translation & allow remote/panel control #132

Closed bt4wang closed 3 years ago

jascdk commented 3 years ago

hi:) What does the remote panel thing do?

lesleypersyn commented 3 years ago

i was wondering too... nice addition.

By default the library ignores changes made from other sources (usually, the IR remote) and reverts them the next time sync() is called. This is the intendend behavior when the heat pump is fully controlled by automation. If you want to also allow manual control and allow the library to update its settings from the current state of the heat pump you need to call enableExternalUpdate(). This will also enable automatic updates.

https://github.com/SwiCago/HeatPump#getting-updates-from-the-heat-pump

gysmo38 commented 3 years ago

Thank you :)