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

state packet gets sent twice #49

Closed floatplane closed 5 months ago

floatplane commented 5 months ago

State packet always gets sent twice, about 60ms apart. I think one must be the "optimistic" packet and one is just from loop()?

image
floatplane commented 5 months ago

fixed in #50