Lovelace: Landroid card

Thanks a lot for your help.
I tried everything except the point after the closed bracket.

Any idea about the correct syntax for the attribute on the entities card?

I made use of it before the update and there was no need to add template sensors.
Here’s an example of the old config.

No idea how to deal with nested attributes in an Entity Card, but you could create sensors for all the items you are interested in (Batteriespannung, Batterietemperatur, Ladezyklen, etc.) and then put them as entities in an Elements Card,

Hi

Since some days I have a problem communication with my robot. In android app everything ok. I can see robot status and I can send any commands to it.
In Hassio something went wrong. Landroid Coluds connected to Worx server. Integration can read robot name. (if I change in the android app also change in Hassio to.). But thats all.
Status is : Initializing.
No information about moving, charging, blade time . etc. Also can’t send commands to the robots. I get MQTT connection issue…
I already deleted all parts, and reinstall again. Robot was repairing too. No solution.

Does anyone have similar problems?

I know this forum for Lovelace card, but I not found better forum.
(All parts are up to date)

Thanks.

Hi there,
I created a video for the worx landroid using the updated method with the landroid cloud and the landroid card. In case you need video guidance jut have a watch.

It is in german though, but you can use auto subtitle from youtube

Hope it helps :wink:

1 Like

Any wishes for Landroid_Cloud v3?
I’m currently doing the finishing touches for making the pyWorxCloud module fully compliant with the API as documentented by Positec.

Shortly I’ll begin adapting this to the Landroid_Cloud integration, so if you have some wishes for the new major overhaul of the integration, speak up now :slight_smile:

3 Likes

I read carefully this and previous thread and have a few questions for you, more experienced already in using HA with Landroid:

  1. If you are using Landroid with HA do you switch off all Landroid automatics (schedulers, rain-delay, etc…) and made it fully automated by HA or leave something for Landroid (e.g. mowing time)?
  2. What does exactly Play/Start do? Is it just start or start for calculated by Landroid time (for defined lawn area, grass species, soil, fertilizers)?
  3. Do you experience sometimes problems with multi-minute lags in gathering data for HA from Landroid? Or is it just now when the Landroid_Cloud is in its new beta version?
  4. What does trigger data import from Landroid to HA? Maybe it is a question of how it is planned to be in Landroid_Cloud v3?

The zone with new update. Doesn’t work

@Barmalej can you help me?

I was wondering if it would be possible to expose the One Time Schedule?

Whatever the answer, thanks for this integration!

No - barmalej can’t help you, as it’s a bug in the Landroid_Cloud integration and not the card.
I’m pretty sure it’ll be working for you when I get the time to investigate why it’s not mapped/interpreted the right way

ok thanks very much
I wait

there have been updates to the landroid integration, but the zones still don’t work

Finally a new release :slightly_smiling_face:

wowww… :star_struck:
what is Torque?
and Time extension?

In simple terms, you can increase or decrease the power of the motor.

This is increasing your Auto Schedule time

I’m missing the attribute values on the landroid card. I can’t tell if it’s since the update to 2023.6.3 or if it has a different cause.

Landroid card 0.2.7:

image: default
image_size: '3'
show_animation: true
show_status: true
show_toolbar: true
compact_view: false
show_name: true
show_configbar: true
type: custom:landroid-card
entity: vacuum.kr113_pelle
stats:
  default:
    - attribute: blades.total_on
      subtitle: Total Messer Laufzeit
      value_template: '{{ as_timedelta((value | float(0) * 60) | string) }}'
    - attribute: blades.current_on
      subtitle: Aktuellle Messer Laufzeit
      value_template: '{{ as_timedelta((value | float(0) * 60) | string) }}'
    - attribute: statistics.worktime_blades_on
      subtitle: Mähzeit
      value_template: '{{ as_timedelta((value | float(0) * 60) | string) }}'
    - attribute: statistics.distance
      value_template: '{{ (value | float(0) / 1000) | round(3) }}'
      unit: km
      subtitle: Distanz
  mowing:
    - attribute: orientation.yaw
      subtitle: Fahrtrichtung
      unit: °
    - attribute: orientation.roll
      subtitle: Seitenneigung
      unit: °
    - attribute: orientation.pitch
      subtitle: Anstieg/Gefälle
      unit: °
shortcuts:
  - name: Notification
    service: automation.toggle
    icon: mdi:bell
    service_data:
      entity_id: automation.mower_notify_status
image_left: false

Does anybody have an idea what could I check to solve this problem.

Update to the latest version v0.2.9 - it fixes the issue, which was caused by ha-template.

Sorry for a slight thread hijack here but I have a question about the Landroid integration.

I’m considering getting one but we have a small puppy and need to be sure it’s safe for him. What I want to do is create an ‘interlock’ between the ring alarm system in our home and the Landroid system. The intention being that if the alarm is in Armed state (meaning we are either out the house or asleep) then the mower is allowed to run. If the alarm is Disarmed then it will not be allowed to run. If the mower is actively running and we disarm the alarm (sometimes happens if the dog needs the toilet in the middle of the night!) then the mower should stop immediately.

I can get all the triggers from the Ring integration, but is that level of control possible with the Landroid integration?

Thanks.

You can use Partymode for this.

service: landroid_cloud.partymode
data:
  party_mode_enabled: false

or

service: landroid_cloud.partymode
data:
  party_mode_enabled: true
1 Like

About Landroid services you can read here

and test it here