Tags: x10
More X10 goodies
September 13th, 2008The use of motion detectors for turning on specific lights in the house has been a resounding success.
Part of the reason for this success has been clearly thinking out where these motion detectors are placed, and when they are to be triggered. The motion detectors have a setting for a) detecting ALL motion (day or night) or b) only make detection changes at night. The difference here is one acts like a motion activated night light, and the other is a 24x7 sentry of movement.
Next to be acquired is the in-line screw-in bulb X10 module. This will be most useful for a) porchlights and b) a single bulb in a lamp tree of three.
Also on the way is a doorbell sounding chime activated on a specific code.
I'll be writing about the heyu program for unix to communicate with the CM11 module in a separate post.
X10 on Linux
September 4th, 2008I finally dug out the old X-10 stuff, and while thinking about how use of all that, and whether to use wine with the original CD, or look for linux drivers, I decided I would really rather run in native linux mode, and be able to study the source and underlying protocol. With that, I could write much more into control scripts.
One interesting ability is to get broadcasts from a device, re-direct that to the unix level, and fire scripts because of it. Thus: a motion sensor could trigger a series of events including turning on lights, sending an e-mail (with details of what triggered the e-mail), and other actions.
So far, the BEST uses have been simple, motion activated lighting in areas at night that ALWAYS need them on a temporary basis.
I'll find other uses, I'm sure.