Mobile Notification - Universal Devices ISY-994i User Manual

Home automation
Hide thumbs Also See for ISY-994i:
Table of Contents

Advertisement

• 'Action Popup' Text='%var_val' Timeout='5'
Run the task - you'll get a popup with the current variable.
The Javascript sets variables (global in scope) for the properties of the variable.
• %varLastVal - Last returned variable value
• %varLastInit - Last returned variable Init value
• %varLastSet - Date and time the variable was last set
• %varLastID - ID of last returned variable
• %varLastType - Type of last var (1=Integer, 2=State)
In any other task - you can 'Perform Task' 'ISY-GetStatus-Var' with %par1 being the type,
and %par2 being the ID of the variable you need the value of. Then read the values of the
call from variables...

19.1.10 Mobile Notification

We are going to use 'AutoRemote' to send device status to Tasker as a variable. This can
then be used on Tasker to update widgets or trigger events.
AutoRemote
• Install from
https://play.google.com/store/apps/details?id=com.joaomgcd.AutoRemote&hl=en
• After installing the app on your phone, make a note of the URL presented in app
• On a desktop - visit the goog.gl URL in order to determine the long URL. You'll need
the long URL when setting up the resource.
• For each message you wish to send, create a network resource as follows
o 'https' 'get'
o host is 'AutoRemotejoaomgcd.appspot.com'
o port is 443
o path is '/sendmessage?key=[key-from-url]&message=[message]
o timeout at least 2000ms (SSL takes a while to become established - can be
lower if you change method to 'http' though
o mode is 'C Escaped'
o Make sure 'Encode URL' is checked - so that special characters or spaces in
your message get encoded
▪ Documentation can be found at
In this example, I'm going to send the status of a door (from an Elk zone) to a Tasker
variable (0=closed, 1=open).
96
(Universal Devices)
96
http://joaoapps.com/AutoRemote/
Page | 522

Advertisement

Table of Contents
loading

Related Products for Universal Devices ISY-994i

Table of Contents