Custom Intents to work with Tasker, Llama and NFC Tags:
For an always updated list see this link:
http://www.authomation.net/documentation/intent-usage *
On / Off Binary Switch & Dimmable Light - authomation://device/
VeraID/
deviceID/[on|off]
Example: To turn on binary light for device 8
authomation://device/3123456/8/on
*
Dim Dimmable Light - authomation://device/
VeraID/
deviceID/dim/75
Example: To dim dimmable light for device 8 to 75%
authomation://device/3123456/8/dim/75
*
Lock / Unlock Locks - authomation://device/
VeraID/
deviceID/[lock|unlock]
Example: To unlock door for lock device 23
authomation://device/3123456/23/unlock
*
Arm / Bypass Security Sensors - authomation://device/
VeraID/
deviceID/[arm|bypass]
Example: To set security sensor device 10 to bypass
authomation://device/3123456/10/bypass
*
Toggle - authomation://device/VeraID/deviceID/toggle
Example: To toggle binary light device 8
authomation://device/3123456/8/toggle
*
Thermostat set point - authomation://device/
VeraID/
deviceID/[setPointCool|setPointHeat]/77
Example: To set thermostat device 17 cool setpoint to 77
authomation://device/3123456/17/setPointCool/77
*
Thermostat fan mode - authomation://device/
VeraID/
deviceID/[ContinuousOn|Auto]
Exmaple: To set thermostat device 17 fan to Auto
authomation://device/3123456/17/fanmode/Auto
*
Thermostat mode - authomation://device/
VeraID/
deviceID/[Off|CoolOn|HeatOn|AutoChangeOver]
Example: To set thermostat device 17 to heating mode
authomation://device/3123456/17/mode/HeatOn
*
Scene - authomation://scene/
VeraID/
sceneID Example: To run scene 33
authomation://scene/3123456/33
*
Alarm Panel - authomation://device/
VeraID/
deviceID/alarm/[arm | disarm]/pinCode
Example: To disarm alarm panel with device id of 31
authomation://device/3123456/31/alarm/disarm/1234
*
AV - authomation://device/
VeraID/
deviceID/av/[command]
Commands: [play | pause | stop | next | previous | rewind | fastforward | repeat | shuffle | vol | mute]
Example:
To set av with device id of 83 to play
authomation://device/3123456/83/av/play
To set av with device id of 83 to volume of 55 percent
authomation://device/3123456/83/av/vol/55
To set av with device id of 83 to mute on or off
Mute On:
authomation://device/3123456/83/av/mute/1
Mute Off:
authomation://device/3123456/83/av/mute/0
Change
VeraID to the id of your vera unit and
deviceID to the ID of the device.
NFC Task Launcher App Instructions:1. Launch NFC Task Launcher
2. Click the plus sign at the top right corner of the app.
3. Select either "New Task" or "New Switch" (if you want to toggle between actions).
4. Enter a tag name (can be anything you want to help identify the tag action).
5. Press the "Add actions" button.
6. Select "Applications & Shortcuts"
7. Select "URL" and click next.
8. Enter the authomation uri syntax. For a scene it would be
authomation://scene/1234567/20 Where 1234567 is the vera unit id and 20 is the scene number to run.
9. Press OK when done entering the uri in the dialog box.
10. Click on the "Save & Write" tag at the top right hand corner.
11. In the options section, uncheck write tag name. (This will free up some data to be written to the tag)
12. Place tag on the bottom of your phone and let the tag writer write to the tag.
13. Once the tag is written, you should be good to go and the tag should function as it should.
- Garrett