Raspberry Stretch Support

Discussions about Z-Way software and Z-Wave technology in general
aliyahbrown
Posts: 1
Joined: 14 Jun 2018 12:51

Re: Raspberry Stretch Support

Post by aliyahbrown »

This is exactly what I’ve been looking for. It solved very quickly the problem I was having.
temp
Posts: 16
Joined: 27 May 2018 12:52

Re: Raspberry Stretch Support

Post by temp »

aliyahbrown wrote:
14 Jun 2018 12:53
This is exactly what I’ve been looking for. It solved very quickly the problem I was having.
How???
DJay
Posts: 8
Joined: 11 Dec 2015 12:18

Re: Raspberry Stretch Support

Post by DJay »

Hi Guys, I hope you can help and appreciate the time you are investing.

I'm using a Raspberry Pi 3 B+
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian

I installed

Code: Select all

wget -q -O - support.zwave.eu/libs | sudo bash
then

Code: Select all

wget -q -O - razberry.z-wave.me/install | sudo bash
I can reach the login of Z-Wave but when I try to add a device I always get an error popup.
SmartHome UI - ERROR
Unable to load data
Also switching to ExpertUI shows up an Error message.
Z-Wave Expert UI - ERROR
Communication or binding error! Please login again or check system connectivity.

Adding or excluding a device doesn't work and besides the the error messages it's doing nothing. :(

When I run again

Code: Select all

wget -q -O - support.zwave.eu/libs | sudo bash
I now only get the Message "Raspbian Stretch system detected"

I hope you can help a newbie to get z-wave to work.
Thank you very much in advance.
Attachments
Bildschirmfoto 2018-06-27 um 22.16.39.png
Bildschirmfoto 2018-06-27 um 22.16.39.png (34 KiB) Viewed 7331 times
Bildschirmfoto 2018-06-27 um 22.17.30.png
Bildschirmfoto 2018-06-27 um 22.17.30.png (69.53 KiB) Viewed 7331 times
Bildschirmfoto 2018-06-27 um 22.18.19.png
Bildschirmfoto 2018-06-27 um 22.18.19.png (52.68 KiB) Viewed 7331 times
User avatar
Z-Wave Support
Posts: 353
Joined: 21 Oct 2016 15:49

Re: Raspberry Stretch Support

Post by Z-Wave Support »

Hello,

We have investigated the problem.
We think, we have found the issue.

Please start following command with SSH and try again.

Code: Select all

(sudo apt-get -qy install libarchive13) && (sudo ln -s /usr/lib/arm-linux-gnueabihf/libarchive.so.13 /usr/lib/arm-linux-gnueabihf/libarchive.so.12)

Code: Select all

sudo reboot
Best regards
Z-Wave Support
michelknops
Posts: 1
Joined: 05 Jul 2018 15:16

Re: Raspberry Stretch Support

Post by michelknops »

I run the exact same setup and executed your suggested instructions, here is what I get:

pi@raspberrypi3:~ $ (sudo apt-get -qy install libarchive13) && (sudo ln -s /usr/lib/arm-linux-gnueabihf/libarchive.so.13 /usr/lib/arm-linux-gnueabihf/libarchive.so.12)
Reading package lists...
Building dependency tree...
Reading state information...
libarchive13 is already the newest version (3.2.2-2).
libarchive13 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ln: failed to create symbolic link '/usr/lib/arm-linux-gnueabihf/libarchive.so.12': File exists

Thanks for assisting further.

Kind regards,

Michel.
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Raspberry Stretch Support

Post by PoltoS »

Please try to re-install. We have fixed this
Vertigo76
Posts: 2
Joined: 10 Mar 2019 11:35

Re: Raspberry Stretch Support

Post by Vertigo76 »

Hi all.

Idem, i have the same problem with same configuration. I'd try the command line :

Code: Select all

(sudo apt-get -qy install libarchive13) && (sudo ln -s /usr/lib/arm-linux-gnueabihf/libarchive.so.13 /usr/lib/arm-linux-gnueabihf/libarchive.so.12)
but nothing change :
(sudo apt-get -qy install libarchive13) && (sudo ln -s /usr/lib/arm-linux-gnueabihf/libarchive.so.13 /usr/lib/arm-linux-gnueabihf/libarchive.so.12)
Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
libarchive13 is already the newest version (3.2.2-2+deb9u1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
ln: impossible de créer le lien symbolique '/usr/lib/arm-linux-gnueabihf/libarchive.so.12': Le fichier existe
I try reinstall and same effect.

Please can you help me to solve this problem?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Raspberry Stretch Support

Post by PoltoS »

Within next week we plan to set up Rapbian repository
Vertigo76
Posts: 2
Joined: 10 Mar 2019 11:35

Re: Raspberry Stretch Support

Post by Vertigo76 »

Hi all,

The problem persist today whith clean install.
Post Reply