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.

Schedule Issue

Featured Replies

Posted

Have the following program to set a scene on if the time is after 5PM to sunrise.  For some reason scene is always active no matter the time of day.  So what am i doing incorrectly?

Alarm Entrance Delay - [ID 0023][Parent 0001]

If
        From     5:00:00PM
        To      Sunrise (next day)
    And 'ELK / Jameson' Alarm Status is Entrance Delay is Active
 
Then
        Set 'Welcome Home' On
 
Else
   - No Actions - (To add one, press 'Action')
 

Solved by MrBill

Go to solution

that should work assuming 'ELK / Jameson' Alarm Status is Entrance Delay is Active is valid... (I don't have ELK).

you can always break into 2 programs which might help spot the issue.

Alarm Entrance Delay - [ID 0023][Parent 0001]

If
         'ELK / Jameson' Alarm Status is Entrance Delay is Active
 
Then
        Run Program2 (if)
 
Else
   - No Actions - (To add one, press 'Action')

----

Program 2 (Must be DISABLED)

Alarm Entrance Delay - [ID 0023][Parent 0001]

If
        From     5:00:00PM
        To      Sunrise (next day)
 
Then
        Set 'Welcome Home' On
 
Else
   - No Actions - (To add one, press 'Action')

 

Reminder: disabled programs still run when run by another program, they won't be triggered by IF conditions however.

  • Solution

I'd also use the program search function and look for another version of the program.

  • Author

Thanks Mr Bill, will break into two programs as suggested 

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.