Jump to content

Run fan for 30 seconds every 10 minutes


dlorenzo

Recommended Posts

Need to know what starts the process.   If always, set Program to Run at Startup.  If by some device action, such as pressing a KPL button or similar, just need to know what that is.

 

The meat of the Program

 

If

  depends on additional information

 

Then

   Repeat every 10 minutes
       Set 'fan' On

       Wait 30 seconds

       Set 'fan Off

     

Else

   Set 'fan' Off

Link to comment

Need to know what starts the process.   If always, set Program to Run at Startup.  If by some device action, such as pressing a KPL button or similar, just need to know what that is.

 

The meat of the Program

 

If

  depends on additional information

 

Then

   Repeat every 10 minutes

       Set 'fan' On

       Wait 30 seconds

       Set 'fan Off

     

Else

   Set 'fan' Off

 

Thanks! I will use a variable to get the program running.

Link to comment

Thanks! I will use a variable to get the program running.

Only state variables will trigger programs when they change value. Integer types do not trigger programs but can be used for testable status in logic statements.

 

ISY has an event based engine. You don't usually poll devices with software.

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)

    • There are no registered users currently online
  • Forum Statistics

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