I have uses Domoticz on Pi, but as the SD memory card kept crashing over the years. I now got myself a Intel NUC, running on Ubuntu 22.04.2.
(do not read the line below:

I have taken this opportunity to try Home Assistant, as I keep on ready how much more progress it has made over the years. However as even the simpelest script, did not physically switched all the lights as set, but did show the in the program the lights as being switched. I therefore came running back to Domoticz
However, it is not going as planned. I'm getting to the state I am contemplating of throwing the towel in the ring.
First I installed Domoticz via Docker. It took quite some time before I got the USB channels shared, but I got my Z-Wave working perfectly. But it went wrong when installing the dzConz zigbee stick.
The docker had the plugin directory in /opt/domoticz/config/plugins.
But the dzConz pluging looked at /opt/domoticz/userdata/plugins
I then tried to get a tuya plugin installed, and the same happened. Duplicating the files to a userdata dir did not work.
I gave up on docker. Deinstelled the domoticz container and installed the normal Domoticz version.
This was not working either. Domoticz failed to start. With my limited Linux knowledge I found that SystemCTL showed that DOmoticz stayed in "Activating" state. This was due to an error 127. I went to domoticz.sh and altered the file to have the correct settings (username). Running sh domoticz start gave an
Code: Select all
/home/marque1968/domoticz/domoticz: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Code: Select all
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt -DUSE_OPENSSL_STATIC="NO"
Code: Select all
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.22/Modules/FindOpenSSL.cmake:574 (find_package_handle_standard_args)
extern/mosquitto/CMakeLists.txt:36 (find_package)
I have nearly given up. I hope somebody has an way to get things going quickly. (I need to recover the WAF before being forced to dismantle...)