lovelace-xiaomi-vacuum-card icon indicating copy to clipboard operation
lovelace-xiaomi-vacuum-card copied to clipboard

Attributes unavailable for Valetudo vacuum cleaner.

Open ambarusa opened this issue 2 years ago • 4 comments

Hi, I like very much the layout of the card, unfortunately, I cannot hook up with my Valetudo vacuum. As you can see on the picture, the attributes are not loaded in any way, by saving the configuration, or refreshing the page. I also tried the key without the sensor prefix. Do you have any idea how can I fix it?

image

ambarusa avatar Apr 09 '22 10:04 ambarusa

Here's how the device looks after adding to the config. I hope that helps:

image

ambarusa avatar Apr 09 '22 10:04 ambarusa

In my case I made it working setting the keys without sensor.valetudo_roborock_s50

entity: vacuum.valetudo_roborock_s50
vendor: valetudo
attributes:
  main_brush:
    key: main_brush
    unit: ' min'
  side_brush:
    key: right_brush
    unit: ' min'
  filter:
    key: main_filter
    unit: ' min'
  sensor:
    key: sensor_cleaning
    unit: ' min'

samiracho avatar May 07 '22 00:05 samiracho

Thanks @samiracho, that attributes part solves this 👍

Andoramb avatar Sep 16 '22 20:09 Andoramb

Thanks @samiracho, that attributes part solves this 👍

Camposmansi avatar Jan 12 '24 12:01 Camposmansi