Search found 15 matches

by toeb
29 Sep 2025 12:55
Forum: Discussions in English
Topic: Z-Wave.Me future (discussion)
Replies: 35
Views: 1506832

Re: Z-Wave.Me future (discussion)

seattleneil wrote:
29 Sep 2025 00:11
Substituting "S0" for "S2" will not work.

Use this command to get the S0 key (called networkKey):

Code: Select all

grep 'networkKey.*binary' /opt/z-way-server/config/zddx/*-DevicesData.xml
Thanks, found it :)
by toeb
28 Sep 2025 20:28
Forum: Discussions in English
Topic: Z-Wave.Me future (discussion)
Replies: 35
Views: 1506832

Re: Z-Wave.Me future (discussion)

S2 keys are stored in the directory /opt/z-way-server/config/zddx in the file that ends in -DevicesData.xml. The file name begins with 8 hex digits that are unique to each network - these digits are the Z-Wave network ID (in hex). This command should print out the keys: grep '^ <data name="S2....
by toeb
28 Sep 2025 12:20
Forum: Discussions in English
Topic: Z-Wave.Me future (discussion)
Replies: 35
Views: 1506832

Re: Z-Wave.Me future (discussion)

Hello, Z-Wave.Me controllers will continue to operate as they do today. Note that Z-Wave.Me controllers can be used with Z-Way software or they can be used with other Z-Wave software, such as zwave-js-ui, as used in Home Assistant. Transitioning from Z-Way to zwave-js-ui is straightforward - copy th...
by toeb
19 Sep 2023 09:07
Forum: RaZberry
Topic: job queue runs full after upgrade to v4.1.0
Replies: 157
Views: 462833

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

This is still happening on my setup. I did update to v4.1.2-wb1 yesterday, firmware was already on 7.38. This morning my job queue again contained > 650 Items and all my blinds stayed closed :( Calling "Reset API" made stuff work again... but still, this is a nasty issue and needs to get r...
by toeb
17 Jul 2023 15:57
Forum: RaZberry
Topic: jobs stuck in queue
Replies: 5
Views: 20424

Re: jobs stuck in queue

No its not resolved for me, and I just realized that i have received one of the development versions mentioned in the other thread in my support ticket too...
by toeb
16 Jul 2023 19:10
Forum: RaZberry
Topic: jobs stuck in queue
Replies: 5
Views: 20424

Re: jobs stuck in queue

Sounds like the same problem I'm having. But I'm not sure, may be best to create a support ticket. You can do this in the expert interface in the settings section "Report Problem"
by toeb
11 Nov 2019 23:21
Forum: Diskussion in Deutsch
Topic: Update bricht ab: bash: line 48: /etc/z-way: Is a directory
Replies: 4
Views: 9968

Update bricht ab: bash: line 48: /etc/z-way: Is a directory

Wenn ich versuche das update durchzuführen bricht es immer an der gleichen stelle ab: (Reading database ... 81423 files and directories currently installed.) Preparing to unpack .../z-way-full_1.0-latest-version_all.deb ... Unpacking z-way-full (1.0-latest-version) over (1.0-latest-version) ... Sett...
by toeb
19 Sep 2018 22:41
Forum: Diskussion in Deutsch
Topic: Manuelle Geräte Auswahl in der Expertengui
Replies: 2
Views: 5706

Manuelle Geräte Auswahl in der Expertengui

Hallo, ich frage mich gerade ob mit meiner Installaition etwas nicht stimmt oder ob der Auswahldialog ablsichtlich so chaotisch ist... Ich versuche gerade einen "FIBARO Door/Window Sensor 2" einzupflegen, aber der erscheint bestimmt mindestens 6 mal in meiner dropdown liste.. und die paar ...
by toeb
30 Aug 2016 19:51
Forum: Diskussion in Deutsch
Topic: Hilfe-Smarthome UI verliert devices
Replies: 10
Views: 18313

Re: Hilfe-Smarthome UI verliert devices

Ich glaube ich habe die Lösung gefunden. Es lag wohl daran, dass das readkey skript eine weitere Instanz des z-way-servers gestartet hat und das hat wohl alles ein wenig durcheinenander gebracht... habe /etc/init.d/readKey gelöscht, seitdem klappt 's auch mit dem reboot.
by toeb
30 Aug 2016 19:50
Forum: Diskussion in Deutsch
Topic: Geräte nach reboot weg
Replies: 2
Views: 5669

Re: Geräte nach reboot weg

Ich glaube ich habe die Lösung gefunden. Es lag wohl daran, dass das readkey skript eine weitere Instanz des z-way-servers gestartet hat und das hat wohl alles ein wenig durcheinenander gebracht... habe /etc/init.d/readKey gelöscht, seitdem klappt 's auch mit dem reboot