question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Attributes on Valetudo 2021.03.0

See original GitHub issue

Hi! since I updated my Valetudos to 2021.03.0 I don’t see the attributes anymore. They come over MQTT (sensor.main_brush), but in the Lovelace Card I only see N/A

Am I doing something wrong?

entity: vacuum.rockrobo
type: 'custom:xiaomi-vacuum-card'
vendor: valetudo
name: false
attributes:
  main_brush:
    key: sensor.main_brush

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:4
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
cnopixcommented, Nov 8, 2021

@benct For me it doesn’t work 😢

i need to change something ?

0reactions
gervasocommented, Nov 20, 2021

Hi, it works, you just need to rename the keys in the following way.

type: custom:xiaomi-vacuum-card
entity: vacuum.cinesino
vendor: valetudo
attributes:
  main_brush:
    key: main_brush
    unit: ' m'
  side_brush:
    key: right_brush
    unit: ' m'
  filter:
    key: main_filter
    unit: ' m'
  sensor:
    key: sensor_cleaning
    unit: ' m'

My sensors are named “sensor.cinesino_main_brush”, “sensor.cinesino_right_brush” and so on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Valetudo - Bountysource
Describe the bug. I originally installed Valetudo v 2021.03.0 and recently upgraded to 2021.04.0. I do run MQTT with Home Assistant.
Read more >
Valetudo 2021.03.0 Roborock S50 working Zone Clean Up on ...
Prerequisites: Vacuum is running on Valetudo 2021.03.0 and is integrated in HA. Action Items: Open Valetudo Webinterface. Go to Zones.
Read more >
MQTT - Valetudo
Properties, Consumables depend on the robot model. Property datatype and units, Some robots send consumables as remaining time, others send them as ...
Read more >
Hypfer/Valetudo 2021.03.0 on GitHub - NewReleases.io
2021.03.0 · Segment editing · SVG Path + Icons · Valeronoi · More Valetudo Builds · Misc · Autogenerated changelog.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found