HomeGenie Forum

General Category => General Discussion => Topic started by: Johnny H on September 24, 2016, 06:21:18 PM

Title: Predefined parameters for scheduler--- except.weekends
Post by: Johnny H on September 24, 2016, 06:21:18 PM
Wr have scheduled to turn onbthe garage lights outside in the am before wr go to work based on the darkness.

Dont need them turned on at the weekends..
Is there a variable predefined that can be used as with the holidays.summer ?
@Solar.Sunrise
% (Except.Weekends )

Thanks,
Johnny
Title: Re: Predefined parameters for scheduler--- except.weekends
Post by: mchias13 on September 24, 2016, 10:47:58 PM
The code is use:

@Solar.Sunrise
%
(* * * * 6,7)

As far as holidays, I can't answer.  Not knowing if there is a predefined "holidays" definition.  Could always add all the holidays to a new event and add that after the weekends using " : @holidays"
Title: Re: Predefined parameters for scheduler--- except.weekends
Post by: Johnny H on September 25, 2016, 09:55:09 PM
Excellent, i'll try that.

Thanks,
Johnny