Jump to content

Enabling a Folder


C Martin

Recommended Posts

I am creating a Power On Reset Schema.

I have programs that I want to run when the ISY Reboots.

I have a folder called Power on Startup.

The idea is - those programs only run during an ISY power-up.

 

Folder Conditions for 'Power on Startup'
Add conditions to limit when programs in this folder are allowed to run.

If
       Program 'Power On Startup Pgm' is True

Then
  Allow the programs in this folder to run.

 

My program that runs on Power up is:

 

 

If
       From    Sunrise
       To      Sunrise (next day)

Then
       Wait  2 minutes 
       Run program 'Power On Startup Pgm' (Else Path)

Else
  - No Actions - (To add one, press 'Action')

 

I tried running the Program with no conditions but it didn't work - that's why the from Sunrise - to - Sunrise (next day) is in the if statement.

I would have thought that just running the program as a "Status" "True" would trigger the Folder to be enabled - but no dice.

 

Just for completion, here is my folder contents:

 

If
       From    Sunrise
       To      Sunset  (same day)

Then
       Set Scene 'Sunrise Scene' On

Else
       Run program 'Check PM Time Status Pgm'

 

AND

 

If
       From    Sunset 
       To      11:00:00PM (same day)

Then
       Wait  1 minute 
       Set Scene 'Sunset Scene' On

Else
       Set Scene 'Good Nite Scene' On



Link to comment

Archived

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


  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.2k
×
×
  • Create New...