Network triggering examples?

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
JimS
Posts: 60
Joined: Sun Feb 18, 2007 3:16 pm

Network triggering examples?

Post by JimS »

I am wanting to do some triggering from other devices on my network. Zoneminder is on a PC and I want to send triggers from raspberry pi or esp32 or the like. When I looked a the wiki it said to enable triggers:

Enable it first, by going into options, config, and checking Enable Triggers.

Thing is I didn't find that option. Guessing it has moved on the newer version? I did find Opt_Triggers under system. Is that the same thing?

The wiki is a bit light on examples IMHO. Where would I find more examples? I did a bit of googling - maybe I am not using the correct terms...
JimS
Posts: 60
Joined: Sun Feb 18, 2007 3:16 pm

Re: Network triggering examples?

Post by JimS »

I found a couple other pages on this. This one covers camera triggers but also notes the item I found is the proper one.
https://wiki.zoneminder.com/How_to_use_ ... on_with_ZM
And here's a bit more detail on how it works.
https://sparxeng.com/blog/software/zone ... riggering
User avatar
iconnor
Posts: 3197
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Network triggering examples?

Post by iconnor »

I've recently added some new trigger stuff, all through the UI, so you don't have to use the trigger daemon. This is in 1.37.64

If you use a url like /zm/index.php?request=trigger&action=on&score=10&cause=cat&showtext=hello

Basically the query string maps to the same fields as you would send to zmtrigger.
Post Reply