Grizzelbee / ioBroker.mielecloudservice

Integrates your MieleCloudService (aka Miele@Home) Devices to ioBroker
MIT License
20 stars 9 forks source link

Possible to support commands for the Scout2 vacuum cleaner (robot)? #149

Closed MartinEhg closed 3 years ago

MartinEhg commented 3 years ago

Hello there, is it possible to add some commands for the vacuum cleaner robot 'scout2'? i.e. to start and to stop (go home) the robot will be very useful.

ACTIONS processAction

Grizzelbee commented 3 years ago

Hi Martin,

https://www.miele.com/developer/ https://www.miele.com/developer/assets/API_V1.x.x_capabilities_by_device.pdf

I'd love to add them ... but as far as I understand the Miele Documentation the API support for the Scout RX robot vacuum cleaner is currently very poor. And since I don't own a Scout RX - I can't do any experiments. Maybe you like to spend some time with the Miele documentation website (which is pretty good) to find out if I missed something - or simply wait until Miele enhances it's API - which will happen periodically.

MartinEhg commented 3 years ago

Hey,

here are the commands for the scout2 ...

curl -X PUT "https://api.mcs3.miele.com/v1/devices/153xxxx83/actions" -H "accept: /" -H "Authorization: Bearer DE_21cxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "Content-Type: application/json" -d "{\"processAction\":1}"

Pause curl -X PUT "https://api.mcs3.miele.com/v1/devices/153xxxx83/actions" -H "accept: /" -H "Authorization: Bearer DE_21cxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "Content-Type: application/json" -d "{\"processAction\":3}"

Stop curl -X PUT "https://api.mcs3.miele.com/v1/devices/153xxxx83/actions" -H "accept: /" -H "Authorization: Bearer DE_21cxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "Content-Type: application/json" -d "{\"processAction\":2}"

from here: https://www.miele.com/developer/swagger-ui/index.html#/ https://www.miele.com/developer/swagger-ui/index.html#/

Am 10.05.2021 um 07:39 schrieb Grizzelbee - @. @.>:

Hi Martin,

https://www.miele.com/developer/ https://www.miele.com/developer/ https://www.miele.com/developer/assets/API_V1.x.x_capabilities_by_device.pdf https://www.miele.com/developer/assets/API_V1.x.x_capabilities_by_device.pdf I'd love to add them ... but as far as I understand the Miele Documentation the API support for the Scout RX robot vacuum cleaner is currently very poor. And since I don't own a Scout RX - I can't do any experiments. Maybe you like to spend some time with the Miele documentation website (which is pretty good) to find out if I missed something - or simply wait until Miele enhances it's API - which will happen periodically.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Grizzelbee/ioBroker.mielecloudservice/issues/149#issuecomment-836202605, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADSXDFDCWHZJZJFYQUDXBIDTM5WP7ANCNFSM44PD7AGQ.