Page 2 of 2

Re: problem installing SolarEdge ModbusTCP plugin

Posted: Wednesday 24 December 2025 19:31
by jannl
With docker exec you can enter the container and install inside the container. To make this persistent you can use customstart.sh. This is explained in the wiki.

See https://wiki.domoticz.com/Docker

Re: problem installing SolarEdge ModbusTCP plugin

Posted: Wednesday 24 December 2025 19:39
by BartSr
I know Janni, one day this will happen but 1st I need to get the plugin work.

Re: problem installing SolarEdge ModbusTCP plugin

Posted: Thursday 25 December 2025 0:19
by waltervl
Read the general instructions in the wiki. On recent OS python uses virtual environments (venv). Domoticz Docker is Setup as a virtual environment so there you do not need to do something special.

For Domoticz not running in docker you need to setup a python virtual environment and install the modules inside that.
A python author made a nice instruction for that, it is linked in the wiki https://wiki.domoticz.com/Using_Python_ ... ules_fails

Re: problem installing SolarEdge ModbusTCP plugin

Posted: Thursday 25 December 2025 8:01
by jannl
BartSr wrote: Wednesday 24 December 2025 19:39 I know Janni, one day this will happen but 1st I need to get the plugin work.
But that is way easier with docker. The python environment in de container is already prepared.