Open supersjimmie opened 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?
2006-0310
2006-0339
In the code, I see that the value for those fields are directly coming from the cloud call.
They then contain something weird like
2006-0310
and2006-0339
. How can I tell from those values if my heatpump is powered on/off and what else do they mean?