You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have tried twice to update but I can't find the details of how to migrate my current configuration without losing the devices:
I already have the addon installed with the latest version but without starting or configuring.
Currently this is my configuration.yaml:
{
"external_converters": [],
"devices": [
"devices.yaml"
],
"groups": [
"groups.yaml"
],
"homeassistant": true,
"permit_join": false,
"mqtt": {
"base_topic": "zigbee2mqtt",
"server": "mqtt://XXX.XXX.XXX.XXX",
"user": "user",
"password": "pass"
},
"serial": {
"port": "/dev/ttyACM0"
},
"advanced": {
"log_level": "info",
"pan_id": 6754,
"channel": 11,
"network_key": [
16,
229,
151,
30,
66,
25,
131,
278,
25,
256,
83,
193,
7,
57,
139,
126
],
"availability_blocklist": [],
"availability_passlist": []
},
"device_options": {
"occupancy_timeout": 20
},
"blocklist": [],
"passlist": [],
"queue": {},
"frontend": {
"port": 8099
},
"experimental": {}
}
What are the steps I should follow?
I hope your help.
Thank.
Beta Was this translation helpful? Give feedback.
All reactions