I don't want to eliminate spurious alarms. I wanted longer alarm events... my spurious alarms are removed by filter
Simon
Search found 26 matches
- Tue Mar 24, 2015 2:58 pm
- Forum: ZoneMinder 1.28.x
- Topic: [SOLVED] Minimum alarm duration
- Replies: 4
- Views: 3962
- Tue Mar 24, 2015 1:39 pm
- Forum: ZoneMinder 1.28.x
- Topic: [SOLVED] Minimum alarm duration
- Replies: 4
- Views: 3962
Re: Minimum alarm duration
I set buffer to 200,
pre event to 25
post event to 200
no more problem with zma
Simon
pre event to 25
post event to 200
no more problem with zma
Simon
- Tue Mar 24, 2015 1:20 pm
- Forum: ZoneMinder 1.28.x
- Topic: [SOLVED] Using control scripts from command line
- Replies: 1
- Views: 1326
Re: Using control scripts from command line (SOLVED)
....
just found out that i need to use zmcontrol.pl --id X --command=wake
sorry for that
Simon
just found out that i need to use zmcontrol.pl --id X --command=wake
sorry for that
Simon
- Tue Mar 24, 2015 1:16 pm
- Forum: ZoneMinder 1.28.x
- Topic: [SOLVED] Using control scripts from command line
- Replies: 1
- Views: 1326
[SOLVED] Using control scripts from command line
Hi folks, i use the DCS-5020L control script with zoneminder web interface... I would need help to use them by command line... I wanna use CRON to set On and OFF IR the control code is : sub wake { my $self = shift; Debug( "Wake - IR on" ); my $cmd = "setDaynightMode?ReplySuccessPage=night.htm ...
- Tue Mar 24, 2015 12:50 pm
- Forum: ZoneMinder 1.28.x
- Topic: [SOLVED] Bad recipient with filter email
- Replies: 3
- Views: 2045
Re: Bad recipient with filter email (RESOLVED)
yes it works now... I have successfully received email with postifix (localhost) and using my ISP smtp..
it is cool having the alarm frame attache to the email using the %EI1% token
it is cool having the alarm frame attache to the email using the %EI1% token
- Tue Mar 24, 2015 12:44 pm
- Forum: ZoneMinder 1.28.x
- Topic: zoneminder 1.28.1 debian rules wont compile
- Replies: 3
- Views: 2058
Re: zoneminder 1.28.1 debian rules wont compile
I don't know for what this patch is used Index: ZoneMinder/configure.ac =================================================================== --- ZoneMinder.orig/configure.ac 2014-12-13 15:10:27.705191682 +0100 +++ ZoneMinder/configure.ac 2014-12-13 16:50:07.101049743 +0100 @@ -443,10 +443,10 @@ PERL ...
- Mon Mar 23, 2015 8:20 pm
- Forum: ZoneMinder 1.28.x
- Topic: [SOLVED] Bad recipient with filter email
- Replies: 3
- Views: 2045
Re: Bad recipient with filter email (resolved)
i was fooled by cron sending emails...
in fact, no email were sent at all by ZM because of ZM_EMAIL_BODY was empty
it should have sent an email empty with subject a least to help debug
Simon
in fact, no email were sent at all by ZM because of ZM_EMAIL_BODY was empty
it should have sent an email empty with subject a least to help debug
Simon
- Mon Mar 23, 2015 4:36 pm
- Forum: ZoneMinder 1.28.x
- Topic: zoneminder 1.28.1 debian rules wont compile
- Replies: 3
- Views: 2058
Re: zoneminder 1.28.1 debian rules wont compile
i successfully packaged a .deb after editing /usr/src/zoneminder/distros/debian/patches/series to remove the patch..
the .deb installed
Simon
Code: Select all
#01_vendor-perl.diff
Simon
- Mon Mar 23, 2015 12:39 pm
- Forum: User Contributions
- Topic: HOWTO:Zoneminder recording if your 'iPhone' is out of home
- Replies: 18
- Views: 26382
Re: HOWTO:Zoneminder recording if your 'iPhone' is out of ho
Hi Christo,
my router's DCHP make sure that my two device get always the same IP. It is working flawlessly since 12th of march. But i think i'll change my script to use arping since it's arder to spoof a mac adress than an ip adress
my router's DCHP make sure that my two device get always the same IP. It is working flawlessly since 12th of march. But i think i'll change my script to use arping since it's arder to spoof a mac adress than an ip adress
- Sat Mar 21, 2015 12:25 pm
- Forum: User Contributions
- Topic: HOWTO:Zoneminder recording if your 'iPhone' is out of home
- Replies: 18
- Views: 26382
Re: HOWTO:Zoneminder recording if your 'iPhone' is out of ho
Is your device jailbreaked? If yes, this could do it.. http://modmyi.com/cydia/package.php?id=2268 But i guess thw way you do it is more secure,,, lets say some bad poeple connects to my wifi a set teir ip to the right one... They turn down camera lol... In your way, they have to steal your apple id ...
- Sat Mar 21, 2015 11:32 am
- Forum: User Contributions
- Topic: HOWTO:Zoneminder recording if your 'iPhone' is out of home
- Replies: 18
- Views: 26382
Re: HOWTO:Zoneminder recording if your 'iPhone' is out of ho
I ping my blackberry passport and my gf's on a 5 minute cron and it respond flawlesslly.... I can ping it all night without a single drop
But i use ping not arping...
But i use ping not arping...
- Sat Mar 21, 2015 3:17 am
- Forum: ZoneMinder 1.28.x
- Topic: NOT recording on SIGNAL for a remote camera
- Replies: 2
- Views: 2024
Re: NOT recording on SIGNAL for a remote camera
Let them record and then use zmfilter to drp all event matchin singal?
I personally drop event with less than 4 alarm frames because of sunlights... Usually, signal event is only one frame and get ereased by this rules
I personally drop event with less than 4 alarm frames because of sunlights... Usually, signal event is only one frame and get ereased by this rules
- Fri Mar 20, 2015 6:42 pm
- Forum: ZoneMinder 1.28.x
- Topic: Building zm 1.28.1 for RaspberryPi2 issues
- Replies: 2
- Views: 1519
- Fri Mar 20, 2015 3:08 pm
- Forum: ZoneMinder 1.28.x
- Topic: [SOLVED] Bad recipient with filter email
- Replies: 3
- Views: 2045
[SOLVED] Bad recipient with filter email
Hi, I don't know why but zoneminder doesn't use configured recipien for emails?? root@debian:/home/sime# mysql -D zm -u****** -p******* -s -N -e "SELECT Value FROM Config WHERE ID in (105,110) ;" sime@blaireau.com sime@blaireau.com root@debian:/home/sime# tail /var/log/mail.log Mar 20 11:01:54 ...
- Fri Mar 13, 2015 11:58 am
- Forum: ZoneMinder 1.28.x
- Topic: [SOLVED] Finding out current run state
- Replies: 3
- Views: 6300
Re: Finding our current run state
I had the same problem as you... My cron, checks every 5 minutes to see if I am home... I don't want it to change state if it is already in the good state.. you may try this... Let's say state Vacation is all monitors to Modect, we wanna test if monitor 2 is on Modect #!/bin/bash STATE=$(mysql -D zm ...