|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | RE: [ECS] Setting up a RF remote to execute macros Martin Terry Mon, 5 Oct 1998 15:35:40 -0700 |
Here's a perfect opportunity to clarify something from Mark (or anyone
else who knows)
I see a potential for failure in the event line:
If Timer Is Now 0
During the first event pass after ECS startup would this logic not be
true? Therefore light1,2, and 3
would be set to Off?
> -----Original Message-----
> From: Bill Walters [SMTP:wtwalters@home.com]
> Sent: Monday, October 05, 1998 3:08 PM
> To: ecs-list@vancouver.ml.org
> Subject: Re: [ECS] Setting up a RF remote to execute macros
>
> Tim,
>
> Sure, assuming you have defined items for your RF console, your 3
> lights all you need to add is an item for a timer, with the
> type:Minute-Timer. Then write your event like:
>
>
> Event: Sample Light Called ?:No
> If RF-Remote Btn A Is Now A10/On
> Then Light 1 Set On
> Then Light 2 Set On
> Then Light 3 Set On
> Then Timer Set 2
> If Timer Is Now 0
> Then Light 1 Set Off
> Then Light 2 Set Off
> Then Light 3 Set Off
> End
>
> The name "Timer" is of course the name you defined with an item of
> type
> Minute-Timer (use whatever names you have defined)
>
> Bill Walters
>
>
>
>
> Mulle, Tim wrote:
> >
> > HI:
> >
> > Can anyone tell me how to set up a simple example that will turn
> lighs
> > A1,A2,A3 to 50% for 2 minutes then turn them off when I press A10/on
> > on my RF Remote?
> >
> > Thanks,
> > Tim
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects