Search found 9 matches

by vbertola
04 Jul 2026 13:33
Forum: Discussions in English
Topic: Making z-way-server work on Trixie
Replies: 6
Views: 3123

Re: Making z-way-server work on Trixie

For the moment, I restored the backup that I did just before these updates (which was still Bullseye) and I am going to update to Bookworm and stop there. However, I have no idea of what could happen in a few years - should I be prepared to run an old, unsafe OS forever or else throw my entire heati...
by vbertola
03 Jul 2026 19:25
Forum: Discussions in English
Topic: Making z-way-server work on Trixie
Replies: 6
Views: 3123

Re: Making z-way-server work on Trixie

Thanks. Today I had a little time and tried to install the dependencies independently: apt install libarchive13 libssl3t64 libcares2 libwebsockets19t64 libmosquitto1 libcurl4t64 libglib2.0-0 Three packages fail as they cannot be found anywhere: libcares2 libwebsockets19t64 libcurl4t64 Now, I just re...
by vbertola
28 Jun 2026 20:20
Forum: Discussions in English
Topic: Making z-way-server work on Trixie
Replies: 6
Views: 3123

Re: Making z-way-server work on Trixie

By the way: I did try installing the nightly build for Trixie that can be found on Github. However, it has a lot of dependencies that my Trixie Raspbian is not able to satisfy in any way. Estrazione di z-way-server (5.0.2-291-g47ad5098~trixie-1) su (5.0.2-291-g47ad5098~trixie-1)... dpkg: problemi co...
by vbertola
28 Jun 2026 20:03
Forum: Discussions in English
Topic: Making z-way-server work on Trixie
Replies: 6
Views: 3123

Making z-way-server work on Trixie

Hello, I have been running my home heating for ~10 years with a Raspi 2, Z-Wave.me and a custom Perl script using API calls. Today I did something stupid - I updated my Raspi's OS to Trixie before discovering that Z-Wave.me is now a dead project and won't ever get a Trixie repo or version (correct?)...
by vbertola
18 Oct 2016 16:00
Forum: Discussions in English
Topic: Razberry transmission power and interference
Replies: 3
Views: 7183

Re: Razberry transmission power and interference

I added a Multisensor 6 sensor, mains-powered, thinking that it would make things better - however I am not sure whether they actually did. If it is reasonable to expect connection issues under this scenario, I may try to add another one in a different part of the apartment.
by vbertola
18 Oct 2016 13:49
Forum: Discussions in English
Topic: Razberry transmission power and interference
Replies: 3
Views: 7183

Razberry transmission power and interference

Hi all, I am running a Z-Wave network with a Razberry controlling six Danfoss LC-13 valves. It works fine, but every now and then the two valves most distant from the Razberry lose the connection; the Expert UI shows that their last connection was several hours ago, and the following wakeups seem to...
by vbertola
18 Oct 2016 13:40
Forum: Discussions in English
Topic: Z-Wave Temperature Sensor
Replies: 1
Views: 5548

Re: Z-Wave Temperature Sensor

I have a similar setup and I use Aeotec Multisensor 6 sensors to read the temperature in some of the rooms, however I have not tried yet to write code to adjust the setpoints on the LC-13s depending on the sensor temperature. My installation is brand new, it has been running for a few days only and ...
by vbertola
21 Sep 2016 14:24
Forum: Discussions in English
Topic: Z-Way on a read-only filesystem
Replies: 3
Views: 10923

Re: Z-Way on a read-only filesystem

Yes, that's the approach I'm working upon, though I guess that I also have to save the files from the temporary directory onto the SD card whenever I shut down the server. (Also, /opt/z-way-server/config is another directory that needs to be written upon.) It would be nice to get some more details f...
by vbertola
15 Sep 2016 18:45
Forum: Discussions in English
Topic: Z-Way on a read-only filesystem
Replies: 3
Views: 10923

Z-Way on a read-only filesystem

Hello, I have looked for this issue in the documentation and in the forum but I didn't find anything. I am building my first Raspberry/Razberry installation, and I've been highly recommended to install the Raspberry on a read-only filesystem - that is, install it normally, then move all the parts of...