osresearch / hcpy

Python tool to talk to Home Connect appliances over the local network (no cloud required)
276 stars 32 forks source link

`ProcessPhase` values are missing #22

Closed shred closed 1 year ago

shred commented 1 year ago

In the config.json, I find the LaundryCare.Common.Option.ProcessPhase feature. It represents the current phase of the clothes washing process (e.g. washing, rinsing, spinning). However, there is no values object that maps the process numbers to actual texts (like on some other features):

            "27142": {
                "name": "LaundryCare.Common.Option.ProcessPhase"
            },

Is it a bug in hc-login, or is it not transmitted by the Home Connect API?

Is there a way to get this mapping somewhere else? I would like to show the current process phase on a display, but could only figure out a small list of processes so far.