Search found 8 matches

by rspoonz
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Use of delay
Replies: 12
Views: 11520

Re: Use of delay

Andersson8 wrote:
rspoonz wrote:
Ok, then you only need one event. You can choose in the event if the counter shall restart or continue if it detects new movement. Choose restart and you will know that no movement has been seen in the last 3600s.
Excellent, thanks.
by rspoonz
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Use of delay
Replies: 12
Views: 11520

Re: Use of delay

Perhaps you could use a dummy device, which the detector only can activate in an event (ON as trigger). In this event you add an action that resets this device after 60 minutes. Then in another event you use this device as an condition --> IR detector sends OFF with condition dummy device is OFF an...
by rspoonz
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Lua - require/dofile
Replies: 0
Views: 7547

Lua - require/dofile

Liking the Lua interface :-D

Any idea when we can have require or dofile so that we can make more manageable scripts?

...rspoonz
by rspoonz
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Use of delay
Replies: 12
Views: 11520

Use of delay

Hi... Before I pay for a Telldus Live pro account I would like to confirm that the action delay parameter will allow me to do the following: I would like an action to be performed 1 hour after the last motion sensor event (in other words 1 hour after motion was last detected I would like to trigger ...
by rspoonz
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Use of delay
Replies: 12
Views: 11520

Re: Use of delay

Hi etompau...

So how would a subsequent ON from the motion sensor stop the original delayed OFF action?

...Richard
by rspoonz
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Use of delay
Replies: 12
Views: 11520

Re: Use of delay

Hi etompau... So how would a subsequent ON from the motion sensor stop the original delayed OFF action? ...Richard You could start 2 events. One on after 3600sek and one off after, for example, 4000sek. Depending on how long you want it to be on. Thanks Andersson8, but it's not clear to me how this...
by rspoonz
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Use of delay
Replies: 12
Views: 11520

Re: Use of delay

When the motion sensor sends "off" you start one event that triggers whatever after 3600 seconds. the other event also starts when the motion sensor sends "off" but with a longer delay and you trigger set as off. ex. motion detected sends "off". both the events starts ...
by rspoonz
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Use of delay
Replies: 12
Views: 11520

Re: Use of delay

What kind of IR detector do you have? A Nexa LMDT-609 has a timer function which starts to count down when no movement has been detected. The timer is restarted every time a movement is detected. Set the timer to 10 minutes. If no movement has been detected during this time period, an OFF-signal is...