pfeffed / liftmaster_myq

Ruby gem to control a Chamberlain Liftmaster MyQ system
MIT License
65 stars 49 forks source link

Confirm API still working #10

Open kevinlieb opened 2 years ago

kevinlieb commented 2 years ago

When I do the login with what I believe to be the right password I get:

{"SecurityToken"=>"", "ReturnCode"=>"0", "ErrorMessage"=>"please contact customer care, supportID: 11570394783579020977", "CorrelationId"=>""}

pfeffed commented 2 years ago

Thanks for reaching out. Liftmaster changed the login a while back and I haven't gotten around to fixing it. So I (or someone else) will need to update the login logic of my implementation. I'll try to put this on my todo list for the next couple of weeks.

As an alternative, there seems to be a pretty good Node JS implementation available as well. https://github.com/thomasmunduchira/myq-api

kevinlieb commented 2 years ago

I guess I can confirm this is not working: API 5 is deprecated. OAUTH is now required. I got this API to work: https://github.com/hjdhjd/homebridge-myq (the one mentioned above is for API5 only and doesn't seem to work)

pfeffed commented 2 years ago

Cool, thanks for looking into it and sharing the feedback! Hopefully, I can carve out some time to bring things up to date and get this option back working. :)