Sunday, July 28, 2013

Motion Detectors

Good info on linking from a Motion Detector.

Jumpers set:

-no blinking red led (save battery)
-no OFF signal after motion (easier to program)
-ISY sees everything


The motion Detector in the garage did not have communication until 
a 2443 was installed, piggy-backed on the IOlinc already installed 
on the ceiling.

The 2443 does not need to be installed in the system and the ISY does not have it in the list of installable devices. 
It simply works when you plug it in.





Program to monitor battery: (option 1)
==================================

If
        Status  'Garage Motion-Sensor / Garage Rm-Low Bat' is On
 
Then
        Send Notification to 'Don at Rogers' content 'Alert low battery'
 
Else
   - No Actions - (To add one, press 'Action') 





Program to monitor battery: (option 2)
==================================

If
        Status  'Garage Motion-Sensor / Garage Rm-Low Bat' is Responding
 
Then
        Send Notification to 'Don at Rogers' content 'Alert low battery'
 
Else
   - No Actions - (To add one, press 'Action')
 

(option 3)


Program to monitor battery: (option 3)
==================================

If
        Status  'Garage Motion-Sensor / Garage Rm-Low Bat' is not Responding
 
Then
        Send Notification to 'Don at Rogers' content 'Alert low battery'
 
Else
   - No Actions - (To add one, press 'Action')
 



Program to monitor battery: (option 4)
==================================

If
        Status  'Garage Motion-Sensor / Garage Rm-Low Bat' is not On
 
Then
        Send Notification to 'Don at Rogers' content 'Alert low battery'
 
Else
   - No Actions - (To add one, press 'Action')
 



No comments:

Post a Comment