Dear @petro,
Yesterday, I had a closer look into that json (… .storage\core.config_entries) and deleted the respective entries. Well, HomeAssistant gave me some errors afterwards and stopped working.
Here are the relevant parts of that file: there is the new mqtt-configuration, which seem to reference “hassio”. Because the mqtt-app doesn’t work in docker, I have set up an external mqtt-broker on 192.168.70.4. So this is nothing, I want to delete? Or do I have to reconfigure it?
{
"version": 1,
"minor_version": 1,
"key": "core.config_entries",
"data": {
"entries": [
{
"entry_id": "6fec6457332d25e8931e528cdf7fxxxx",
"version": 2,
"domain": "openweathermap",
"title": "OpenWeatherMap",
"data": {
"name": "OpenWeatherMap",
"latitude": 47.xx,
"longitude": 8.xx,
"mode": "hourly",
"language": "de",
"api_key": "31f6e299e2c34cb5ee28f74bxxxxxxxx"
},
"options": {
"mode": "onecall_hourly",
"language": "de"
},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "user",
"unique_id": "47.xx-8.xx",
"disabled_by": null
},
{
"entry_id": "39720229beb8d8ed9a1105bee948xxxx",
"version": 1,
"domain": "mqtt",
"title": "192.168.70.4",
"data": {
"broker": "192.168.70.4",
"port": 1883,
"username": "hamqxx",
"password": "xxxx322f3afc506e70b6850201d85780a3fff5e0axxx",
"discovery": true,
"discovery_prefix": "homeassistant",
"birth_message": {
"topic": "homeassistant/status",
"payload": "online",
"qos": 0,
"retain": false
},
"will_message": {
"topic": "homeassistant/status",
"payload": "offline",
"qos": 0,
"retain": false
}
},
"options": {},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "hassio",
"unique_id": null,
"disabled_by": null
},
{...
Then, later on in line 377 and 378 of the same file, there is the reference to the raspberry. This is probably something, I could easily remove?
...
},
{
"entry_id": "8c6a9fc45ef3b35eac1eff5669e5729c",
"version": 1,
"domain": "raspberry_pi",
"title": "Raspberry Pi",
"data": {},
"options": {},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "system",
"unique_id": null,
"disabled_by": null
},
{ ...
All references to hassio in the core.device_registry are under the deleted devices. Can they stay there or should I remove those entries from that file?
What is the …storage\hassio file about? Should I remove the file or just its content?
{
"version": 1,
"key": "hassio",
"data": {
"hassio_user": "7739eb1286284c94xxx"
}
}
Thank you very much and best regards,
Chris