Page 1 of 1

Smartthings App - Parse Instant Mode

PostPosted: Sun Oct 01, 2017 7:57 pm
by miketuck
In Smartthings, I was able to successfully modify the device handler to add a new tile to Arm Instant, but I can't figure out how to parse the event so that I can set the panel status to armed_instant (a new status).

I also added a new attribute using Door Control, with Open/Closed that I can use to trigger Instant from webCoRE, etc.

Any suggestions?

Re: Smartthings App - Parse Instant Mode

PostPosted: Mon Oct 02, 2017 8:27 am
by kevin
The WebApp API will need to be updated to pass the arm mode to the request is what will need to happen for that to work for you.

Currently we only support stay or away, not granular like night stay or instant etc

Re: Smartthings App - Parse Instant Mode

PostPosted: Mon Oct 02, 2017 8:49 am
by miketuck
So tomorrow then? :lol:

Glad you said that to be honest, because I was trying to find it in the parser code and was close to losing my mind!

Re: Smartthings App - Parse Instant Mode

PostPosted: Mon Oct 02, 2017 9:13 am
by kevin
Good one!

You can determine arm mode (away or stay) if this key is present in the api call

panel_armed_stay

If that is there, then stay mode is activated.


I've put more granular arm modes into the list of things to take a look at, but we're preparing for a new release soon and I don't know that it will make it in time.