Search found 245 matches
- 05 Jul 2026 22:58
- Forum: Discussions in English
- Topic: Making z-way-server work on Trixie
- Replies: 6
- Views: 2264
Re: Making z-way-server work on Trixie
should I be prepared to run an old, unsafe OS forever or else throw my entire heating control system into the junk? If your setup is meeting your needs, relying on your existing legacy hardware and software seems like a perfectly reasonable approach. If you feel like spending some money and time to...
- 04 Jul 2026 03:29
- Forum: Discussions in English
- Topic: Making z-way-server work on Trixie
- Replies: 6
- Views: 2264
Re: Making z-way-server work on Trixie
You are correct. Running trixie on 32-bit hardware such as the Pi 2 has limited support. Trixie is primarily a 64-bit kernel and typically uses 64-bit software with backward compatibility for 32-bit software. I don't know why the Raspberry Pi Foundation decided to support trixie on 32-bit hardware. ...
- 28 Jun 2026 22:46
- Forum: Discussions in English
- Topic: Making z-way-server work on Trixie
- Replies: 6
- Views: 2264
Re: Making z-way-server work on Trixie
I can think of 2 approaches: 1. Safely back up /opt/z-way-server and any other files you want to preserve such as your custom perl script to a USB drive. Then do a fresh re-install of bookworm. Trying to roll back to bookworm from trixie is not productive. Once your Pi is running bookworm, you can t...
- 28 Jan 2026 19:06
- Forum: RaZberry
- Topic: Compatible Raspberry Pi OS for Z-Way 4.1.4
- Replies: 3
- Views: 123029
Re: Compatible Raspberry Pi OS for Z-Way 4.1.4
<r>Note that Z-Way has stable releases and nightly builds on github (<URL url="https://github.com/tridentiot/z-way-builds">https://github.com/tridentiot/z-way-builds</URL>). There is a nightly build for trixie here: <URL url="https://github.com/tridentiot/z-way-builds/releases/tag/nightly"><LINK_TEX...
- 06 Jan 2026 02:29
- Forum: RaZberry
- Topic: New node assignment for node 4 was received, but the node is already registered - ignoring
- Replies: 1
- Views: 29108
Re: New node assignment for node 4 was received, but the node is already registered - ignoring
Have you tried to stop and then restart Z-Way, or rebooted your Pi? That might solve the problem. Based on the log data you provided, it looks like Z-Way's software status for node 4 and the actual status of node 4 are out of sync with each other. One way to bring them back into sync is to do a fact...
- 13 Oct 2025 20:50
- Forum: Discussions in English
- Topic: How to enable Long Range Support in EU ?
- Replies: 3
- Views: 50964
Re: How to enable Long Range Support in EU ?
If you want/need new Z-Way features, please consider buying a new SD card and installing bookworm and Z-Way on the new SD card. Buster was deprecated over a year ago and is no longer receiving security updates. You can then copy the /opt/z-way-server directory from your old SD card to the new SD car...
- 13 Oct 2025 20:41
- Forum: Discussions in English
- Topic: Re-enter S2 key
- Replies: 1
- Views: 38723
Re: Re-enter S2 key
No need to stress. You should be able to exclude the device and re-include it again with the correct S2 key. The exclude (and include) Z-Wave management commands are on the Expert UI->Network->Control page. If you can't exclude the device and re-include it, the procedure is a little more complicated...
- 03 Oct 2025 18:07
- Forum: Discussions in English
- Topic: How to enable Long Range Support in EU ?
- Replies: 3
- Views: 50964
Re: How to enable Long Range Support in EU ?
You will need to update to a new version of Z-Way. Since Z-Way has transitioned from Z-Wave.Me to Trident IoT, upgrading to the Trident IoT version cannot be be done from the web user interface. Run the following commands: cd /tmp wget https://github.com/tridentiot/z-way-builds/releases/download/v5....
- 29 Sep 2025 00:11
- Forum: Discussions in English
- Topic: Z-Wave.Me future (discussion)
- Replies: 40
- Views: 1820142
Re: Z-Wave.Me future (discussion)
Substituting "S0" for "S2" will not work.
Use this command to get the S0 key (called networkKey):
Use this command to get the S0 key (called networkKey):
Code: Select all
grep 'networkKey.*binary' /opt/z-way-server/config/zddx/*-DevicesData.xml
- 28 Sep 2025 18:58
- Forum: Discussions in English
- Topic: Z-Wave.Me future (discussion)
- Replies: 40
- Views: 1820142
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.*...