-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Actions for Miele devices #232
Comments
i'm guessing we just need to add an option to set this entry to another endpoint like "programs":
but there's so much configuration interdiction and constant swapping that im really not sure what the right spot is to inject the intent to talk to a different end point. |
If you look in the diagnostic download for your devices you can see if anything useful is reported on the /programs endpoint. Please test with the device in different states, such as power on, power off, delayed start enabled etc. |
Yeah it appears the programs end point just returns [] or a 500 error.
and the logs are not helpful in that they don't display the ID used, just that one was used. so is the only way to reverse engineer this to feed it program ids one at a time and see what it does? |
just to follow up I have a ticket in with Miele about the chaotic API responses. they're responding, but slowly |
Any news on this? I'd be interested in doing that for dishwasher programs. The Google Home integration does show all possible programs in a bullet list so it must be available. Not sure if it would be different for microwaves vs dishwashers. |
I also would really appreciate this. |
Feature request
So if i'm reading the docs properly you can pass in a device ID to the /actions and /programs GET apis and get a list of the device programs which you would need for making custom cards. It's frustratingly hard to get this data outside of HASS but i can't seem to nudge the python scripts in the plugin to let me just do an authenticated GET
curl -X 'GET'
'https://api.mcs3.miele.com/v1/devices/000176461151/programs'
-H 'accept: application/json'
Would it be possible to add to the Services dropdown the ability to just do this GET on an ID so we can see the programs that are available on each device?
What version of the integration are you using?
miele-0-1-9
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: