I’ve tried the new install script and it works nicely and without any error. Many thanks for this fix!
Well “Home Assistant OS (Supervised)” was expressed a bit confusing. I would like to run this MieleRESTServer on the Raspberry Pi where pure Home Assistant OS is installed. Home Assistant OS is installed like this www.home-assistant . io / installation / raspberrypi. With this, it would not be necessary to expose the server to my LAN (security) and would just use the subnet 127.0.0.1 to get the data from the Miele Device. Just a few thoughts about how to achieve this:
- Creating an add-on for the MieleRESTServer https://developers.home-assistant.io/docs/add-ons/tutorial/
- Installing Portainer via HACS https://community.home-assistant.io/t/home-assistant-community-add-on-portainer/68836 and run the MieleRESTServer in the docker container
Any other ideas are highly appreciated!
DOP2: I think the MieleRESTServer has no access or this Miele Dishwasher doesn’t support it. I haven’t used the official Miele@Home mobile App at all apart of setting up the connection to the official Miele 3rd Party API to connect to the Home Assistant Miele Add’on www . github . com / astrandb / miele.
In my use case I’m not using the “remote start” function. But looking at the endpoint localhost:5001/start/washer I read:
{"DeviceReadyToStart": false, "DeviceRemoteStartCapable": true}
Which suggests that Miele G3885 provides the function for remote start.
Many thanks again for this amazing MieleRESTServer. I really like it.
Cheers