OK new evening new try.
what you said earlier, that you think there is still valetudo RE installed but the interface just showed me a different version induced me to reinstall valetudo again.
I copied the .deb file from here to my vacuum using filezilla, logged into the robot via ssh and installed it with dpkg -i filename.deb
. Now the IP of my vacuum shows the following software information:
this used to give me troubles before, but is unrelated to the issue at hand, you can fix it by changing the line in /etc/dnsmasq.conf from bind-interfaces
to bind-dynamic
I fixed this, just to be sure. Thanks for the hint.
Now, robot is running fine, my config.json on my valetudo re enabled robot looks like this:
"mqtt": {
"enabled": true,
"identifier": "tachikoma",
"topicPrefix": "valetudo",
"autoconfPrefix": "homeassistant",
"broker_url": "mqtt://192.168.188.45",
"provideMapData": true,
"mapSettings": {
"drawPath": true,
"drawCharger": true,
"drawRobot": true,
"border": 2,
"scale": 4
},
"caPath": ""
},
"dummycloud": {
"spoofedIP": "203.0.113.1",
"bindIP": "127.0.0.1"
},
"webInterface": {
"localization": "en",
"hideMapReload": true,
"style": ""
},
"httpAuth": {
"enabled": false,
"username": "valetudo",
"password": "valetudo"
},
"telegramBot": {
"enabled": false,
"token": "",
"password": "",
"host": "",
"proxy": "",
"clients": [],
"sendConsumables": true,
"sendConsumablesEvery": false
},
"allowSSHKeyUpload": true,
"map_upload_host": "http://127.0.0.1"
}
If I listen to mqtt topic valetudo/# in home assistant I can see:
Message 8 received on valetudo/tachikoma/attributes at 8:21 PM:
{
"cleanTime": "169.5",
"cleanArea": "8805.5",
"cleanCount": 501,
"last_run_stats": {
"startTime": 1582372097000,
"endTime": 1582373128000,
"duration": 968,
"area": "15.0",
"errorCode": 0,
"errorDescription": "No error",
"finishedFlag": true
},
"currentCleanTime": "16.1",
"currentCleanArea": "15.0",
"mainBrush": "130.5",
"sideBrush": "30.5",
"filter": "144.2",
"sensor": "27.7",
"state": "docked",
"valetudo_state": {
"id": 8,
"name": "Charging"
}
}
No map data shows up. Don’t know where to go from here?
The link you provided suggest I should reinstall valetudo again from scratch right? Don’t know if I am in for that honestly…