Barma-lej / halandroid

Worx Landroid package for Home Assistant based on Landroid Cloud by @MTrab
MIT License
112 stars 49 forks source link

Do not get all the sensors #18

Closed Marra74 closed 3 years ago

Marra74 commented 3 years ago

Hi!

Have followed your manual (all steps) but i do not get all the sensors when i created lovelace card. Edited the landroid.yaml (eng) and switched names for "sensor.landroid_mower_battery", "sensor.landroid_mower_error", "sensor.landroid_mower_status" and replaced mower with my name in the app. I also edited the card and replaced every name there also. But in the lovelacecard i only get "status", "battery". for an example sensor.landroid_wifi only gets an !, the same for sensor.landroid_dist... When i click on the card i have all status inclusive distance. What have i missed. Thank you for very good work!

Barma-lej commented 3 years ago

Please publish your landroid.yaml, lovelace card config and name of yours lawnmower

Marra74 commented 3 years ago

The name is "bosse" and here is landroid.yaml and card.yaml files. Thanks! yaml-files.zip

Barma-lej commented 3 years ago

Which version of Home Assistant do you have?

Marra74 commented 3 years ago

Home Assistant 2021.5.5

Barma-lej commented 3 years ago

Unfortunate can't find error. Make please a screenshot from Developer tools - States like this

Screenshot 2021-05-26 115236

Marra74 commented 3 years ago

Here it is...


I removed your screenshot. It has sn mac and id

Barma-lej commented 3 years ago

Check your configuration.yaml

homeassistant:
  packages: !include_dir_named packages

Is there one entry packages:?

Is exists the folder packages in your configuration folder?

Is there errors in home assistant log?

Marra74 commented 3 years ago

Yes only one entry

homeassistant: packages: !include_dir_named packages

Yes packages folder exists.

No errors in the log....

Marra74 commented 3 years ago

Now i found the problem. I have several other entrys under homeassistant: and packages: !include_dir_named packages had 2 spaces to much so it became a subentry...Sorry my misstake. Now it works perfect! Thanks for your help.

Barma-lej commented 3 years ago

No problem. Enjoy 😊