Please login or register.

Login with username, password and session length
Pages: [1] 2

Author Topic: Another Active-eye problem  (Read 5418 times)

Danny Rego

  • Guest
Another Active-eye problem
« on: April 28, 2005, 12:53:44 AM »

I have my Active-eye sensor set to code
M1...when it detects motion, the CM15A
(according to the activity monitor) detects
an M1 ON....but both my M1 ON macro, and my
M1 OFF macro occur at the same time, and
because of that...things are all screwed.

Does anyone have any advice on this???
Logged

tcassio

  • Sr. Member
  • ****
  • Helpful Post Rating: 0
  • Posts: 131
Re: Another Active-eye problem
« Reply #1 on: April 28, 2005, 06:51:25 AM »

Danny,
The active eye has 2 ways of setting the
delay between the on and off commands.  1.
There is an analog pot on the top of the ms
that you adjust with a screwdriver.  2.
Through programming with in the ms.  If you
haven't changed this setting, the default
is set to use the pot, check to see if this
isn't turned all the way down.
Hope this helps.
T.
Logged

raym

  • Sr. Member
  • ****
  • Helpful Post Rating: 0
  • Posts: 119
Re: Another Active-eye problem
« Reply #2 on: April 28, 2005, 08:25:02 AM »

I use an active eye motion detector.

When I need a macro to trigger a 'M1-on'. I
let the 'on' macro do the time delay and
then turn off whatever needs to be turned
off.

My active eye sensor / tranceiver combo
generates two 'off' events for each 'on'. I
wasn't sure what would happen If I used that
as a macro trigger so I just chose not to.




Logged

Danny Rego

  • Guest
Re: Another Active-eye problem
« Reply #3 on: April 28, 2005, 09:35:00 AM »

I actually turned the pot half-way, AND set
the delay to one of the built in presets.
Hmmm.....I have another unit in a box,
maybe I'll try it out.  It could just be
that this particular unit is defective.

Although...the wierd thing is in the
activity monitor, it ONLY SHOWS an ON...but
when I look at my macros....both the ON,
and OFF macro light up like crazy.
Logged

Danny Rego

  • Guest
Re: Another Active-eye problem
« Reply #4 on: April 29, 2005, 12:08:39 AM »

So I have TWO active-eye sensors, and they
are both behaving the same way...

I have the motion sensor set up for code M1
with a 2 minute delay between the ON, and
OFF signals.

When movement is detected...the CM15A sees
that "M1 is ON" in the activity
monitor...but it actually runs TWO
macros...M1 ON and M1 OFF.

What the hell is going on here???
Logged

martin

  • Sr. Member
  • ****
  • Helpful Post Rating: 2
  • Posts: 125
Re: Another Active-eye problem
« Reply #5 on: April 29, 2005, 09:52:40 AM »

Danny: I know what you mean and this is, I
believe, a bug in the way the Activity
Monitor shows commands. Here is an example:

Sensor B13
Macro B13 On triggers a bathroom light to
turn On. Let’s call this Macro “Lights On”.
Macro B13 Off triggers a bathroom light to
turn Off. Let’s call this Macro “Lights Off”.

In AHP, I created Macro “Lights On” before
Macro “Lights Off”.

You’ll see something like

Receive RF B13 On
Receive B13 Lights Off  ***
Receive B On

Then the name of your modules (contained in
macro) and their associated actions.

*** Activity Monitor will display the name
of your last created Macro, not the actual
name of the macro associated with either the
trigger B13 On or B13 Off. The following
action then specify if it’s On of Off,
here “Receive B On”. I fixed that by using
the same generic name for both the On and
Off Macros. Let’s say “Bathroom Lights”, the
Activity Monitor would then list:

Receive RF B13 On
Receive B13 Bathroom Lights
Receive B On

Hope it helps.
Logged

billy

  • Full Member
  • ***
  • Helpful Post Rating: 0
  • Posts: 42
Re: Another Active-eye problem
« Reply #6 on: April 29, 2005, 11:44:35 AM »

Ken,

Make sure you have the triger M1, OFF set in
your OFF Macro. (radio button)  I have
overlooked that a few times!

or else describe what the 2 macros do.
Logged

Danny Rego

  • Guest
Re: Another Active-eye problem
« Reply #7 on: April 29, 2005, 12:59:37 PM »

I understand what you're saying, but that
is not the problem.  The problem here is
that the activity monitor is showing the
proper M1 ON command....but both my M1 ON,
and M1 OFF macros happen at the same time.

Also...when I manually click the "off"
button on the active-eye....no macro is
triggered (but the activity monitor shows
it as "Receive RF M1 Off"
Logged

Danny Rego

  • Guest
Re: Another Active-eye problem
« Reply #8 on: April 29, 2005, 01:03:13 PM »

Billy...right now, the macros do nothing.
For testing, I have the M1 ON turn on a
light....and M2 OFF turns it off.

I double-checked the on/off setting in the
macros....they are fine.  If anyone else
out there could let me know if they have
something working like this....at least
I'll know it's me, and not the CM15A
unit/software!
Logged

martin

  • Sr. Member
  • ****
  • Helpful Post Rating: 2
  • Posts: 125
Re: Another Active-eye problem
« Reply #9 on: April 29, 2005, 01:28:24 PM »

Danny,

I have three motion sensors and associated
macros and they all trigger just fine, On
and Off.
Might be noise problems. Try with a regular
RF remote such as a PalmPad and see if you
get the same results.
Logged

billy

  • Full Member
  • ***
  • Helpful Post Rating: 0
  • Posts: 42
Re: Another Active-eye problem
« Reply #10 on: April 29, 2005, 02:24:49 PM »

Billy...right now, the macros do nothing.
For testing, I have the M1 ON turn on a
light....and M2 OFF turns it off.

So.....
MACRO1 Trigger = M1 On   (light ON)?
MACRO2 Trigger = M1 Off  (light OFF)?

The light is not also addressd as M1?

If you wait for the Active-eye to send the
off command does it show up in the activity
monitor?

If you click the Run Macro buttons does the
light turn on & off?
Logged

Danny Rego

  • Guest
Re: Another Active-eye problem
« Reply #11 on: April 29, 2005, 04:40:30 PM »

MACRO1 Trigger = M1 On   (light ON)?
MACRO2 Trigger = M1 Off  (light OFF)?

Exactly...

The light is not also addressd as M1?

No...the light is H4

If you wait for the Active-eye to send the
off command does it show up in the activity
monitor?

Yes...the ON shows....and 2 minutes later
the OFF shows...in the activity monitor.

If you click the Run Macro buttons does
the  light turn on & off?

Yes...by manually clicking it all works.

...I've ensured that the ON/OFF selection
is correct for each macro as well.

When the ACTIVITY MONITOR shows M1
ON....BOTH MACROS START, and NEITHER OF
THEM WORK!!!

I'm really starting to hate this crap.
Logged

billy

  • Full Member
  • ***
  • Helpful Post Rating: 0
  • Posts: 42
Re: Another Active-eye problem
« Reply #12 on: April 29, 2005, 05:00:49 PM »

Open your config file using wordpad eg:
C:\Program Files\ActiveHome
Pro\YOURFILENAME.ahx

Look for the Macros section:

<macros>
<macro name="Light On" code="M1" trigger="1"
id="4000001" moduleid="2000003"
ts="127592813836000000" download="1" >
<el cmd="7" area="1"
target="2000001" level="100" />
</macro>

<macro name="Light Off" code="M1"
trigger="0" id="4000002" moduleid="2000004"
ts="127592815557400000" download="1" >
<el cmd="7" area="1" target="2000001"
level="0" />
</macro>
</macros>

Should be like above.
What MH version you running?

Logged

Danny Rego

  • Guest
Re: Another Active-eye problem
« Reply #13 on: April 29, 2005, 10:51:35 PM »

Here it is...looks good to me!!!???
Anyone?!?!  (this is driving me crazy)

<macro name="TEST MACRO ON"
code="M1" trigger="1" id="4000026"
moduleid="2000066" ts="127592205299565798"
download="1" >
<el cmd="2"
area="1" target="2000010" />
</macro>
<macro name="test off"
code="M1" trigger="0" id="4000028"
moduleid="2000068" ts="127592205308784548"
download="1" >
<el cmd="1"
area="1" target="2000010" />
</macro>
<macro name="Another Test
ON" code="M2" trigger="1" id="4000029"
moduleid="2000071" ts="127592687108152876"
download="1" >
<el cmd="7"
area="1" target="2000027" level="100" />
</macro>
<macro name="Test again
off" code="M2" trigger="0" id="4000030"
moduleid="2000074" ts="127592687134181496"
download="1" >
<el cmd="7"
area="1" target="2000027" level="0" />
</macro>
Logged

Danny Rego

  • Guest
Re: Another Active-eye problem
« Reply #14 on: May 01, 2005, 10:38:24 PM »

Is there anyone out there who is seeing
proper behaviour?
Logged
Pages: [1] 2
 

X10.com | About X10 | X10 Security Systems | Cameras| Package Deals
© Copyright 2014-2016 X10.com All rights reserved.