[HowTo] Migrate to new 5gen RaZberry board (Don't Use))
Posted: 28 Dec 2014 14:10
***20150622 Sorry, this does not work. Waiting for proper description from developers***
Work in progress, do not use, or use at your own risk
Description derived from this post
WARNINGS
COMMENTS on this recipe are welcome here under Recipes. Problems should be discussed in the RaZberry forum
Description is untested and unfinished
Work in progress, do not use, or use at your own risk
Description derived from this post
- Make sure that you have upgraded to the latest official v2.x.x release.
- Check if that installation is working correctly.
If you have done the following two steps on a regular basis, you can skip those
- - backup the current configuration. Expert UI: -Network -Control -Create Backup
- backup Home Automation configuration: /opt/z-way-server/automation/storage/configjson-xxxx.json to a safe place.
- - Open a terminal session (using Putty) to shutdown your Pi
Code: Select all
sudo shutdown -h now
- Wait a couple of minutes, and power down and disconnect all wires from your Pi
- Replace the RaZberry board
- Reconnect all wiring, and finally power up the Raspberry Pi
- Again with Expert UI, restore from backup with network topology. In theory, it should work fine and write existing home id and devices list on the new controller.
- Stop Z-way and restore HA configuration configjson-xxxx.json to /opt/z-way-server/automation/storage.
- Reboot Raspberry
- ...
WARNINGS
- The backup procedure does not not save your home automation settings, so this recipe won't work to move to a different Raspberry Pi. You could make a diskimage for that.
COMMENTS on this recipe are welcome here under Recipes. Problems should be discussed in the RaZberry forum
Description is untested and unfinished