Hypfer / lovelace-valetudo-map-card

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

MQTT with hostname not working #59

Closed darootler closed 4 years ago

darootler commented 4 years ago

I have the following configuration working:

"mqtt": { "enabled": true, "server": "192.168.X.X", "port": 1883, "clientId": "", "username": "myuser", "password": "myasswd", "usetls": false, "caPath": "/mnt/data/valetudo/ca.pem", "qos": 0, "identifier": "abstellraum-staubsauger", "topicPrefix": "valetudo", "autoconfPrefix": "homeassistant", "provideMapData": true },

This configuration is not working:

"mqtt": { "enabled": true, "server": "mqtthost.my.domain", "port": 1883, "clientId": "", "username": "myuser", "password": "myasswd", "usetls": false, "caPath": "/mnt/data/valetudo/ca.pem", "qos": 0, "identifier": "abstellraum-staubsauger", "topicPrefix": "valetudo", "autoconfPrefix": "homeassistant", "provideMapData": true },

Can someone point in the right direction how to get this working with the hostname set? I am able to ping the hostname from the vacuum command line.

Regards Richard

TheLastProject commented 4 years ago

That's not part of the card's configuration, but of Valetudo, so clearly not related to the card. Please report the issue to Valetudo: https://github.com/Hypfer/Valetudo/issues.

darootler commented 4 years ago

Sorry, i posted this issue in the false github repo.

Regards Richard