dzVents not executed
Posted: Saturday 15 June 2019 8:29
Hi all
Here is my setting :
Version: 4.10717 and 2.4.19 for DzVent
Platform: Rapsberry 2B
Description:
I did some search but did not find any topics concerning my DzVent issue. My be a simple problem... but I did not found
I am starting to do conver my LUA scripts to DzVent scripts, it looks much more simple to do.
So I did my 1st script and nothing happens. I took examples on the forum, but same result... Nothing in the log, and nothing happen.
Any idea ?
Here is my setting :
Version: 4.10717 and 2.4.19 for DzVent
Platform: Rapsberry 2B
Description:
I did some search but did not find any topics concerning my DzVent issue. My be a simple problem... but I did not found
I am starting to do conver my LUA scripts to DzVent scripts, it looks much more simple to do.
So I did my 1st script and nothing happens. I took examples on the forum, but same result... Nothing in the log, and nothing happen.
Any idea ?
Code: Select all
return {
on = {
timer = {'every minute'}
},
logging = {
level = domoticz.LOG_INFO,
marker = "[TEST] ==> "
},
execute = function(domoticz, dzItem)
domoticz.log("This timer based script does send something to the domoticz log")
end
}