By "clean installation" I meant to install it from scratch on a new flash card and have a blank Home Automation config.pz1 wrote:A clean installation sounds a bit ambiguous. Does it also mean that I do have to exclude/re-include all Z-Wave devices, or is just aClean installation already has it pre-configured for you.
wget -q -O - razberry.z-wave.me/install/v2.0.0-rc8 | sudo bash ?
It is more suited for new users, while existing users need to perform some additional steps (which are not too much different from updating) if they want to keep the existing network.
Network topology and decvices are stored on the chip itself, so you don't need to re-include devices. But to keep existing devices intervew state, you might need to copy config file. This is mandatory if you have secure devices in your network!
To do that, after installation copy /opt/z-way-server/config/zddx/ folder contents from your old system to the new one, and run the following command:
Code: Select all
After that you'll get a clean HA (with ZWave Binding already included) while keeping existing network safe.
find /opt/z-way-server/config/zddx -name "*.xml" -exec /opt/z-way-server/z-cfg-update {} \;