virtualzone / landroid-bridge

Bridge for connecting the Worx Landroid S Lawn Mower to home automation systems like OpenHAB or FHEM.
GNU General Public License v3.0
64 stars 48 forks source link

Pure HTTP/REST communication? #76

Open konrad79 opened 5 years ago

konrad79 commented 5 years ago

I established a connection to the landroid api via: https://api.worxlandroid.com/api/v2/oauth/token

and get information about my mower with:

https://api.worxlandroid.com/api/v2/product-items

But I'm now stuck in the api functions for sending data, start, stop etc. the mower. Are there any api functions, too - or do I have to set up such a MQTT server to communicate with the API after login?

ciechompl commented 4 years ago

@konrad79 have you been able to move forward with your project ? With a help of other user here: https://github.com/virtualzone/landroid-bridge/issues/98 I also established connection via api but would love to see your config too :) ... you know ... would be great to learn how others are working with this terrible worx api :) maybe we could combine work of few to produce something what really works as it should.