ZWay v2.2.3-rc2 release

Discussions about RaZberry - Z-Wave board for Raspberry computer
Locked
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

ZWay v2.2.3-rc2 release

Post by pz1 »

I have tested this version for two+ days on my production rig. It appeared unstable and unreliable. So I reverted to v2.1.1 which serves me better than any of the later releases. I had to manually remove the awkward readKey which takes 20% cpu time. Also z-way-server consumed much more than the base range from 2-6% that I normally have. The system hung several times. I could only fix that by removing power, after which it restarted again.
Since 29-12-2016 I am no longer a moderator for this forum
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: ZWay v2.2.3-rc2 release

Post by pz1 »

FWIW: Now it also crashed my test server RaspiB which has been rock solid for month.
branek
Posts: 9
Joined: 25 Oct 2015 00:47

Re: ZWay v2.2.3-rc2 release

Post by branek »

What is readKey service? It constantly takes 20% on my RPi 3.

I'm on v2.2.2-test-new-webserver-8-ga9cd319 version. Not stable release, but it do most of the job for with good stability. Anyway, my rig is still in setting up phase.

Ok, readKey is for external pushbutton detection, not related for my setup, so disabled completely with

Code: Select all

sudo systemctl disable readKey
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: ZWay v2.2.3-rc2 release

Post by pz1 »

pz1 wrote:I have tested this version for two+ days on my production rig. It appeared unstable and unreliable. So I reverted to v2.1.1 which serves me better than any of the later releases. I had to manually remove the awkward readKey which takes 20% cpu time. Also z-way-server consumed much more than the base range from 2-6% that I normally have. The system hung several times. I could only fix that by removing power, after which it restarted again.
In the meantime I have upgraded to v2.2.4-rc2 on both my machines. Seems stable since I installed it about a week ago
Locked