I've answered some of my own questions.
jasonsf wrote:First, is there a way to change the alarm state based on a button press? I have a minimote that I would like to use as an alarm remote. So far I have been unsuccessful getting AlarmDecoder to respond when I make it the target of the buttons.
I'm still looking for the right way to trigger these. The button controller smartapp seems to work ok by toggling the AlarmDecoder device as a lock or a switch.
jasonsf wrote:Second, I would like the SamrtThings Home Monitor to sync its state with the Service Manager. So, it I arm Service Manager, the Home Monitor arms also and vice versa. Has anyone successfully written anything to do that. I've tried using the CoRE rules engine but I'm stuck when trying to figure out what kind of device the Service Manager emulates. If I choose a Lock, it allows locking and unlocking, but I don't see how to choose between Home and Away modes.
Apparently the smartapp for the AD2SmartThings project does this and maybe it is something AlarmDecoder can add to their smart app. I've been able to make some CoRE Pistons that will probably work.
jasonsf wrote:The third issue I have is not SmartThings related. I would like to use the Web App notifications but none of the default integrations work for me. I was playing around with the Custom notification to try triggering a PushBullet notification but I can't seem to get the header parameters right. Has anyone gotten that working successfully? Or perhaps triggering an IFTTT recipe? I'm going to try to get the email working but so far I've only tried hitting the yahoo smtp server and it is rejecting my password. I'll keep working on it.
I've successfully used the IFTTT Maker channel to send push notifications to my phone.
Jason