Search found 266 matches

by piet66
29 Sep 2023 14:03
Forum: Discussions in English
Topic: Philio PAN04-1A lost multichannel interview
Replies: 18
Views: 16932

Re: Philio PAN04-1A lost multichannel interview

There's nothing else to do. Maybe restart again or clear the browsers cache.

Code: Select all

VERS=`cd /opt/z-way-server; LD_LIBRARY_PATH=./libs ./z-way-server -h 2>/dev/null | head -n 1 | cut -d' ' -f3`
echo  current version: $VERS

by piet66
29 Sep 2023 10:05
Forum: Discussions in English
Topic: Philio PAN04-1A lost multichannel interview
Replies: 18
Views: 16932

Re: Philio PAN04-1A lost multichannel interview

for Raspbian:

Code: Select all

            
PKG=z-way-3.2.3_armhf.deb
wget -O /tmp/$PKG https://storage.z-wave.me/z-way-server/$PKG
sudo dpkg -i /tmp/$PKG
Don't forget to install this fix too
https://forum.z-wave.me/viewtopic.php?p=96088#p96088
by piet66
09 Aug 2023 16:08
Forum: Official announcements
Topic: job queue runs full after upgrade to v4.1.0
Replies: 126
Views: 177449

Re: job queue runs full after upgrade to v4.1.0

You could also provide the list of your stopped apps. That way I can check if I am using any of them.
by piet66
04 Aug 2023 15:33
Forum: Discussions in English
Topic: problem with newly included battery device
Replies: 6
Views: 4801

Re: problem with newly included battery device

Moved back to 3.2.3 and tried to force an interview again. But the same as on 4.1.0: the commands are not forwarded to the device. Seems there's a state where zway blocks itself.
I had to exclude and include the device again. Now it works properly.
by piet66
01 Aug 2023 11:20
Forum: Official announcements
Topic: job queue runs full after upgrade to v4.1.0
Replies: 126
Views: 177449

Re: job queue runs full after upgrade to v4.1.0

Since no one else on this forum has reported the z-way-server process consuming anything close to 65% %CPU, I think we must distinguish between 2 different kinds of CPU values: top displays the current CPU consumption, which may be very high for short moments. That's not a problem. ps computes the ...
by piet66
01 Aug 2023 11:01
Forum: Official announcements
Topic: job queue runs full after upgrade to v4.1.0
Replies: 126
Views: 177449

Re: job queue runs full after upgrade to v4.1.0

If you are looking for a more convenient method to supervise the CPU load, I can promote my Linux script collection 'MxBash'.
If you want to have a try, download it from Z-Way store. For to see it, you have to add the token 'MxBash' to smarthome/settings/App Store Access.
by piet66
01 Aug 2023 08:59
Forum: Official announcements
Topic: job queue runs full after upgrade to v4.1.0
Replies: 126
Views: 177449

Re: job queue runs full after upgrade to v4.1.0

When I was running 4.1.0, after 3 days, I was on 25% CPU. Now I'm back on 3.2.3, which has not those issues.
by piet66
01 Aug 2023 08:55
Forum: Discussions in English
Topic: wrong hops in incoming packets
Replies: 8
Views: 2744

Re: wrong hops in incoming packets

See my signature: 7.38
by piet66
31 Jul 2023 10:22
Forum: Discussions in English
Topic: problem with newly included battery device
Replies: 6
Views: 4801

Re: problem with newly included battery device

PoltoS wrote:
15 Jul 2023 06:07
Try to set devices[N].Configuration.data.security=true
The Configuration section I can't check anymore. But the secureNodeInfoFrame array in Security section is empty.