Mitsubishi Wifi Module WF-RAC (Smart M-Air)

I have transferred the decoding function from the Android App into Python. “ParseAirconStat.py” contains a function to decode the AirconStat string to the correct data. This data is structured into an “AirconStat” module.
Please bear in mind, that much of the structure of the code is transferred from the Android App, which is basically one large set of if statements. I have not had the time yet to clean this up.

My next step will be to implement the encoding function.

5 Likes