Search found 266 matches

by piet66
16 Jan 2023 11:58
Forum: Discussions in English
Topic: Z-way-server occasionally goes down
Replies: 68
Views: 13882

Re: Z-way-server occasionally goes down

I have implemented another idea: Put the whole z-way-server folder and the log onto an additional USB drive.
I think a good USB drive will last longer than a SD card. And if it fails, it can be exchanged much easier.
by piet66
05 Jan 2023 11:26
Forum: Discussions in English
Topic: Z-way-server occasionally goes down
Replies: 68
Views: 13882

Re: Z-way-server occasionally goes down

5. Maybe the lifetime of your SD card slowly is going to end. Consider moving to a new one.
by piet66
29 Dec 2022 11:32
Forum: Discussions in English
Topic: Device Image Missing in Expert Gui
Replies: 12
Views: 3099

Re: Device Image Missing in Expert Gui

Perhaps you can find anything in the browsers console.

At least in network analysis, you can see if the read xml file contains the expected link to the image and if this image is requested.
by piet66
28 Dec 2022 16:37
Forum: Discussions in English
Topic: Device Image Missing in Expert Gui
Replies: 12
Views: 3099

Re: Device Image Missing in Expert Gui

I don't have this device.

I took the description of another device without image, added your image, and after I cleared the browsers cache the image was shown in Expert UI.
by piet66
28 Dec 2022 12:36
Forum: Discussions in English
Topic: Device Image Missing in Expert Gui
Replies: 12
Views: 3099

Re: Device Image Missing in Expert Gui

There is nothing wrong with this file. If you now prove that Expert UI pulls in exactly this file, then you have to look somewhere else entirely.
by piet66
27 Dec 2022 10:44
Forum: Discussions in English
Topic: Device Image Missing in Expert Gui
Replies: 12
Views: 3099

Re: Device Image Missing in Expert Gui

I have also done these things. It works. Have you cleared the browser cache? If that doesn't help, the reason must be in the file. Either you are using a wrong file (unfortunately, the filename is not shown in Expert UI), or you made a mistake while editing. I assume that you have edited an existing...
by piet66
29 Nov 2022 10:57
Forum: Recipes
Topic: monit
Replies: 2
Views: 10265

Monitorix

I see the advantage of monit in the automatic restart after failure abort. Those who don't need that and prefer a graphical interface can have a look on Monitorix (http://www.monitorix.org/). Already in standard view, it provides a lot of information. In /etc/monitorix/monitorix.conf, section <proce...
by piet66
01 Oct 2022 10:30
Forum: Discussions in English
Topic: support: 26 03
Replies: 13
Views: 4422

Re: support: 26 03

try this:

Code: Select all

http://IP:8083/ZWaveAPI/Run/zway.devices[74].data.acceptSetSecurityLevel.value=0
You can check with .../ZWaveAPI/Data/0 whether it's stored.
You should check too whether the type is changed from "empty" to "int" or "string".
by piet66
10 Sep 2022 10:40
Forum: Discussions in English
Topic: class 0x41 Prepayment Encapsulation
Replies: 4
Views: 1327

Re: class 0x41 Prepayment Encapsulation

After one more digging into the Z-Wave specification, I think I found the explanation:
It's only a route ack with extended header. What I thought to be the command class is simply a part of the extension.
by piet66
09 Sep 2022 19:10
Forum: Discussions in English
Topic: class 0x41 Prepayment Encapsulation
Replies: 4
Views: 1327

class 0x41 Prepayment Encapsulation

I have a question of understanding. According to my Z-Wave Sniffer, Z-Way all the time sends packets with class=0x41 and command=0x7F to all possible devices, example: 0x0B0B0B0B018104122C0B1027417F7F7F7F3C. According to the specification, class 0x41 is Prepayment Encapsulation. Is my analysis corre...