lsochanowski / Aquarea2mqtt

Wrapper for Panasonic Aquarea Service Cloud to MQTT for a smart home integration like Home-Assistant (or for some machine learning)
33 stars 12 forks source link

Unknown values for RunningStatus and WorkingMode #6

Open supersjimmie opened 3 years ago

supersjimmie commented 3 years ago

In the code, I see that the value for those fields are directly coming from the cloud call.

    ED.RunningStatus = TranslateCodeToString(client, r.StatusDataInfo.FunctionStatusText005.TextValue)
    ED.WorkingMode = TranslateCodeToString(client, r.StatusDataInfo.FunctionStatusText007.TextValue)

They then contain something weird like 2006-0310 and 2006-0339. How can I tell from those values if my heatpump is powered on/off and what else do they mean?