Worx Landroid Package (Deprecated)

looking at getting either a L2000 or S300

Hi @boelle … to answer your questions, the offiicial integration doesn’t work very well but the custom component created/maintained by Norten Trab is excellent. Then to compliment it, you need the custom card by @Barmalej see my previous post (No. 63) for more info.

Both are compatible with the 2 mowers you mentioned but remember, your garden needs good WiFi for the mowers to communicate. Good luck with your purchase!

thanks for clearing that one out :slight_smile:

1 Like

Does the integration also work for the new 2021 models, so wr165 for example?

So cool!

without readin all the thread. Where can I change the KM natation from a dot to a comma?

I only ran 2,7 km an not 2725 km (thousand :slight_smile:

You can read about it here or here

1 Like

Package update.

Added support for:

  • Party Mode
  • Lock/Unlock
  • Edgecut service
  • Multizone support (not tested)

Please update images too

2 Likes

Hi,

does your new version works?

I have WR167E and it does not work.

I got only three endities and lovelace shows me only status and batterie status. And in the card I see serial number and Firmware version. So I think the communication works.

I have the login files only in configuration.yaml and delete it in landroid.yaml.
I added the package dir row in configuration.yaml, too.
Renamed the mower to mower. But all have no effekts.

What I’ve forgotten?

Can you publish these lines here?

What is in the Home Assistant logs?

Good morning,

‘’’
'landroid_cloud:
’ email: !secret mower_mail
’ password: !secret mower_pass
#type: landxcape
#type: kress

‘packages: !include_dir_named packages
‘’’
At lovelace by starting the card I found following mistake:
Error calling the service Skript/mower setzone. Service not found.

in the Log is nothing red or descripted a mistake

No. It’s wrong
Read here.

Installation

  1. In configuration.yaml add string packages: !include_dir_named packages:
homeassistant:
  packages: !include_dir_named packages

string packages: !include_dir_named packages must be under the string homeassistant: and must have two spaces at start

Oh no!!! Thank you.
It works well.

Hello together,
at first - thanks for this nice package.

And second - has somebody already managed to let the landroid lets say cut the edge every second day a week.

mfg
Chris

Great package! thank you.

Small issue, I have it working well apart from the blade_time which just shows “unknown”.

It is a new machine and only has one hour so far, is that the problem?

I bought M700 last summer, now while playing around with my HA I reminded myself about it, waiting for spring to come… I thought, maybe someone managed to get the HA integration and here it is!
Great work, thanks for sharing!
Looking forward to get it running on my HA and Landroid 2.0!!

How can I change the total distance to miles instead of KM’s? I am pretty sure I need to edit line 303 and 305, but I cant get the rounding to work and the number is crazy long. I have:

state: “{{ (state_attr(‘sensor.landroid_mower_status’, ‘distance’) | float(0)) / 1609 | round(3)}}”’

Thank you! Great Package. all running great EXCEPT Multizones… I dont know if I am doing stuff wrong but
a) Worx App defines Multizones as 1-4 - HA now as 0-3
b) No settings of Worx app regarding Multizones show up in HA
c) How do you define ste Multizones? in Worx app or in HA?
d) Using Button 4 = “Multizones” triggers an error “failed to call service…”

Any hints?

P.S: How are you guys dealing with schedules now? Defined (or Auto) in Worx app, or directly in HA?

Hello !
I have a problem: I have 2 movers in 1 account. Last summer ist worked well with “2” adding like service : landroid_cloud.start2
This is not working any more with the lastest version. First mover is still ok.
What do I have to change for the second mover ?

Regards
Speedy

How to setup multiple mowers?

1 Like