Search found 6 matches

by MartinGoodwell
Tue Apr 30, 2019 6:30 am
Forum: ZoneMinder 1.32.x
Topic: identify 1.32 vs 1.30 for API Login
Replies: 3
Views: 1874

Re: identify 1.32 vs 1.30 for API Login

Thanks for the quick reply! The thing is, that API-call already requires being authenticated. For my use-case, having access to that information *before* being authenticated would be nice. Is there a way to do that? EDIT: ah, I could use the "old" way to login initially (regardless of vers...
by MartinGoodwell
Mon Apr 29, 2019 2:21 pm
Forum: ZoneMinder 1.32.x
Topic: identify 1.32 vs 1.30 for API Login
Replies: 3
Views: 1874

identify 1.32 vs 1.30 for API Login

Hi all, it's great to see 1.32 and its many improvements happening. Thanks for all your efforts, everyone! I'm working on integrating the ZoneMinder API to my smart home OSS project of choice (fhem.de) by providing a ZoneMinder integration module for triggering and receiving events between fhem and ...
by MartinGoodwell
Mon Sep 18, 2017 1:28 pm
Forum: ZoneMinder 1.30.x
Topic: Why is zmc always running?
Replies: 0
Views: 1114

Why is zmc always running?

Hi, if I have a camera configured as "NoDect" or "Monitor", why is zmc still running? Wouldn't it be sufficient to only run zmc in case a live-stream or recording is started? The reason I'm asking is that I have both, a low-resolution and a high-resolution (4k) camera connected. ...
by MartinGoodwell
Wed Sep 13, 2017 11:22 am
Forum: Feature Requests
Topic: EM-ICA510_v2
Replies: 1
Views: 2463

Re: EM-ICA510_v2

No intend to be a wisenheimer, but there's a separate area for questions on Supported Hardware: viewforum.php?f=10

Besides that, as the camera supports MPEG4 and MJPEG, it should work.
by MartinGoodwell
Wed Sep 13, 2017 10:27 am
Forum: Feature Requests
Topic: Webhooks or calling scripts upon alarm (like X10 Output Alarm)
Replies: 1
Views: 3012

Re: Webhooks or calling scripts upon alarm (like X10 Output Alarm)

I digged through the source code at GitHub, and found the method createEvent https://github.com/ZoneMinder/ZoneMinder/blob/a0b0f0aa7905d54d9d276a38eda05be09642d59c/scripts/ZoneMinder/lib/ZoneMinder/General.pm#L313 That seems to be the method that actually writes the database entry when a new event h...
by MartinGoodwell
Mon Sep 11, 2017 7:51 am
Forum: Feature Requests
Topic: Webhooks or calling scripts upon alarm (like X10 Output Alarm)
Replies: 1
Views: 3012

Webhooks or calling scripts upon alarm (like X10 Output Alarm)

In case of an alarm, I'd love ZM to call a pre-defined webhook. Once the alarm is over, another webhook is called. I browsed the code-base real quick but I didn't find, where X10 actions are actually triggered, based on alarms. So, if someone could point me into the right direction, I'd be perfectly...