floatplane / MitsuQTT

Use ESP8266/ESP32 hardware to control Mitsubishi heat pumps via MQTT
GNU Lesser General Public License v2.1
3 stars 2 forks source link

Don't override action in state packet; should always come from the pump #50

Closed floatplane closed 5 months ago

floatplane commented 5 months ago

Before this PR, the heatpump would show that it was heating when it was in fact idle.

Also added a toggle for the optimistic update behavior - I'd rather just send updates to MQTT on a steady basis, since I don't use HA as an input device.