dzVents not executed  [Solved]

Easy to use, 100% Lua-based event scripting framework.

Moderator: leecollings

Post Reply
usky73
Posts: 39
Joined: Saturday 07 November 2015 9:53
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: france
Contact:

dzVents not executed

Post by usky73 »

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 ?

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
}
User avatar
waaren
Posts: 6028
Joined: Tuesday 03 January 2017 14:18
Target OS: Linux
Domoticz version: Beta
Location: Netherlands
Contact:

Re: DzVent not executed

Post by waaren »

usky73 wrote: Saturday 15 June 2019 8:29 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 convey my LUA scripts to DzVents.

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.
Did you do the steps described in the wiki ?

When not yet familiar with dzVents please start with reading Get started Before implementing. Special attention please for
"In Domoticz go to Setup > Settings > Other and in the section EventSystem make sure the checkbox 'dzVents disabled' is not checked. Also make sure that in the Security section in the settings you allow 127.0.0.1 to not need a password. dzVents uses that port to send certain commands to Domoticz. Finally make sure you have set your current location in Setup > Settings > System > Location, otherwise there is no way to determine nighttime/daytime state."
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
usky73
Posts: 39
Joined: Saturday 07 November 2015 9:53
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: france
Contact:

Re: dzVents not executed  [Solved]

Post by usky73 »

Thank you so much.
I was sure it was something like that but did not found and believe me I did it !

And of course I have started with this wiki page. I don't know how you can do something without this doc. But I missed this MAJOR info.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest