Install with HACS method to avoid clean cache and other issues
Hi,
How can I override the start action object? I want to start my own script.
Is that correct?
actions:
start:
- service: script.turn_on
service_data:
entity_id: script.mower_start_mow
And how can I override edgecut?
actions
objectYou can defined service invocations to override default actions behavior. Available actions to override are
start
,pause
,resume
,stop
andreturn_to_base
.
Thanks!
actions:
pause:
service: fan.toggle
service_data:
entity_id: fan.toggle
start:
service: script.mower_start_mow
edgecut:
service: landroid_cloud.setzone
service_data:
entity_id: vacuum.mower
zone: '1'
Your is:
actions:
start:
service: script.mower_start_mow
Now i made changes in README
THATS IMPRESSIVE!!! So cool!
Hi
In the original app on Android left top corner can see: Wifi icon- number of percent is the battery - battery icon.
In your lovelance : left top corner Wifi icon and wifi percent number.
I always mean wrong, becasue the numbers digit on the left top corner is different meaning on the original app and your card. Is it possible to flipp the wifi and battery signal in the corner? Or Could it be reversible in the lovelance setting?
Thank you
Wow, that’s so cool, I wanted to make a roof for it, but what happens if it rains?
And how the mower knows that it’s rain
I have a weather station. but, the mower has a water sensor too. So, if raining, I send the mower back to house. The house closes when the mower status is docked for 1 minute.
I don’t use app, I turn off all schedule, rain delay…I creat my own scheduler and rain delay (+ irrigation delay too).
Looks cool
@Barmalej Does your integration also work with the S300? edit: never mind. Found comments that it works
Still worndering: I am a bit confused by the descripion of your integration. Does this also work with local control or is the cloud needed?
As the supported mowers are cloud-only, this gives itself
Hi, Does the lovelace landroid card suppose to update mower information every couple minutes ? Sometimes, the card does not refresh for couple hours.
Im trying to make the card refresh at least every 5 minutes but i’m new to HA and YAML.
I’m also trying to get information from landroid cloud and put it in a variable. I created an automation and I want to store the value of statistics.worktime_blades_on in a variable every day at 8 AM. But I can’t figure how to do it.
Can someone help me with that ? Thank you very much!
Hello, does anybody has experience with this package and Worx Landroid WR106si (or S450i)? It stucks in initializing and the following notice: ‘device handler’ object has no attribute ‘mqtt’. I´ve connected with the cloud via ID and password and get 1 entity. What could be the reason…is this mover not supported? Newest firmware 3.52 is installed.
Thanks for help…
If you take a look at the issues tab at the landroid_cloud repo, you’ll see that this is related to the latest API changes, and will be fixed in an upcoming version 3 of the integration.
hi A-Jey this is exactly what i am searching for
can be shered? i like verry much the look.
thank you
This is great, amazing …
Happy to have found this.
This “Sensor vs. Attribute”-Thing is a sad story. That is what keeps a lot of people away from HAs Power…
Hi folks,
how am I able to start the mower by anautomation?
The only entity I have is vacuum.[NAME_FROM_APP]
> Blockquote
service: vacuum.start
target:
entity_id: vacuum.mower