Introducing Z-Way package for Raspbian

Discussions about RaZberry - Z-Wave board for Raspberry computer
enbemokel
Posts: 482
Joined: 08 Aug 2016 17:36

Re: Introducing Z-Way package for Raspbian

Post by enbemokel »

O.K. I´m writing to myself ;-)
found out that my sudo apt-get dist-upgrade wasn´t completed, there were 83 packages hold back.
after sudo apt-get --with-new-pkgs upgrade at least my logging to thingspeak is working again. Hope that the ifthen rules will work
when I test this evening. Also the 24 history is working again.
I also was able ot install the sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7E148E3C correct after these issues.
Just if someone else has the same problem......
Timmiej93
Posts: 5
Joined: 09 Sep 2019 00:00

Re: Introducing Z-Way package for Raspbian

Post by Timmiej93 »

PoltoS wrote:
15 Jul 2019 01:13
We will release Buster support soon. I think in August.

Jessie can also be supported in the same way, but most people have already updated to stretch, so we will look on users (means you!) before doing it.
I hate to be that guy, but are there any updates on support for Buster?
beeguy123
Posts: 10
Joined: 20 Feb 2016 13:55

Re: Introducing Z-Way package for Raspbian

Post by beeguy123 »

Timmiej93 wrote:
09 Sep 2019 00:02
I hate to be that guy, but are there any updates on support for Buster?
I like you being that guy.
+1
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Introducing Z-Way package for Raspbian

Post by PoltoS »

Almost
TS-Tec
Posts: 16
Joined: 03 Nov 2016 12:03

Re: Introducing Z-Way package for Raspbian

Post by TS-Tec »

Can you announce a planned release date?
Eckhard
Posts: 32
Joined: 17 Oct 2015 16:18

Re: Introducing Z-Way package for Raspbian

Post by Eckhard »

The following step of the RasbianInstall is not working at a fresh buster installation:

Code: Select all

pi@razberry:~ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7E148E3C
Executing: /tmp/apt-key-gpghome.bo9sXoWEfd/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 7E148E3C
gpg: keyserver receive failed: Server indicated a failure
Last edited by Eckhard on 06 Oct 2019 21:15, edited 1 time in total.
Timmiej93
Posts: 5
Joined: 09 Sep 2019 00:00

Re: Introducing Z-Way package for Raspbian

Post by Timmiej93 »

To all who are waiting for Buster support:

I found this topic yesterday: https://forum.z-wave.me/viewtopic.php?f=3422&t=32908

I'm not 100% sure what steps I exactly took, but I remember completely removing z-way-full and z-way-server, and re-installing. Probably not required, but it worked. After some hassle in Domoticz, everything is back up and running for me. Best of luck on getting your own systems running again.
SkyNet97
Posts: 2
Joined: 10 Oct 2019 11:34

Re: Introducing Z-Way package for Raspbian

Post by SkyNet97 »

Just like Eckhard, I am having problems installing on a fresh system:


Code: Select all

sudo wget -q -O - https://storage.z-wave.me/RaspbianInstall | sudo bash
Gives me:

pi@raspberrypi:~ $ sudo wget -q -O - https://storage.z-wave.me/RaspbianInstall | sudo bash Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Get:3 https://repo.z-wave.me/z-way/raspbian stretch InRelease [1,810 B]
Err:3 https://repo.z-wave.me/z-way/raspbian stretch InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E5958C31C0AFD761
Reading package lists... Done
W: GPG error: https://repo.z-wave.me/z-way/raspbian stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E5958C31C0AFD761
E: The repository 'https://repo.z-wave.me/z-way/raspbian stretch InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree
Reading state information... Done
apt-transport-https is already the newest version (1.8.2).
dirmngr is already the newest version (2.2.12-1+rpi1+deb10u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Executing: /tmp/apt-key-gpghome.Pyid9vhH64/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 7E148E3C
gpg: keyserver receive failed: Server indicated a failure
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Get:3 https://repo.z-wave.me/z-way/raspbian buster InRelease [1,809 B]
Err:3 https://repo.z-wave.me/z-way/raspbian buster InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E5958C31C0AFD761
Reading package lists... Done
W: GPG error: https://repo.z-wave.me/z-way/raspbian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E5958C31C0AFD761
E: The repository 'https://repo.z-wave.me/z-way/raspbian buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package z-way-full





If I do what the first post in this thread says:

sudo apt-get install dirmngr -y
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7E148E3C
sudo bash -c 'echo "deb https://repo.z-wave.me/z-way/raspbian stretch main contrib" > /etc/apt/sources.list.d/z-wave-me.list'
sudo apt-get update
sudo apt-get install z-way-full


on the second step:

pi@raspberrypi:~ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7E148E3C
Executing: /tmp/apt-key-gpghome.uosItogSFL/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 7E148E3C
gpg: keyserver receive failed: Server indicated a failure



What am I doing wrong?
SkyNet97
Posts: 2
Joined: 10 Oct 2019 11:34

Re: Introducing Z-Way package for Raspbian

Post by SkyNet97 »

Ah, I see now that many have had this problem with the keyserver for months. With sw at such a poor state, Im gonna put this project on the rocks for some time. Check back in a year :lol:
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Introducing Z-Way package for Raspbian

Post by PoltoS »

This is not Z-Way related, but Ubuntu related issue.

We have made additional fixes in the installation script (https://storage.z-wave.me/RaspbianInstall). This might help. Please test.

Changed
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7E148E3C
to
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x7E148E3C

As you see, all Debian specific. Please try it again.
Post Reply