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.

trying to get "IF" statement to run every 5 minutes

Featured Replies

Posted

I have a program set up for my ceiling fan to come on when the temperature it between 72° and 76°. I want the IF statement to run every 5 minutes. When I look at the summary page it shows next scheduled run time 11:00:00 pm. Should it not show next run time as 5 minutes later?  

 

All Fans On 73 - [ID 001B][Parent 0001]

If
        From     9:30:00AM
        To      11:00:00PM (same day)
    And Module 'Climate' Temperature >= 72 °F
    And Module 'Climate' Temperature <= 76 °F
 
Then
        Set 'Dinning Room / Dinning Room Fan' 18%
        Set Scene 'Living Room / Living Room Fan Low' On
        Set 'Bedroom / Bed Room Fan' 18%
        Set Scene 'Den / Den Fan Low' On
        Set 'Craft Room / Craft Room Fan-Motor' Low
 
Else
        Repeat Every  5 minutes 
 

Hi tlightne,

The IF runs whenever there's a change in temperature and within your time constraints. You do not need a repeat.

 

With kind regards,
Michel

  • Author

Michel,

Thank you for the information and quick reply.

Michel,
Thank you for the information and quick reply.
For the future, repeat repeats lines below itself only.

Sent from my SM-G930W8 using Tapatalk

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.