hoobs-org / HOOBS

Build your Smart Home with HOOBS. Connect over 2,000 Accessories to your favorite Ecosystem.
https://hoobs.org
GNU General Public License v3.0
550 stars 51 forks source link

Updated Chamberlain plugin breaks under 3.0.0 beta 79 #262

Closed bgiuriceo closed 4 years ago

bgiuriceo commented 4 years ago

Description Chamberlain Plug-In broken

Version 1.08 (HOOBS 3.0.0 Beta 79)

Did you upgrade Please let us know if you upgraded from a previous version.

Pervious version beta 77

Did you orginally upgrade to HOOBS 3 from HOOBS 2.1.1? Did you perform an upgrade from HOOBS 2.1.1? Some things are different.

What device are you using? Please let us know the device you are running HOOBS on.

If this is a custom install, what's your operating system? Please let us know what operating system and version you are using. Ex. Fedora 30 or macOS Catalina.

List your plugins Please include a list of the plugins you are using. We need to be able to find it on NPM. If the plugin is no published, please include a link to the repository.

Post your config This can be found in the interface, Configuration -> Advanced or you can get it via SSH cat ~/.hoobs/etc/config.json

POST CONFIG HERE

Post your log This error is published:

[Homebridge] [11/27/2019, 08:00:26] [Garage Door] Error: invalid response, got HTTP 500: {"code":"500.000","message":"An error occurred while processing the request.","description":"Server Error"} [Homebridge] at /home/hoobs/.hoobs/node_modules/@hoobs/chamberlain/src/api.js:30:19 [Homebridge] at runMicrotasks () [Homebridge] at processTicksAndRejections (internal/process/task_queues.js:93:5)

{Continuous}.

POST LOG HERE

Additional context Updated beta 77 to 79, Garage worked perfectly. Update Garage Plug-in and it broke.

mkellsy commented 4 years ago

I had the same issue. Here's how I fixed my setup.

This is due to a change in the Chamberlain myQ API. They moved from version 4 to 5. And they changed the device IDs. To fix, remove your device IDs. Then look at the log to find the new ID.

bgiuriceo commented 4 years ago

Thanks for the fast response!….that did it. I was presented with 2 IDs (I only have 1 opener) and selected the first.

Happy Thanksgiving!

On Nov 27, 2019, at 8:16 AM, Michael Kellsy notifications@github.com wrote:

This is due to a change in the Chamberlain myQ API. They moved from version 4 to 5. And they changed the device IDs. To fix, remove your device IDs. Then look at the log to find the new ID.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hoobs-org/HOOBS/issues/262?email_source=notifications&email_token=AL52SAJ77IJ364U2XVD2TKTQVZXL3A5CNFSM4JSGPVQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJO4UA#issuecomment-559083088, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL52SAILAK5TUWLKYFLYAVDQVZXL3ANCNFSM4JSGPVQA.

mkellsy commented 4 years ago

Same thing with me. I chose the first one and it works.