Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dzVents script not working #16

Open
EspieNL opened this issue Feb 26, 2019 · 1 comment
Open

dzVents script not working #16

EspieNL opened this issue Feb 26, 2019 · 1 comment

Comments

@EspieNL
Copy link

EspieNL commented Feb 26, 2019

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
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants