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

Fix reboot loop with remote temperature/safe mode #56

Closed floatplane closed 4 months ago

floatplane commented 4 months ago

I think the reboot loop problem was caused by trying to set turn power off before calling hp.sync(). But basically, we shouldn't start in a "remoteTempStale" state - we want to let the system come up before making that determination.