Charmed Quark Systems, Ltd. - Support Forums and Community

Full Version: NetworkMonitor / Presence Info trigger?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have the networkmonitor driver installed to monitor various thinks, including if my camera's HTTP interface is accessible. Sometimes my cameras go offline for whatever reason. No triggers for these at all. I saw these triggered events in System->Monitor-Event Triggers

Not sure what these are for...

[Image: Screen-Shot-2019-09-06-at-15-29-37.jpg]
Those are the triggers for the camera going off line. They are presence triggers from the network monitor driver for Camera08, first with a type of exit and then with a type of enter (i.e. it exited the network and later re-entered.)
Thanks that is helpful to know and not readily apparent.
You can read about the standard event triggers and what they contain here:

https://www.charmedquark.com/Web2/CQCDoc...TriggerFmt
Thanks. I;ve read that before. Is there a matrix that lists what drivers support what triggers or would that be in each drivers' help file?
Well, the standard ones are mostly supported in conjunction with 'device classes'. Any device that supports the Security device class has to send any triggers defined by that class.

https://www.charmedquark.com/Web2/CQCDoc...=/Overview

Anything that supports the Lighting device class has to send the lighting load ones. Anything that supports the Locks device class has to send the locks ones. Anything that supports the Motion device class has to send motions ones.

The odd men out are User Action triggers, which are arbitrary and defined by each driver (though some device classes may require that drivers that implement it send out a user action.) For instance drivers that implement the Scene Controller device class should send out user action commands to report scenes being activated.

And there's no device class currently that encompasses presence type triggers. So that would be documented in the drivers that send them. I think the network monitor may be the only one.

Mostly though, when you look at a driver's docs and see it implements V2 device classes, that will tell you what standard triggers it will send.

In some cases, where the can be a lot of them, the class will require that the driver allow you to selectively enable them if there can be large numbers. V2 compliant devices like an Elk or Omni only will do that since they can have large numbers of potential fields that could send triggers (lights, security zones, and motion sensors) and you may not want to react to all of them.
(09-06-2019, 05:14 PM)Dean Roddey Wrote: [ -> ]I think the network monitor may be the only one.

I can see the NetworkMonitor sending out triggers. I have no triggers set to any driver fields and am only trying to relay on the pre-built triggers that you can see in System --> Monitor --> Event Triggers

[Image: Screen-Shot-2019-09-11-at-13-00-15.jpg]

But, I cannot get any of these to trigger in the action editor or have any indication of triggering in the logs:
[Image: Screen-Shot-2019-09-11-at-13-25-09.jpg]
Start simple. Just try the first filter and see if that works. If that works, try the second one and see if it works, then the third by itself. Let's try to divide and conquer and see where the problem is.
(09-11-2019, 01:44 PM)Dean Roddey Wrote: [ -> ]Start simple. Just try the first filter and see if that works. If that works, try the second one and see if it works, then the third by itself. Let's try to divide and conquer and see where the problem is.

I started that and could not get anything to work. I've tried each one individually.
OK, I'll see what I can figure out.
Pages: 1 2