ZWAY in Proxmox LXC Debian Buster

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
jens_s
Posts: 32
Joined: 06 Apr 2019 11:14

ZWAY in Proxmox LXC Debian Buster

Post by jens_s »

Hi,
I just managed to install ZWay in Proxmox LXC with Debian buster.
Z-Station (ttyUSB0) is working, but I always get an error Message when trying to install any app. Is there any possible solution, or do a have to use my raspberry Pi with ZWay and the NUC for all other applications (not zwave)?
Attachments
IMG_1003.jpeg
IMG_1003.jpeg (126.58 KiB) Viewed 6840 times
IMG_1002.jpeg
IMG_1002.jpeg (890.35 KiB) Viewed 6843 times
User avatar
PoltoS
Posts: 7624
Joined: 26 Jan 2011 19:36

Re: ZWAY in Proxmox LXC Debian Buster

Post by PoltoS »

Please check that libcurl is installed

Run

Code: Select all

cd /opt/z-way-server; LD_LIBRARY_PATH=libs ./z-way-server
to see errors with loading libraries
jens_s
Posts: 32
Joined: 06 Apr 2019 11:14

Re: ZWAY in Proxmox LXC Debian Buster

Post by jens_s »

I get some errors when I do this.
Attachments
IMG_1020.jpeg
IMG_1020.jpeg (811.19 KiB) Viewed 5309 times
User avatar
PoltoS
Posts: 7624
Joined: 26 Jan 2011 19:36

Re: ZWAY in Proxmox LXC Debian Buster

Post by PoltoS »

You need to install additional libraries to your OS: libcurl and libwebsockets

Or keep it as is if you are not going to use any functionality related to HTTP requests and sockets
jens_s
Posts: 32
Joined: 06 Apr 2019 11:14

Re: ZWAY in Proxmox LXC Debian Buster

Post by jens_s »

i think i got both installed, but there still seems to be an error.

i installed the backups from my razberry (zab and zbk), some rooms are grey, the icons do not work,...

root@ZStation:/opt/z-way-server# LD_LIBRARY_PATH=libs ./z-way-server
Z-Way version v4.1.4 from 2024-07-30 21:24:02 +0300 (build b381bba4f7e3135898036bebe0845845d50e936f)
Using default configuration file config.xml
Looking for modules in ./modules
Module modiconinstaller.so loaded
Module modzigbee.so loaded
Module modcrypto.so loaded
Module modmqtt.so loaded
Module modnotification2ext.so loaded
Module modws.so loaded
Module modenocean.so loaded
Module moddhs.so loaded
Module modskininstaller.so loaded
Module modzbw.so loaded
Module modzwave.so loaded
Module modinstaller.so loaded
Module modhomekit.so loaded
Module modhttp.so loaded
Failed to load module modsockets.so: libwebsockets.so.15: cannot open shared object file: No such file or directory
Error: 'debug-port' number is out of range. Skipping it.
Post Reply