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.

How to detect elk users in the isy.

Featured Replies

Posted

This is a poor man's approach, but given the programming limitations it will suffice as a workaround.

 

The approach is very straight forward and can be adapted to getting other information from the elk that isnt yet available though the ISY interface. This technique involves using outputs from the elk system to trigger events in the ISY. So for this example to determine which user disarmed the system try the following:

 

Create or modify an existing rule in the elk system:

WHENEVER yoursystem (Area #) ARM STATE BECOMES DISARMED

AND LAST USER WAS employee (User #)

THEN TURN Output # ON FOR 10 SECS, RESTART TIMER IF RUNNING

 

Output # is whatever you want to assign to that employee I started at output 100 and used 101 for employee 1 etc.

 

Next step is to create a notification and program in the ISY to catch the output trigger in the elk, like this:

 

Custom Notification:

 

Subject: hard code your employee's name here,

 

Body: employee's name disarmed the system, status:${elk.area.1.alarmState} ${elk.area.1.armedState}

 

${sys.date}

${sys.time12}

 

____________________________________________________________________

 

ISY PROGRAM

 

IF

Elk Area 'your system' 'Armed State' is Disarmed

And Elk Output 'Output # you used for that employee' is On

 

Then

 

Send Notification to 'you' content 'custom message for that employee'

 

 

_____________________________________________________________________

 

using this approach you can capture almost any data in the elk not yet visible in the ISY though it could be a bit laborious if you have a lot of employees. If you are limited by the number of outputs available consider using more than one output to define an employee for example with only 5 outputs available you could control 2 to the 5th power or 32 employees, then just change your rules and program's to reflect the additional outputs.

 

I also receive a text message from the isy instead of an email by using this format for the email: 310#######@txt.att.net you can check with your own service provider on their format for converting emails to text messages.

 

Good luck

Ah, another 310 guy here? Or at least, you were!

 

Just a quick tip...if you use 310#######@mms.att.net you might like the format better.

  • Author

Thats a great tip about the mms. Thanks!

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.