|
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] Gradual brightening of lights / weekday vs weekend Dan Carrington Thu, 14 Jan 1999 12:06:45 -0800 |
Easy. Use the calculated time of sunset and subtract an hour or hour or
so and check for that. You can make your offset by just seeing what
time you want the light on and compare that to the calculated sunset.
They you can even set an item like TIME-DUSK to that time and use it to
program anything. I do something like that and also have ECS check the
light sensor (analog input with a photoresistor) and then set another
state holder "T\F Dark" and then turn lights on via it. That takes into
account very dark stormy days, heavy fog days, and even eclipses, solar
burnouts, and those very rare days that the sun doesn't rise!!!!
IF TIME is now TIME-DUSK
OR T/F DARK is now TRUE
THEN LIGHT set ON
Dan Carrington
hutchins.ta@pg.com wrote:
>
> Mark,
> Thanks for the reply.
>
> Left out one minor detail. Would like lights to come on about 30 min.
> before 'dusk'
>
> Tom
>
> From: Mark Gilmore <omnip@usit.net> on 01/14/99 05:57 PM
>
> Please respond to ecs-list@netbloc.com
>
> To: ecs-list@netbloc.com
> cc: (bcc: Thomas Hutchins-TA/PGI)
> Subject: Re: [ECS] Gradual brightening of lights / weekday vs weekend
>
> Tom,
> The simplest way is to reference explicit times:
> If time is now 8:00 AM
> Then light set 10%
> Else if time is now 8:05 AM
> Then light set 20%
> ...
> ...
>
> Your event looks fine.
>
> hutchins.ta@pg.com wrote:
> >
> > I'm trying out ECS-lite and am trying to figure out how to gradually
> > increase lights over time. I did this in Active how w/ the delay
> > feature(brt 10% / delay 5 min./ brt 10% ect). What's the easiest way to
> do
> > this in ECS.
> >
> > Also, I'm modifying the electric blanket event and want to turn it off at
> > 6:30am on weekdays and 8am weekends. I am trying the following
> > If Time Is Now 8:00 PM
> > | Then Electric Blanket Set On
> > |
> > |
> > | If Weekday Is True
> > | And Time Is Now 6:30 AM
> > | Then Electric Blanket Set Off
> > | Else If Weekday Is False
> > | And Time Is Now 8:00 AM
> > | Then Electric Blanket Set Off
> >
> > Is thie the best way to do this?
> >
> > Thanks,
> >
> > Tom
>
> --
> Mark Gilmore
> Omnipotence (ECS Home Automation Software)
> Voice:423-745-0026
> FAX :423-745-1714
> omnip@usit.net
> http://www.usit.com/omnip
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects