My Worx S500 is up and running again - thanx a million for your work!
Hi there.
After updating to the new landroid cloud version (coming from 1.8.2) and to the new card
i see that all sensors are gone and now there are attributes only.
In addition to that itâs one attribute for several states.
I created this complete page for the old versions and I got no idea how to get this working again now:
At the moment I am trying to figure out how to get template sensors for these attributes running,
but i stumble upon this:
For example, when I enter the following into developer template
{{ states.vacuum.robby.attributes.firmware.version }}
i got the result: â3.27â
but if I enter it this way:
{{ state_attr(âvacuum.robbyâ, âfirmware.versionâ) }}
the result is: ânoneâ
If I only enter firmware (without.version),
both results are â{âauto_upgradeâ: False, âversionâ: 3.27}â
Same problem if I use attribute on an entities-card:
- type: entities
- type: attribute
entity: vacuum.robby
name: Firmware Version
attribute: firmware.version
- type: attribute
it doesnât work.
Is there anybody who can help me with this issue?
Thank you.
Make template sensors like this:
- Version â value_template: â{{ state_attr(âvacuum.robbyâ, âfirmwareâ).version }}â
- Auto Upgrade â value_template: â{{ state_attr(âvacuum.robbyâ, âfirmwareâ).auto_upgrade }}â
- Bladetime â value_template: â{{ state_attr(âvacuum.robbyâ, âbladesâ).current_on }}â
etc. etc.
And
{{ state_attr('vacuum.robby', 'schedule').primary.monday.start }}
{{ state_attr('vacuum.robby', 'capabilities')[0] }}
â
11:00
Edge Cut
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
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
I read carefully this and previous thread and have a few questions for you, more experienced already in using HA with Landroid:
- 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)?
- 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)? - 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?
- 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?
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
wowwwâŚ
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.