Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

One Shot

Got a good idea? You can suggest new features here.
Post Reply
fartech
Posts: 6
Joined: Sun Jul 14, 2013 1:15 am

One Shot

Post by fartech »

I am using a IP camera with motion detection that will send out a notice though the web server. Unfortunately it will send out multiple notices as long as it see's motion.
I have gotten around this with a disable , a jump and a timer to only get one event instead of multiple.
If I recall, Crestron had a module called "One Shot" that would pass the first event and <null> the subsequent triggers for a certain length of time.
Is there something like this that I have just not seen?
techoguy
Experienced User
Posts: 157
Joined: Mon Mar 18, 2013 1:32 am

Re: One Shot

Post by techoguy »

Hi fartech,
I think a feature like this would have to be built into the plugin you're using that is triggering the events or a new plugin for your cameras. The plugin would trigger events based on what the camera sends and could ignore all new events for some time as you suggest. I do this in some of my plugins on a very specific case to remove duplicate events from things the plugins are talking to.

I also do this in some python script actions with my motion sensors and lights, i receive all events from my motion sensors but events only trigger things after a certain time has passed and no motion has been seen. So one motion is first seen, it starts a count down and when the countdown reaches zero a new event is triggered which triggers some action. If a motion event is received before the countdown is over, it's just restarted.
The Latest SONOS Plugin:
Latest version can be found here: http://eventghost.org/forum/viewtopic.p ... 05f#p30309

EventGhost Lets me automate my home the way I want it, I love using it!
Post Reply