We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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.
I don't see any log and error messages. It seems scripts never gets triggered.
The text was updated successfully, but these errors were encountered: