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 At Start Up - FAQ

Featured Replies

Posted

I thought it would be beneficial to many of us to know when a Run At Startup should be used and applied. I think knowing when not to use it is even more beneficial to the masses.

 

What are the caveats of using this feature in ISY-994 Series Controller? Are there downsides in deploying too many and what defines too many?

 

This would also be a good thread for those to supply their programs along with details of how they use, deploy, and the idea of the Run At Startup program.

 

Much Thanks!

I have exactly one program that is set to "Run at Startup"  I call other programs from that.  Some of those call others.  Building in some delays here and there, allows me to time phase startup runs so that they don't all just run at once as well as add some logic to decide what needs to run and what doesn't.

 

-Xathros

I only have a few that run at startup, probably the same that many due:

 

Reboot notification:

If
   - No Conditions - (To add one, press 'Schedule' or 'Condition')
 
Then
        Send Notification to 'All' content 'Startup'
 
Else
   - No Actions - (To add one, press 'Action')

DSCLink heartbeat ($Alarm_Heartbeat is init'ed to 2):

If
        $Alarm_Heartbeat is not 0
 
Then
        Repeat Every  0 seconds
           Wait  10 minutes 
           Send Notification to 'All' content 'Alarm Heartbeat'
 
Else
   - No Actions - (To add one, press 'Action')

DSCLink status:

If
   - No Conditions - (To add one, press 'Schedule' or 'Condition')
 
Then
        Resource 'Alarm - Get Status'
 
Else
   - No Actions - (To add one, press 'Action')

Leak sensor startup program:

see here: http://forum.universal-devices.com/topic/11566-leak-sensors-a-suggested-complete-program-package/

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.