virtualzone/landroid-bridge

Work with WR141E?

Opened this issue · 7 comments

Module says it works with the work S model.

Does the S model still exist?

My real question is should things work with WR141E model which I am contemplating buying?

Many thanks.

Generallx yes, if there wasnt this current issue : #88

I own the model you desire and it worked throuout 2019

I also have the same mower and it works fine, but only for reading data, not for writing data.

Just change the iobroker.landroid-s line in the package.json to:

"iobroker.landroid-s": "github:MeisterTR/ioBroker.landroid-s#bc5bda3a495a87105bb4723b472c15846aec8e4e",

If I remember correctly this repo was forked from somewhere else. I have used the landroid bridge for about two years now and after initially setting everything up I never got to start the mower from the bridge. I'm only using it to pull statistics from the the Worx API. Should anyone ever find a way to successfully issue commands like start/stop mowing through the bridge, this would be awesome!

If I remember correctly this repo was forked from somewhere else. I have used the landroid bridge for about two years now and after initially setting everything up I never got to start the mower from the bridge. I'm only using it to pull statistics from the the Worx API. Should anyone ever find a way to successfully issue commands like start/stop mowing through the bridge, this would be awesome!

I was doing this all the time in 2019. I had it integrated with my Alexas so I could go for „Alexa start/ stop mowing“. After the change of the Worx API ( I guess somewhere in Nov 2019 ) it did not work anymore. I reinstaöled my HomeAutomation and until now I didnt yet try to get my landroid integrated. I guess i will have a look within the next weeks.

If I remember correctly this repo was forked from somewhere else. I have used the landroid bridge for about two years now and after initially setting everything up I never got to start the mower from the bridge. I'm only using it to pull statistics from the the Worx API. Should anyone ever find a way to successfully issue commands like start/stop mowing through the bridge, this would be awesome!

Check this out: https://community.openhab.org/t/my-landroid-s-roboter-mower/47569

I would like to know how to get this working with Hassio I have the WR141E too. I have installed the add-on in Hassio and have left the settings pretty much to default except the login details i use to control the worx app.

These are my config settings:

email: '!secret worx_email' pwd: '!secret worx_pwd' mqttenabled: false mqtturl: 'mqtt://username:apipassword@homeassistant' mqtttopic: landroid loglevel: info scheduler_enabled: false cron: false weather_provider: darksky apikey: YOUR_API_KEY latitude: ------ longitude: ---- earliest_start: 11 latest_stop: 21 start_early: false off_days: 2 square_meters: 300 per_hour: 50 mow_time: 75 charge_time: 75 days_for_total_cut: 2 rain_delay: 120 threshold: 30

and this is the log i get:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] done. [services.d] starting services [services.d] done. [2020-04-08T09:38:25.757] [INFO] server.ts - Starting Landroid Bridge... [2020-04-08T09:38:25.772] [INFO] server.ts - Setting port to 3000... [2020-04-08T09:38:25.776] [INFO] Mqtt - MQTT is disabled, skipping initialization [2020-04-08T09:38:25.786] [INFO] App - Adding static files path /usr/src/landroid-bridge/www [2020-04-08T09:38:25.789] [INFO] Scheduler - Skipping scheduler initialization (not enabled) [2020-04-08T09:38:25.804] [INFO] LandroidS - Initializing Landroid Cloud Service... Mqtt url: undefined [2020-04-08T09:38:27.279] [INFO] IoBrokerAdapter - mower 0 selected [2020-04-08T09:39:25.809] [INFO] LandroidS - Could not finish initialization, retrying... Mqtt url: undefined [2020-04-08T09:39:27.360] [INFO] IoBrokerAdapter - mower 0 selected [2020-04-08T09:40:25.809] [INFO] LandroidS - Could not finish initialization, retrying... Mqtt url: undefined [2020-04-08T09:40:27.511] [INFO] IoBrokerAdapter - mower 0 selected [2020-04-08T09:41:25.809] [INFO] LandroidS - Could not finish initialization, retrying... Mqtt url: undefined [2020-04-08T09:41:27.624] [INFO] IoBrokerAdapter - mower 0 selected [2020-04-08T09:42:25.809] [INFO] LandroidS - Could not finish initialization, retrying... Mqtt url: undefined [2020-04-08T09:42:27.238] [INFO] IoBrokerAdapter - mower 0 selected [2020-04-08T09:43:25.809] [INFO] LandroidS - Could not finish initialization, retrying... Mqtt url: undefined [2020-04-08T09:43:27.198] [INFO] IoBrokerAdapter - mower 0 selected [2020-04-08T09:44:25.810] [INFO] LandroidS - Could not finish initialization, retrying... Mqtt url: undefined [2020-04-08T09:44:27.544] [INFO] IoBrokerAdapter - mower 0 selected [2020-04-08T09:45:25.812] [INFO] LandroidS - Could not finish initialization, retrying... Mqtt url: undefined [2020-04-08T09:45:27.414] [INFO] IoBrokerAdapter - mower 0 selected

What goes wrong?

My bad. Had version 0.71.... updated to 0.72 and it worked with the M500 or WR141E. also enabled the mqtt before the update. But I don't think that was needed.

The mower firmware is also updated to version 3.07
Getting statistics, but
Starting or stopping the mower. Does not work btw.

Anyone got a fix on that?