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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,14 @@ For more information see [the documentation](https://github.com/zigbee2mqtt/hass
57
57
## Restoring data from a standalone installation
58
58
59
59
1. Ensure that both environments are running the same version
60
+
1. Ensure you can [SSH to your Home Assistant OS](https://community.home-assistant.io/t/howto-how-to-access-the-home-assistant-os-host-itself-over-ssh/263352) (NOT to the SSH Addon)
60
61
1. Backup your standalone environment `data` folder (possibly leaving out the `logs/` folder)
61
-
1. Configure your serial port using the HA addon configuration UI
62
-
1. Restore your `data` folder contents into `/usr/share/hassio/homeassistant/zigbee2mqtt`
62
+
1. Start the Zigbee2MQTT HA addon with a non-existing `tty` device, to create the `data` folder
63
+
1. Restore your `data` folder contents into `/mnt/data/supervisor/homeassistant/zigbee2mqtt`, e.g. via `scp -O -P 22222 -i PATHTOUSEDSSHKEY ./data/* root@hass:/mnt/data/supervisor/homeassistant/zigbee2mqtt/`
64
+
1. Configure your serial port and MQTT settings using the HA addon configuration UI
63
65
1. Edit the `/usr/share/hassio/homeassistant/zigbee2mqtt/configuration.yaml` file:
64
66
- Ensure that the serial port section matches the one configured with the UI
65
-
- Remove any irrelevant sections from the config (e.g. `mqtt`, `advanced/log_syslog`, `frontend`)
67
+
- Remove any irrelevant sections from the config (e.g. `mqtt` (if not needed), `advanced/log_syslog`, `frontend`)
0 commit comments