Search found 3 matches

by jenski
Sunday 03 January 2021 22:37
Forum: dzVents
Topic: help needed with delaying trigger [Solved]
Replies: 4
Views: 578

Re: help needed with delaying trigger [Solved]

Oe! wow TNX! :D

I didn't realise you could do

Code: Select all

dv.thing.more
,thats awesome

I am gonna play some more with this for sure..
by jenski
Thursday 31 December 2020 12:12
Forum: dzVents
Topic: help needed with delaying trigger [Solved]
Replies: 4
Views: 578

Re: help needed with delaying trigger [Solved]

I am messing around with zwave smoke detectors and I'm trying to catch false triggers. I don't know why but every once in a while these devices fail to report in time I guess and this would then falsely trigger the alarm. But firing a trigger and then do the check feels wrong. Blocky does allow for ...
by jenski
Tuesday 29 December 2020 22:25
Forum: dzVents
Topic: help needed with delaying trigger [Solved]
Replies: 4
Views: 578

help needed with delaying trigger [Solved]

..sorry, I'm probably staring at it to long.. I'm searching for something to delay the initial trigger. .cancelQueuedCommands() seems like a solution but it only seems to work for switch commands if ( device(1) == on ) --[i]for more then 20 sec[/i] then device(2).switchOn().checkFirst().afterSec(30 ...