normen / homebridge-landroid

Homebridge plugin to control Worx Landroid robo mowers through the Worx Cloud
24 stars 8 forks source link

Breaking change #44

Closed TA2k closed 1 year ago

TA2k commented 1 year ago

iobroker.worx v1.7 needs the command await self.landroidCloud.login() for login iobroker.worx v2.0 is not compatible

normen commented 1 year ago

Cool, thanks for the info. I don't seem to be able to decode the data coming in via the mqtt event anymore either though..

Phoenix-DH commented 1 year ago

Just saw that there was just released a new version. Maybe this is working better for decoding.

Would be really great. Thanks for your work.

normen commented 1 year ago

Yeah, its been rewritten though, that means its not compatible without changes to this plugin. It'll be a while until I can look into this.

Phoenix-DH commented 1 year ago

Understood.

would be great … thanks.

TA2k commented 1 year ago

@normen You can also contact Positec directly to receive javascript template code for login and data polling

normen commented 1 year ago

Right, sounds like the iobroker.worx project isn't too happy about me re-using the existing work. That means it will take even longer until I get to fix this.

Edit: Btw for anyone interested, iobroker can also provide HomeKit support through a plugin that basically wraps homebridge and exposes the iobroker setup automatically. Meaning by converting your home control setup to iobroker you can control your Landroid as well.

Phoenix-DH commented 1 year ago

I have absolutely no experience in programming stuff for homebridge.

I love to have the landroids in home for automation. But dont know how to support.

TA2k commented 1 year ago

You can reuse but the class approach of the adapter was to complex and too hard to maintenance. It is easier when copy past the main methods of the code or use the example methods from posited directly

Phoenix-DH commented 1 year ago

Are there any news or things we may can help with?

normen commented 1 year ago

No news, I just have to do it. I hope I get it done until the next spring mowing season 😅

Phoenix-DH commented 1 year ago

👍🏻

Marksi73 commented 1 year ago

Tada :)

Hi @normen , my mowing season started today ;)

Is there any chance you get the plugin working again in the next few weeks? I am willing to support with money for coffee or other little things you might need... just to have a status would be very nice - thanks.

normen commented 1 year ago

Aww, I thought the "tada" was for a PR with the working adapter 😝 Can't say but yeah, I am thinking about taking my mowers out again as well.

normen commented 1 year ago

I basically copied all the necessary files and made some minimal adaptations so it should be easy to keep in sync, please test. Thanks again TA2k!