How to change RaZberry Remote Access ID

Discussions about RaZberry - Z-Wave board for Raspberry computer
Locked
olexander
Posts: 2
Joined: 03 Sep 2015 18:44

How to change RaZberry Remote Access ID

Post by olexander »

I have my SD card image that I took from my RaZberry installation.
I wrote this image to another SD card to be used on different installation.
However the second controller got the same RaZberry Remote Access ID and find.z-wave.me is not able to access it.

How can I correctly change the RaZberry Remote Access ID?
Is there any script to update the Remote Access ID if z-way-server runs on different hardware?
AlphaX2
Posts: 110
Joined: 25 Jul 2015 15:03

Re: How to change RaZberry Remote Access ID

Post by AlphaX2 »

You can in theory change your ID with nano, it's saved in: /etc/zbw/userid. But I'm not sure, if this is enough.
As far as I know: you can try deleting all Z-Way related stuff from Raspberry and install Z-Way again, it will change/create new ID, because it's recognized as fresh install.

AlphaX2
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: How to change RaZberry Remote Access ID

Post by PoltoS »

no, editing this file will not help. You need to make a fresh install. write us on info@ or support@ and we will help you with this.
olexander
Posts: 2
Joined: 03 Sep 2015 18:44

Re: How to change RaZberry Remote Access ID

Post by olexander »

Thanks, I removed an existing version and installed a fresh version and a new RaZberry Remote Access ID has been assigned:

Code: Select all

sudo rm -rf /opt/z-way-server
sudo rm -rf /etc/*/z-way-server
sudo rm -rf /etc/*/zbw*
sudo rm -rf /etc/zbw*

wget -q -O - http://razberry.z-wave.me/install | sudo bash
Z-wave network information (like z-wave devices, rooms, events) was preserved, local user accounts also remained the same.
Locked