astrandb / miele

A modern integration for Miele devices in Home Assistant
MIT License
187 stars 28 forks source link

Dishwasher programm id #515

Open MrTwIXx opened 1 month ago

MrTwIXx commented 1 month ago

The problem

I have a new Miele Dishawasher since today. After I added the Component to my HA I see only the programIds and not the proframLable oft the actual program in HA.

These are the programIds with the labels which I got from the Developer API: [ { "programId": 200, "program": "", "parameters": {} }, { "programId": 202, "program": "Auto 45 - 60°C", "parameters": {} }, { "programId": 203, "program": "ComfortWash 45°C", "parameters": {} }, { "programId": 204, "program": "", "parameters": {} }, { "programId": 205, "program": "Intensive 75°C", "parameters": {} }, { "programId": 209, "program": "ComfortWash+ 55°C", "parameters": {} }, { "programId": 206, "program": "Hygiene 75°C", "parameters": {} }, { "programId": 207, "program": "ExtraQuiet 50°C", "parameters": {} }, { "programId": 208, "program": "SolarSave ", "parameters": {} }, { "programId": 210, "program": "Gentle 45°C", "parameters": {} }, { "programId": 211, "program": "Tall items 65°C", "parameters": {} }, { "programId": 212, "program": "Pasta/Paella ", "parameters": {} }, { "programId": 213, "program": "Glasses ", "parameters": {} }, { "programId": 214, "program": "Maintenance programme ", "parameters": {} }, { "programId": 215, "program": "Rinse salt ", "parameters": {} } ]

I checked it shortly and didn't find these IDs in the custom_components/miele/const.py.

Could you add these IDs to it? Otherwise I could create you a PR.

Version of miele integration having the issue?

2024.5.0

Version of Home Assistant Core having the issue?

2024.7.3

Anything in the logs that might be useful for us?

No response

Additional information

No response

astrandb commented 1 month ago

Please capture a diagnostic download from the dishwasher device page while the machine is running. Then upload the file to this issue.