SwiCago / HeatPump

Arduino library to control Mitsubishi Heat Pumps via connector cn105
GNU General Public License v3.0
846 stars 232 forks source link

Unknown/invalid data returned #170

Closed mcouture87 closed 3 years ago

mcouture87 commented 3 years ago

Here is an instance where I get "garbage/unknown" data:

{"temperature":73,"fan":"4","vane":"","wideVane":"|","mode":"���?�E @���?"}

I'm using https://github.com/gysmo38/mitsubishi2MQTT that uses SwiCago/HeatPump libraries, so I am assuming there might be some issue at this level.

Anyone have any suggestions?

mcouture87 commented 3 years ago

Looking at MQTT Explorer's history, I see another 'garbage string' that just happened a few minutes ago...

When it happens, then HA reports the head unit's temperature at 79* until the next poll/update of the unit...

{"temperature":71,"fan":"AUTO","vane":"3","wideVane":"|","mode":"���?E @���?"}

SwiCago commented 3 years ago

Open an issue on their git. Not mine. If you use the examples in this git and get these problems, then it could be my library. Doubt it though, as the library base level has been the same for years.