Sunday, July 28, 2013

Good Video on Linking Buttons

http://youtu.be/hbkFnzBhKB4



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')
 



Saturday, July 27, 2013

Keypadlinc


An important component in the Insteon product line is the
Keypadlinc.

This is the 6-button version.

For easy testing, we purchased the plastic case to use it on a desk rather than mount it into the wall to replace a switch.

In this case, I have a lamp plugged into it, but there are four other buttons that can be programmed for other uses.

We use the "A" button as an indicator light that the garage door is open.

 The button indicated "B" if pressed turns on all the lights outside in the back yard. In actual fact it turns on three different remote control Insteon switches.


Tuesday, July 16, 2013

Home Automation Design Goals



July 2013

Here are the design notes for the automation system being installed.

Basic Technology: Insteon

It is based on Insteon technology because a practical test of a few devices proved to be both stable and effective.

We purchased an evaluation package from Canada Computing, after searching for the product for a few years in Canadian stores. Finally it is being sold!

The system re-transmits commands to devices in a mesh network, over the electrical wires. Some Insteon dual-band devices also use a wireless RF transmission workable to range of 150 ft. This means that Insteon is two magnatudes better than X10, which only transitted over the electrical wires.

At our new home, x10 did not operate reliably, so we studied other options including ziggbee and insteon.

Controller: ISY994i by Universal Devices

Key to making the system intelligent, was the purchase of an Insteon controller --an ISY994i made by Universal Devices. Using this device, one does not need to have a computer operating with control software, which was a prime requirement to have a dependable system.

Both the Insteon devices as well as the ISY also will work with x10 devices, so as it happens, we have a few of them from our older house where we used x10 with some degree of success... Mainly because the house was so small.

Rooms Need To Act Intelligently

My idea of home automation is NOT remote control of everything from an iphone. There certainly is a place for remote control, but in my mind this is secondary to "automation."

Rooms need to act with intelligence. They should turn lights on if someone comes in and the room is dark. They should turn off lights is everyone leaves the area. If no one is home, and the sensors "see" a person in the room, an alarm system is set off and you are notified via your phone, email, etc.

I hope that the Insteon/Universal Devices solution will be the catalyst to making a truly "Intelligent" House.