since there is a X10 Output Alarm String it is only logical there also be a X10 Output Activation String.
I want to trigger an X10 chime when a camera is activated for confirmation, could do other things like turn on an IR spot light if I ever get one.
Search found 16 matches
- Tue Jan 03, 2006 3:29 am
- Forum: Feature Requests
- Topic: X10 Output Activation String
- Replies: 1
- Views: 2288
- Mon Jan 02, 2006 9:06 am
- Forum: ZoneMinder Previous Versions
- Topic: x10 triggers
- Replies: 7
- Views: 4912
I have been digging arround in the zmx10.pl source, I dont know perl but I am a coder so I can see whats going on by the syntax alone. I found the issue and fixed it, but it brings up another possible issue.. first off all I changed the line that read: if ( $state == 2 && $monitor->{LastState} == 0 ...
- Mon Jan 02, 2006 7:51 am
- Forum: ZoneMinder Previous Versions
- Topic: Automated video generation...
- Replies: 3
- Views: 2425
- Mon Jan 02, 2006 4:21 am
- Forum: ZoneMinder Previous Versions
- Topic: x10 triggers
- Replies: 7
- Views: 4912
Another issue
I am now tyring to use the X10 Output Alarm String to trigger the chime and turn on a light when ZM starts recording. However it is only sending the signal when it STOPS recording, not when it STARTS.. When my light never turned on I set it to !5 and now my lamp turns on when it STOPS recording.. it ...
- Sun Jan 01, 2006 10:32 am
- Forum: ZoneMinder Previous Versions
- Topic: x10 triggers
- Replies: 7
- Views: 4912
ok, once again I figured it out shortly after my post.. as you can see in my log it wasent running anything, I had it set to NoDetect because the manual implies this is to be used for triggers.. however when I thought about it, continous vs triggered would apply to record.. so I set it to record and ...
- Sun Jan 01, 2006 10:11 am
- Forum: ZoneMinder Previous Versions
- Topic: x10 triggers
- Replies: 7
- Views: 4912
- Tue Dec 20, 2005 3:39 am
- Forum: ZoneMinder Previous Versions
- Topic: x10 triggers
- Replies: 7
- Views: 4912
- Tue Dec 20, 2005 3:14 am
- Forum: ZoneMinder Previous Versions
- Topic: x10 triggers
- Replies: 7
- Views: 4912
x10 triggers
I am having problems getting X10 to trigger an alarm. I have the port setup and permissions are correct (www-data is part of the dialup group) but nothing shows up in the logs when I trigger the motion sensor.. I have a chime hooked up so I know the signal is good, using other x10 programs I send ...
- Tue Dec 20, 2005 1:42 am
- Forum: Non-ZoneMinder Chat
- Topic: X10
- Replies: 1
- Views: 3378
well I just got my kit today, got it all setup and it chimes when motion is detected.. I can turn on and off the receiver using bottlerocket from command line but I cant get it to trigger an event I have the X10 and Device Serial perl modules installed, my motion sensor is device 1 on home A, camera ...
- Sun Dec 18, 2005 6:23 am
- Forum: Non-ZoneMinder Chat
- Topic: X10
- Replies: 1
- Views: 3378
X10
Since my zm machine does not have alot of horsepower, and because I get alot of false alarms from clouds and other shadows I decided to get some X10 gear so I could trigger events with a motion sensor and not have to analyze every frame. There is not alot of information about X10 and ZM, just a few ...
- Mon Oct 24, 2005 4:01 am
- Forum: ZoneMinder Previous Versions
- Topic: http and https
- Replies: 7
- Views: 4993
Until the next version you can fix this by editing zm_funcs.php
and change the http:// to https://
Code: Select all
$stream_src = "http://".$_SERVER['HTTP_HOST'].ZM_PATH_ZMS;
- Sat Jun 04, 2005 8:21 pm
- Forum: ZoneMinder Previous Versions
- Topic: Intruder knocking off the computer ?
- Replies: 10
- Views: 7289
thats a physical security issue, this takes being clever I have my servers locked in a closet, ive lined the inside of the closet with 3/4 inch plywood, re-enforced the door and put only a dead bolt on the front.. Ive got a 1 inch gap at the bottom of the door and a small vent at the celing with an ...
- Thu Dec 09, 2004 1:12 am
- Forum: User Contributions
- Topic: Tweak Brightness at sunrise/sunset
- Replies: 7
- Views: 14493
Tweak Brightness at sunrise/sunset
My camera has poor visibility after it gets dark and I have to manually adjust the brightness settings every day.. so I made a script to do it and here it is.. chbrightness.sh #!/bin/sh if [ "$1" = "day" ];then mysql -u YOURUSER --password=YOURPASS zm < /path/to/day.contrast.sql killall -9 zmc elif ...
- Wed Dec 01, 2004 4:38 am
- Forum: ZoneMinder Previous Versions
- Topic: Voodoo3 3500
- Replies: 2
- Views: 2386
- Tue Nov 30, 2004 10:11 am
- Forum: ZoneMinder Previous Versions
- Topic: Voodoo3 3500
- Replies: 2
- Views: 2386
ok, so I opened it up in xawtv then got the proper demetions and it got rid of failed to set window attributes error here are the new log files.. Nov 30 04:09:57 localhost zmc-d0[1287]: INF [Debug Level = 0, Debug Log = ] Nov 30 04:09:57 localhost kernel: v3tv: palette: VIDEO_PALETTE_RGB24 = 24 bpp ...