Compilation was successful. But when I run it with clean sqlite database there is no error in logs, but website shows 400 Bad Request. When I run it with my database (with a lot of sensors and plugins), there are such errors:
Oct 13 19:37:20 raspberrypi domoticz[1077943]: 2023-10-13 19:37:20.562 #033[1;31mError: Fronius: (Fronius) failed to load 'plugin.py', Python Path used was ':/usr/lib/python39.zip:/usr/lib/python3.9:/usr/lib/python3.9/lib-dynload:/usr/local/lib/python3.9/dist-packages:/usr/lib/python3/dist-packages:/usr/lib/python3.9/dist-packages'.#033[0;0m
Note that on my regular domoticz this plugins working fine.
Do you have idea what I've done wrong during compilation?
Some technical info:
- I'm doing compilation on RPi4 (Bullseye arm64)
- I've didn't install cmake from sources, because I already have cmake version 3.18.4
- I've build Boost Libraries as described in instruction
- No OpenZWave, so I've skip this part
- I've used master branch (not development) to compile, because I have 2023.2, so I didn't want to change my SQLIte database
- After compilation domoticz has 14MB, but downloaded has 15-16MB (probably because of OpenZWave)
- I'm starting domoticz like this:
cd /home/pi/domoticz
/home/pi/dev-domoticz/bin/domoticz -www 80 -sslwww 443 -dbase /var/lib/domoticz/domoticz.db
So I'm using www folder from my main installation. I've also try to change my domoticz.service file to run it using systemctl (also without success)
- I've also tried differend command without success:
/home/pi/dev-domoticz/bin/domoticz -www 8080 -sslwww 8443 -dbase /home/domoticz/dev/domoticz.db