Hypfer / lovelace-valetudo-map-card

Display the map from a valetudo-enabled robot in a home assistant dashboard card.
MIT License
243 stars 36 forks source link

No map data #114

Closed cradcore closed 2 years ago

cradcore commented 2 years ago

After adding the map card, I am getting no data from Valetudo:

image

Here is the raw yaml for the card:

type: custom:valetudo-map-card
vacuum: vacuum.valetudo_roborock_s7
title: Roborock Map
show_map: true

No error in my log. This is the first time I am installing this card, so not sure if I had to follow the manual update steps, but I did. No change however.

Here are my MQTT (using Mosquitto as my broker) entities: image

and here is the MQTT settings in Valetudo: image

The camera entity does correctly show the "Please install and use the Lovelace Valetudo Map Card to display the map data embedded in this image"

I'm assuming its related to issue #113

Any idea what I could be missing or doing wrong?

cradcore commented 2 years ago

Just updated to the new version, and the error message is different, but still doesn't work: image

TheLastProject commented 2 years ago
vacuum: vacuum.valetudo_roborock_s7
``|

This needs to be

vacuum: valetudo_roborock_s7

cradcore commented 2 years ago

Thank you! I figured it was something simple I was missing