-
Hi ! I am looking to upgrade my ZWave stick from the Aeotech Gen 5 ZW090 to the Zooz 800 Series ZST39 zwave-js-ui: 9.33.0.92d89c5 My Gen 5 Stick is running - For the upgrade, would I simply backup the NVM my old controller, and restore it on the new controller ? Has anyone here performed such a migration before, and do you have any feedback that might be of relevance ? Thanks in advance ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I have, and yes, you make a backup of the Aeotec stick and restore it on the Zooz, The only issue I encountered was that the Zooz stick had a US firmware on it, so I needed to explicitly set it to EU frequency after the restore. (Changing the frequency with a config setting is only possible on 800 series sticks.) |
Beta Was this translation helpful? Give feedback.
Yes, it worked flawlessly !
Here is the procedure I followed (I run my stack as docker containers with config in the docker-compose file so thats what I'll refer to here. You might need to adapt this to your deployment method)
Step 1 - Backup the NVM on the Aeotec stick. To do so, first navigate to the hamburger menu in the bottom right, and click on Advanced Options -> NVM Management -> Backup, and save it to your disk
Step 2 - Backup the Nodes config file by going to Advanced Options -> Backup (Blue floppy disk icon) -> Export, and save it to your disk
Step 3 - shut down ZWave-JS-Ui container. I also backed up the container files for good measure
Step 3 - Unplug the old Aeotec stick
Ste…