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

Map does not show up #113

Closed mxwi closed 2 years ago

mxwi commented 2 years ago

Hi,

I am running the following Versions:

Home Assistant 2021.12.8 Valetudo 2022.01.0 lovelace-valetudo-map-card 2022.01.1

Since I upgraded my vaccum map is not shown anymore.

image

In my logviewer I have a huge Error-Message. As far as I understand it is my map in text.

I uploaded it to a pastebin-site, cause it is so huge: https://rentry.co/nof72

TheLastProject commented 2 years ago

Looking at the config, you probably did not follow the update instructions: https://github.com/TheLastProject/lovelace-valetudo-map-card/releases/tag/v2022.01.0

Feel free to comment if I'm wrong.

mxwi commented 2 years ago

I followed the update instructions. For control, I repeated it. Nothing changed.

TheLastProject commented 2 years ago

Are you sure? Because your vacuum still being named valetudo_robot makes no sense if you've been following the instructions.

Please show Configuration -> Devices -> MQTT -> Entities

mxwi commented 2 years ago

image

image

TheLastProject commented 2 years ago

What MQTT broker are you using?

Hypfer commented 2 years ago

Does the map data entity get previewed correctly when you click on it?

It should look like this: image

mxwi commented 2 years ago

Does the map data entity get previewed correctly when you click on it?

It should look like this:

yes, it does look like this.

What MQTT broker are you using?

I am using Mosquitto: https://github.com/home-assistant/addons/tree/master/mosquitto

mxwi commented 2 years ago

It works now. removed the mqtt config from configurations.yaml, restarted HA and pasted it back in. Now it works. Can't explain what happended..