Page 1 of 1

Synology Docker > Python plugins

Posted: Wednesday 20 April 2022 16:27
by efarmer1
i have been trying to get Python plugin manager working under my synology docker domoticz install.

updated python to 3 installed the repository in the plugins folder but i'm not getting any plugin (manager) under hardware.

all info i found is for normal docker
is there anyone running pyton plugins in synology docker and houw did you do it?

did get it working on a raspberry just not for synology docker.
wold really like to run ZwaveJSMQTT en zigbe2mqtt but need the plugins in my domoticz.

PLEASE

Re: Synology Docker > Python plugins

Posted: Wednesday 20 April 2022 16:39
by waltervl
If you followed this instruction: https://www.domoticz.com/wiki/Synology
then there should be a folder

Code: Select all

/opt/domoticz/userdata/plugins
where you have to install the plugin manager in.

No need to update Python.
If you need to install Python libraries for the plugins you are using you have to install them as mentioned in the wiki page. I also doubt if Plugin Manager is working on a Docker installation.

If I was you I would stick on your raspberry installation as this Docker method makes everything more complex.