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

WebCore Commands #22

Closed
jaas666 opened this issue Jan 15, 2020 · 3 comments
Closed

WebCore Commands #22

jaas666 opened this issue Jan 15, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@jaas666
Copy link

jaas666 commented Jan 15, 2020

Greetings thanks for your hard work.

All I need is to be able to auromatically arm my alarm everyday at a specified time.

I'm trying to do this with WebCore but when trying to build my piston I notice that the away and off commands are present, but not the HOME command.

Do you know why is this?

@jaas666
Copy link
Author

jaas666 commented Jan 15, 2020

Managed to get it to work. For some reason the HOME command does not show on Webcore.. I copied the HOME command definition and created HOMETEST command in the device handler. The HOMETEST command I created shows up on webcore but the original HOME does not.

Not sure why but at least I found a workaround and my alarm now auto arms as expected.

@asishrs
Copy link
Owner

asishrs commented Jan 19, 2020

Managed to get it to work. For some reason the HOME command does not show on Webcore.. I copied the HOME command definition and created HOMETEST command in the device handler. The HOMETEST command I created shows up on webcore but the original HOME does not.

Not sure why but at least I found a workaround and my alarm now auto arms as expected.

Thanks for the update. I will check and make changes in the code if needed.

@asishrs asishrs self-assigned this Jan 19, 2020
@asishrs asishrs added the enhancement New feature or request label Jan 19, 2020
@asishrs
Copy link
Owner

asishrs commented Jan 26, 2020

@jaas666 Added methods triggerhome(), triggeraway(), triggeroff() in the new version of the Device Handler in https://github.com/asishrs/smartthings Please test that and let me know in case of any issues.

@asishrs asishrs closed this as completed Jan 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants