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)?
ZWAY in Proxmox LXC Debian Buster
ZWAY in Proxmox LXC Debian Buster
- Attachments
-
- IMG_1003.jpeg (126.58 KiB) Viewed 6840 times
-
- IMG_1002.jpeg (890.35 KiB) Viewed 6843 times
Re: ZWAY in Proxmox LXC Debian Buster
Please check that libcurl is installed
Run to see errors with loading libraries
Run
Code: Select all
cd /opt/z-way-server; LD_LIBRARY_PATH=libs ./z-way-server
Re: ZWAY in Proxmox LXC Debian Buster
I get some errors when I do this.
- Attachments
-
- IMG_1020.jpeg (811.19 KiB) Viewed 5309 times
Re: ZWAY in Proxmox LXC Debian Buster
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
Or keep it as is if you are not going to use any functionality related to HTTP requests and sockets
Re: ZWAY in Proxmox LXC Debian Buster
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.
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.