I placed my module in /opt/domoticz/config/scripts/dzVents/modules, but that doesn't seem to work. Do I need to create a volume in docker-compose.yml to achieve this?If you don’t want to use the helpers support, but you want to require your own modules, place them either in /path/to/domoticz/scripts/dzVents/modules or /path/to/domoticz/scripts/dzVents/scripts/modules as these folders are already added to the Lua package path. You can just require those modules: local myModule = require('myModule')
Thanks