Jump to content

how to get dusk & logs to work on new ISY-994i


jim_

Recommended Posts

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 ?

Link to comment

Check that the Sunrise does not say (same day).   It should be set to (next day).  Post the actual Program (right click on Program name and select last option Copy to Clipboard).   Paste into forum post.

 

Wrong
 
If
        From    Sunset 
        To      Sunrise (same day)
 
 
Right
 
If
        From    Sunset 
        To      Sunrise (next day)
 
Then
Link to comment
If

        From    Sunset 

        To      Sunrise (next day)

 

won't do anything unless there is another trigger condition.

 

If

        Time is Sunset (or Sunrise)

 

will be true at that particular time. No other conditions are needed.

Link to comment

 

If
        From    Sunset 
        To      Sunrise (next day)
 
won't do anything unless there is another trigger condition.
 

 

What?

 

I have to disagree.  I believe this will trigger and run then at sunset and trigger and run else at sunrise.

 

-Xathros

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...