Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with SmartThings Home Monitor #10

Open
88fingerslukee opened this issue Feb 15, 2016 · 8 comments
Open

Integration with SmartThings Home Monitor #10

88fingerslukee opened this issue Feb 15, 2016 · 8 comments

Comments

@88fingerslukee
Copy link

How can I integrate this app with the built-in Home Monitor function on the ST app? I'd like to Arm that and have it arm the panel as well.

Any thoughts on this?

@martzmakes
Copy link
Owner

I don't know that they have an API available for that yet (or at least I
haven't seen one). If you figure out a way to do it, PRs are welcome!

On Mon, Feb 15, 2016 at 11:32 AM, 88fingerslukee [email protected]
wrote:

How can I integrate this app with the built-in Home Monitor function on
the ST app? I'd like to Arm that and have it arm the panel as well.

Any thoughts on this?


Reply to this email directly or view it on GitHub
#10.

@ashutosh1982
Copy link

You could use Rule Machine and leverage Advanced options in that to do that. Rule Machine supports trigger and control of the Smart Home Monitor app within ST. https://community.smartthings.com/t/release-rule-machine/28730

@88fingerslukee
Copy link
Author

This guy seems to have it working for Kent Holloway's python server

https://github.com/phiz118/smartthings

I tried using this with yours but it doesn't seem to work. Thoughts?

@martzmakes
Copy link
Owner

It looks like it may be as simple as adding a config option,
subscribing to subscribe(location,
"alarmSystemStatus", alarmStatusUpdate) and setting the home monitor via
sendLocationEvent(name: "alarmSystemStatus", value: status)

Unfortunately I'm working on other projects at the moment... if anyone
wants to take a shot, like I said, PRs are welcome :)

On Mon, Feb 15, 2016 at 4:50 PM, 88fingerslukee [email protected]
wrote:

This guy seems to have it working for Kent Holloway's python server

https://github.com/phiz118/smartthings

I tried using this with yours but it doesn't seem to work. Thoughts?


Reply to this email directly or view it on GitHub
#10 (comment).

martzmakes added a commit that referenced this issue Mar 13, 2016
Related to issue #10... no alarming state yet ASAIK
@martzmakes
Copy link
Owner

@88fingerslukee @ashutosh1982 just a heads up, I tried integrating it tonight. Couldn't find an alarming state though and haven't tested it (which is why its in a branch)

@88fingerslukee
Copy link
Author

I tried this out and I can't get it to work. Do I need to do anything special?

@martzmakes martzmakes reopened this Mar 26, 2016
@martzmakes
Copy link
Owner

@88fingerslukee I reopened this, after some more testing it doesn't seem like it's changing the smart home monitor state, but changes in that branch were necessary because ST went away from having "modes". So, for me, things like auto away - arm and stuff like that weren't working (now they do)

@javier-jm
Copy link

Any news on this? How did you guys found alarmSystemStatus? Any docs out there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants