Jump to content

Insteon Motion Sensor


Brian H

Recommended Posts

Can you gentleman please post the best X10 motion sensor that you've found to work well with ISY. I only need a couple and would try them first. Also if someone has a program that has worked well with ISY to take the motion and trigger ISY, I'd greatly appreciate it.

 

Thanks ahead of time,

 

aLf

Link to comment
Share on other sites

I use a pair of programs for my driveway motion. Here they are:

 

DRIVEWAY MOTION 1

 

If
       X10 'B1/On (3)' is Received
   And Status  'DrivewayModule1' is Off

Then
       Run Program 'X10 Driveway Motion 2' (Then Path)

Else
  - No Actions - (To add one, press 'Action')

 

 

DRIVEWAY MOTION 2

 

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       Set Scene 'Driveway' On
       Wait  5 minutes 
       Set Scene 'Driveway' Off

Else
  - No Actions - (To add one, press 'Action')

 

 

Nothing sophisticated at all, just turns my drivway lights on for 5 minutes if motion is detected.

Link to comment
Share on other sites

Alf,

 

I use a bunch of EagleEyes (because they are cheap) and an EZX10RF transceiver.

 

If I can tolerate the ~2 sec. lag from when motion is first detected by the motion sensor to the eventual activation of the device on the powerline by the ISY OR if the device to be activated is an X10 device, then I let the EZX10RF send X10 signals to the ISY. A typical program might look like this motion chime program:

 

Driveway Motion Alarm

 

If
       X10 'D6/On (3)' is Received

Then
       Send X10 'G6/On (3)'
       Run Program 'Driveway Motion Alarm' (Else Path)
       Run Program '* Driveway Motion' (Else Path)

Else
  - No Actions - (To add one, press 'Action')

 

The "* Driveway Motion" program is to track the X10 state of the motion sensor.

 

On the other hand, if the device to be activated is an Insteon device and I want much reduced activation lag (under a sec.) through the ISY, I use the EZX10RF's X10 RF to Insteon transceiver translation capabilities in a program like this:

 

Motion Guest Bath Nitelite

 

If
       (
            Control 'Guest Bedroom Motion N2' is switched On
         Or Control 'Guest Bath Motion N4' is switched On
       )
   And From     9:00:00PM
       To      Sunrise +  1 hour  and 15 minutes (next day)

Then
       Set 'Guest Bath LL1 Nightlite' Fast On
       Wait  3 minutes 
       Set 'Guest Bath LL1 Nightlite' Off
       Run Program 'Motion Guest Bath Nitelite' (Else Path)

Else
       Set 'Guest Bath LL1 Nightlite' Off

 

The Control statements refer to EZX10RF Insteon signals transmitted after receiving the X10 RF taffic.. There are two EagleEyes that can active the guest bath nightlight in this case which is controlled by a LampLinc.

 

None of my EagleEye motion programs are very complicated so I doubt that you would have any problem programming your own motion programs.

 

Because the EagleEyes are so cheap, I had no qualms about modifying all of mine to have two wires that stick out of the back and are connected to the battery wiring. I can either attach a spare battery pack to them all the time to boost the battery life expectancy or I can attach a battery pack to change the internal batteries without losing the EagleEye house code programming. Programming the EagleEyes is a bit of a pain and I want to minimize it. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...