Control ADT Alarm State Based on Location Mode


#1

Hi Folks,

I am trying to set my ADT hub state to Arm/Away when location is Away.
I have the opposite running correctly when location is set to Home to Disarm ADT but no dice for arming. Any help would be appreciated.


#2

How do you get the ADT panel to show up in webcore? Sorry if this is not the right place to ask but I could not find the answer by searching in the forums.


#3

For arming (both kinds) you need to add an additional string parameter – the following all work for me:

disarm()
armAway(armedAway)
armStay(armedStay)

(note the additional “ed” in the string parameters).

You can add in from the list of “battery powered devices” in webCoRE.


#4

Nm I found it. Thanks @ahndee

Sorry again, but where is this list?


#5

Also, this worked perfect.


#6

Awesome, That worked perfectly. Thank You!


#7

@ahndee - Do you know how to pull alarm trigger events?

For example, if Alarm is tripped then turn on bedroom lights. I cannot find the setting that tiggers that flow.

Thanks!


#8

No. I haven’t played with that at all yet.