[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: CM12U, ActiveHome, and USB com ports
- Subject: Re: CM12U, ActiveHome, and USB com ports
- From: Ian Oliver <lists@xxxxxxxxxxxxx>
- Date: Mon, 25 Jun 2007 08:33:30 +0100
In article <000901c7b5a8$4b9d6d50$0200a8c0@xxxxxxx>, Mark McCall
wrote:
> Heyu uses the CM11A computer interface to send and receive X10 control
> signals over the AC power lines to modules which can turn On, Off, or
Dim
> attached lamps or appliances. It can store a schedule of timed
events in
> the CM11A memory for execution when the computer is turned off or
> disconnected.
Here is a small part of my config file. X10 addresses are assigned to the
various names elsewhere.
The zeros in the macros are optional delays, which I'm not using.
---------------------------
# Dusk and dawn timers
# Various lights on 30 mins before dusk and until midnight
timer smtwtfs 01/01-12/31 dusk-30 23:59 dusk_on dusk_off
# Various lights on from 6:30 to an hour before dawn, but not if dawn
before
5:30
timer smtwtfs 01/01-12/31 06:30 dawn+60 dawn_on dawn_off dawngt
05:30
# Sitting room triggers and macros (on remote)
trigger sitting_trigger on sitting_on
macro sitting_on 0 on sitting_corner; on sitting_table
trigger sitting_trigger off sitting_off
macro sitting_off 0 off sitting_corner; off sitting_table
# Outside triggers and macros (on remote)
trigger outside_trigger on outside_on
macro outside_on 0 on east_lights; on south_lights; off pirs
trigger outside_trigger off outside_off
macro outside_off 0 off east_lights; off south_lights; on pirs
# macros for dawn/dusk. Choose your lights! PIRS on when dusk lights off as
a backup.
macro dusk_on 0 on sitting_corner; on hall_table
macro dusk_off 0 off sitting_corner; off hall_table; on pirs
macro dawn_on 0 on hall_table
macro dawn_off 0 off hall_table
# Dark trigger is on remote control
trigger dark_trigger on dusk_on
trigger dark_trigger off dusk_off
---------------------------
Ian Oliver
Sunny Leeds, UK
Using Java on Tini for control via Dallas 1-wire
UKHA_D Main Index |
UKHA_D Thread Index |
UKHA_D Home |
Archives Home
|