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

Door close no longer working #1

Open
brbeaird opened this issue Jun 2, 2015 · 2 comments
Open

Door close no longer working #1

brbeaird opened this issue Jun 2, 2015 · 2 comments

Comments

@brbeaird
Copy link

brbeaird commented Jun 2, 2015

After the latest Chamberlain update, the door close command (desireddoorstate = 2) is no longer working. The API just throws a generic error. The open command (desireddoorstate = 1) still works fine. Any ideas on this?

Update: I figured it out I think. DesiredDoorState for close is achieved now by sending 0.

@pfeffed
Copy link
Owner

pfeffed commented Jun 2, 2015

Yeah, they seem to have made a lot of changes to their APIs recently. I'm
out of the country right now but will try to run some fresh packet captures
when I get home. It probably be a couple of days before I can turn this
around.

David Maurice Pfeffer
652 Melville Avenue | Palo Alto, CA 94301 | USA
H: +1.650.331.0059 | M: +1.202.329.3557 | E: david@pfeffer.org

On Mon, Jun 1, 2015 at 8:23 PM, brbeaird notifications@github.com wrote:

After the latest Chamberlain update, the door close command
(desireddoorstate = 2) is no longer working. The API just throws a generic
error. The open command (desireddoorstate = 1) still works fine. Any ideas
on this?


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

@jonedavis
Copy link

I've also experience some issues with setting the door state. My JSON looks like:

{
    "AttributeName":"desireddoorstate",
    "DeviceId":"xxxx",          
 "ApplicationId":"Vj8pQggXLhLy0WHahglCD4N1nAkkXQtGYpq2HrHD7H1nvmbT55KqtN6RSF4ILB%252fi",
    "AttributeValue":"0",
    "SecurityToken":"xxx"
}

And I always receive the follow error message:

{
    "ReturnCode": "217",
    "ErrorMessage": "Error processing request (217)",
    "CorrelationId": "cea60ab2-3336-42c9-bea5-9f8074f4e3ee"
}

Any insight to this would be greatly appreciated.
Thanks!

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

3 participants