miele
miele copied to clipboard
Struggling to start a program from HA
The problem
I'm calling the program action to start an ECO wash but it's consistently failing with 400
action: miele.set_program
target:
device_id:
- **REDACTED**
data:
programId: 200
Failed to perform the action miele.set_program. Service set_program: 400 Bad Request
I noted in the log that ECO was program id 200 and also in swagger I retrieved a list of programs. 200 was in the list but did not have a localised name.
Version of miele integration having the issue?
2024.11.0
Version of Home Assistant Core having the issue?
2024.11.1
Anything in the logs that might be useful for us?
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/connection.py:315
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 07:07:38 (5 occurrences)
Last logged: 07:15:46
[546507559056] Error handling message: Service set_program: 400 Bad Request (home_assistant_error) Paul from 192.168.1.13 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36)
Additional information
No response