You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the officiel docker of domoticz (domoticz/domoticz) the folder path for plugins is /opt/domoticz/userdata/plugins, wich doesn't correcpond to str(os.getcwd()) + "/plugins/"
Same bug identified in a different plugin manager and corrected here: stas-demydiuk/domoticz-plugins-manager@26459ed
In case Domoticz is started with -userdata /var/lib/domoticz/
/usr/share/domoticz/beta-domoticz/domoticz -www 8080 -sslwww 8443 -sslcert /var/lib/domoticz/server_cert.pem -sslpass -sslmethod -ssloptions -ssldhparam -wwwroot /var/lib/domoticz/www -dbase /var/lib/domoticz/domoticz.db -userdata /var/lib/domoticz/ -debuglevel normal -loglevel normal,status,error -log /var/tmp/domoticz.log
The plugins are installed on the wrong folder as they are installed on homedirectory of the user and not under the userdata folder.
It might be optimum to use
Parameters["HomeFolder"]
(which is the HomFolder of pp-manager) or even better
Parameters["StartupFolder"] in case Parameters["DomoticzVersion"] >= '4.10267'
The text was updated successfully, but these errors were encountered: