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.

tylermerrick

Members
  • Joined

  • Last visited

  1. I have updated my program to what was recommended by stusviews. Thanks for the help, now I just have to wait for a little more rain to see if it triggers properly.
  2. I am using a SynchroLinc to detect when my sump pump comes on in the basement. Ideally I would like to have one notification when it is triggered and then an additional if it is running for more than 2 minutes, which would indicate that it isn't keeping up and may need some additional attention. I am having trouble with the following program sending 2 notifications for every time that it is triggered. When we are getting heavy rainfall this can fill up my inbox quickly. I only get the 'Sump Pump Running' emails currently. I believe the logic in the Monitor program isn't working as I understand it, and the THEN condition is evaluated even if the original condition isn't true after 2 minutes. Details below and please offer any suggestions as well. I would like to build upon this in the future once I get the kinks worked out. Variable: iSumpRunningDuration: init 0 ====================================================== Sump Monitor Program: If $iSumpRunningDuration > 0 Then Repeat Every 2 minutes $iSumpRunningDuration += 2 Send Notification to 'Family' content 'Sump Pump Running' Else Send Notification to 'Family' content 'Sump Pump Status Change' ======================================================== Sump On Program: If Status 'Power' is 100% Then $iSumpRunningDuration = 1 Send Notification to 'Family' content 'Sump Pump Running' Else $iSumpRunningDuration = 0 ======================================================== Sump Reset Program If Status 'Power' is Off Then $iSumpRunningDuration = 0 Else - No Actions - (To add one, press 'Action')

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.