Skip to content

Unknown values for RunningStatus and WorkingMode #6

@supersjimmie

Description

@supersjimmie

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions