Phype / purei9_unofficial

This project includes a client/library to connect to Electrolux and AEG cleaner robots.
https://pypi.org/project/purei9-unofficial
MIT License
27 stars 5 forks source link

Start/Stop robot via Cloud API #3

Closed Phype closed 3 years ago

Phype commented 3 years ago

Add support for start/stopping the robot from via the cloud API. The cloud API is not exactly well-organized (in my opionion). Might need to look at the newer "Wellbeeing" App 1, which might use another API.

Phype commented 3 years ago

Added possibility to start/stop via cloud in CloudClientv2 with commit 67b6e1ca3ca86a50aa36c8c540ed4802dca08fbc

Phype commented 3 years ago

Added experimental websocket support to start/stop via old ald API in Cloudclient with d5b3b2b