Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Run fan for 30 seconds every 10 minutes

Featured Replies

Posted

How can I program a fan to be run for 30 seconds every 10 minutes?

 

I am lost don't know where to begin with this one ...

 

THanks!

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

Edited by LeeG

  • Author

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.

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.

Guest
This topic is now closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.