Everything posted by jim_
-
Sunrise verses Season verses Wakeup time
Quick Thank You for your suggestions, Good samples to learn from ...
-
Sunrise verses Season verses Wakeup time
Trying to write a wakeup program that compares Sunrise and a wakeup time taking into account the season. Let’s say high summer, Sunrise is before wakeup time and I don't want the lights on, but in winter, wakeup is long before Sunrise, so turn the lights on until Sunrise turns them off. Given that Wakeup is fixed at 6:00AM during weekdays and Sunrise varies every day, how does one create the logic (Sunrise is false and time is 6:00 AM) = True, turn light on … else do nothing If On Mon, Tue, Wed, Thu, Fri Time is NOT Sunrise And On Mon, Tue, Wed, Thu, Fri Time is 6:00:00 AM Then Set 'Wakeup Light' On
-
Help with Variables Basics
Thank you for your help ... it works ... Makes sense now ... I wondered why Value on VAR_1 State never changed when Init was changing
-
how to get dusk & logs to work on new ISY-994i
I created a program named DUSK ... I was not expecting it to be a select-able item when adding new programs
-
Help with Variables Basics
trying understand how Variables work ... I can see the VAR_1 Init value change, but not control an actual device I have 3 programs for this test Variable ON ------------------ If X10 'B2/On (3)' is Received Then $VAR_1 Init To 1 Else - No Actions - (To add one, press 'Action') Variable OFF ------------------ If X10 'B2/Off (11)' is Received Then $VAR_1 Init To 0 Else - No Actions - (To add one, press 'Action') On the Variables TAB / State I can see the value in the Init column change to 0 or 1 when B2 goes On or Off ======================================================================= What I don't understand is why this does not work Test device on / off via Variable ------------------ If $VAR_1 is 1 Then Set '25.C4.73.1' On Else Set '25.C4.73.1' Off
-
how to get dusk & logs to work on new ISY-994i
forget it ... I see my error
-
how to get dusk & logs to work on new ISY-994i
Thanks for the help, got it working What is the DUSK program for / do ? If Program 'Dusk' is True
-
how to get dusk & logs to work on new ISY-994i
Thanks for the info, but here comes the questions on editing Editing the program, the first pull down in the If condition window only has "And" & "Or" to select How do I get a pull down to select "From" & "To" ? Cheers
-
how to get dusk & logs to work on new ISY-994i
Hi, just purchased an ISY-994i to replace an X10 system from the 90’s running on a DOS controller This type of programming is completely new to me, so what may be obvious to others is something I am struggling to understand. I am using 2 lamp modules to test with and mixing in some existing Leviton control switches … this is my test program which does not trigger at DUSK. IF – Program ‘Dusk’ is True Then – Set Module_1 On Wait 10 seconds Set Module_2 On Send X10 ‘C1/On (3)’ <<< Leviton control switch Else - Set Module_1 Off Set Module_2 Off Nothing happens when the Sunrise/Sunset time surpasses the Sunset time ? Next, there are no Diagnostic / Event Logs being generated … how do you enable them ?