Page 1 of 1

dzVents not running?

Posted: Wednesday 27 December 2017 23:27
by Plips
Trying to get dzVents to work.
Nothing happening.
Created a test.lua script in ~/domoticz/scripts/dzVents/scripts (also tried through web interface into generated_scripts directory)

Code: Select all

 return {
    active = true,
    on = {
        devices = {
            'SchakelaarMuur'
        }
    },
    execute = function(domoticz, switch)
        if (switch.state == 'On') then
            domoticz.log('Hey! I am on!')
        else
            domoticz.log('Hey! I am off!')
        end
    end
}

Network 127.0.0.1 is added to the no-password networks. dzVents is not disabled
Blockly script triggering on same switch does work.

Using domoticz V3.8153 stable on Pi3.

Re: dzVents not running?

Posted: Thursday 28 December 2017 16:30
by dannybloe
Then it appears that dzVents isn't enabled after all. Have you looked at the troubleshooting guide?