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.

fastvance

Members
  • Joined

  • Last visited

  1. I was thinking that, but I the IF contains Presence_JUST_CHANGED=1, and the THEN changes Presence_JUST_CHANGED=0. I thought that would prevent it from running more than once.
  2. I made a super-simple program to test the system, and found it did not send 2 copies of the email: If Time is 2:57:00PM Then Send Notification to 'Vance GMAIL' content 'Presence is AT HOME' Else - No Actions - (To add one, press 'Action') However, where I am implementing, the code is a little more complicated: If $Presence is 1 And $Presence_JUST_CHANGED is 1 Then Send Notification to 'Vance GMAIL' content 'Presence is AT HOME' $Presence_JUST_CHANGED = 0 Else - No Actions - (To add one, press 'Action') The way this works is the variable Presence indicates if we are at home or not, and it set using some other programs, based on a bunch of inputs, like time schedule, security alarm state (disarmed/home/away), motion detected in certain security alarm zones, etc. The security alarm is a Honeywell Vista which sends some X10 commands based on zone inputs. The ISY994 hears these and takes actions accordingly. Since I want for some certain things to happen "right after" the state of the Presence variable changes, I added another variable called Presence_JUST_CHANGED which is changed to 1 when the Presence state changes, and if not changed back by another program (like this one), will time-out automatically. Some how, the upper program sends 1 email like its supposed to, but the bottom program sends 2. Any ideas?
  3. I have my ISY99 configured to send me an email based on some events. It always sends 2 copies of the email; both identical. I have upgraded to an ISY994, and it does the exact same thing. I am using the built-in email settings, as I wasn't able to get it to work with mine. Anyone know why its sending 2 copies of the email? What do I have set wrong? Thanks!

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.