joshuacox / mkdomoticz

Make a persistent domoticz container PDQ
GNU General Public License v3.0
16 stars 28 forks source link

dzVents script not working #16

Open EspieNL opened 5 years ago

EspieNL commented 5 years ago

Hi,

I pulled this docker container and I can't get dzVents scripts to work.

I've created a volume /home/domoticz/docker_data/Domoticz/scripts:/src/domoticz/scripts/dzVents/scripts and placed a demo.lua inside it.

return {
        on = {
                timer = {
                        'every 1 minute'
                }
        },
        active = true,
        execute = function(domoticz)
                domoticz.log('testing')
        end
}

I don't see any log and error messages. It seems scripts never gets triggered.

joshuacox commented 5 years ago

for now the logs go to /log/domoticz.log inside the container, this could easily be customized though.

Are you on arm or x86_64?