ADT partnership: ST-ADT touchscreen hub and devices (discussion thread)

It’s now Working 100% – see bottom of post

It looks like a spoke a bit too soon – it’s partially broken. Here’s what works and what doesn’t work:

‘IF’ works flawlessly. In other words, you can use WebCoRE to respond to the status of the panel in order to trigger other things without any issues whatsoever.

‘Action’ is partially broken. You can use webCoRE to trigger a disarm command but ‘armedStay’ and ‘armedAway’ seem broken. When you select either of these commands, nothing happens.

UPDATE: I was able to get it working by using a custom command. I checked the event log for the panel in IDE and noticed webCoRE is sending the incorrect command. It’s sending ‘armStay’ when it expects ‘armedStay’. To fix this you can do the following:

  1. In webCoRE select the custom command ‘armStay’ or ‘armAway’, depending on what you want triggered.
  2. Look towards the bottom for the ‘Parameters’ button. Click it and select “Add an string parameter”
  3. Select ‘Value’ and then type ‘armedStay’ or ‘armedAway’, depending on which security mode you want to activate.

Here’s what webCoRE should look like when you’re done: