400 Bad Request #153
-
|
I got everything working and can monitor the washing machine while its running, however, i can not control it through HA. I always get the 400 Bad Request failure. You’ll see on the picture what I have been trying. It does not work through automation or developer tools. Help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I have the exact same problem, even getting 400 error on the swagger. { |
Beta Was this translation helpful? Give feedback.
-
|
The 400 error indicates that either the API or the machine itself does not accept the command at this specific moment. On my washing machine WCI870 the following sequence works:
You can see what programs that are available after item 2 above if you do a diagnostic download. Note that the program list will be empty unless the machine is ready to accept a command. |
Beta Was this translation helpful? Give feedback.
-
|
I just had this error too. It appears that the problem is that the program id is thrown onto the machine before it is online. This works:
|
Beta Was this translation helpful? Give feedback.

The 400 error indicates that either the API or the machine itself does not accept the command at this specific moment.
On my washing machine WCI870 the following sequence works:
miele.set_programservice from the integration/developer toolsYou can see what programs that are available after item 2 above if you do a diagnostic download. Note that the program list will be empty unless the machine is ready to accept a command.