remote does not work after update to 3.0.0

Discussions about RaZberry - Z-Wave board for Raspberry computer
frako
Posts: 15
Joined: 12 Aug 2019 13:29

remote does not work after update to 3.0.0

Post by frako »

Hello,
I've updated my Raspberry to z-way version 3.0.0. Now remote access via z-box-web does not work anymore. I get the message when I go under management:
The remote access data could not be initialized. Please deactivate / activate the app under Applications> Active.
Disabling and activating unfortunately did not help. Guess, the update something went wrong.
Otherwise everything seems to work as usual. Local access via browser with local ip: 8083 is possible. However, it will display: Welcome to your smarthome 0 and not the Z-way id. Does anyone have any idea how to fix that? Can I insert the smarthome id. somewhere?
Thank you in advance.
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: remote does not work after update to 3.0.0

Post by PoltoS »

Looks you have overridden /etc/zbw files. Have you?

You can re-install the zbw package
frako
Posts: 15
Joined: 12 Aug 2019 13:29

Re: remote does not work after update to 3.0.0

Post by frako »

Hi PoltoS,
yes, I have. It's a human error.
How can I reinstall the zbw package?
User avatar
aLiEnHeAd
Posts: 136
Joined: 02 Feb 2017 15:09

Re: remote does not work after update to 3.0.0

Post by aLiEnHeAd »

according to https://forum.z-wave.me/viewtopic.php?f ... 660#p83600

Code: Select all

sudo apt-get install zbw
frako
Posts: 15
Joined: 12 Aug 2019 13:29

Re: remote does not work after update to 3.0.0

Post by frako »

I tried so and got the message: zbw is already installed.
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: remote does not work after update to 3.0.0

Post by PoltoS »

Can you check if /etc/init.d/zbw_connect is in place and /etc/zbw folder contains files
frako
Posts: 15
Joined: 12 Aug 2019 13:29

Re: remote does not work after update to 3.0.0

Post by frako »

I have no idea how to do that. Can you explain it to me?
I'm sorry, but I'm a totally beginner with this stuff.
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: remote does not work after update to 3.0.0

Post by PoltoS »

Please open shell to your Pi and do ls on those files
frako
Posts: 15
Joined: 12 Aug 2019 13:29

Re: remote does not work after update to 3.0.0

Post by frako »

This is the result:

pi@raspberrypi:~ $ ls /etc/init.d/zbw_connect
/etc/init.d/zbw_connect
pi@raspberrypi:~ $ ls /etc/zbw
flags local_port.dpkg-old passwd.dpkg-old userid.dpkg-old
local_port passwd userid
pi@raspberrypi:~ $
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: remote does not work after update to 3.0.0

Post by PoltoS »

files are correctly installed. Do you see with netstat an established connection to find.z-wave.me ?
Post Reply