xguitoux / lovelace-bosch-indego-card

Simple card for Bosch indego mower in Home Assistant's Lovelace UI
MIT License
7 stars 3 forks source link

Error: Can't find the sensor name in entity #5

Open gafk opened 2 years ago

gafk commented 2 years ago

Trying to setup the card, I am getting the error "Can't find the sensor name in entity". Anything I am doing wrong?

grafik

Here is my setup of the mower (in configuration.yaml):

indego:
  username: !secret indego_username
  password: !secret indego_password
  id: !secret indego_id
  name: "DR Rasenmaher"

And the entitiy setup (via UI):

grafik

Oliviakrkk commented 1 year ago

Were you able to fix it?

xguitoux commented 1 year ago

Hello, I checked the code and I coded it the way the mower Id needs to be like "sensor.indego_XXXXXXXXX_mower_state" that's probably why you mower named not following the required string is not working.