dre2901 / node-red-contrib-myq

Node-Red node to control MyQ (Chamberlain) devices
5 stars 3 forks source link

Where do I find serial number? #4

Closed k5map closed 2 years ago

k5map commented 2 years ago

I have both a MyQ garage door opener and gate opener. I've installed your node but one of the inputs is serial #. Is this the serial # on each device or is this data located somewhere else?

Horse2370 commented 2 years ago

Depends on the model but it will be on a label somewhere on the unit. For example [https://support.chamberlaingroup.com/s/locate-model-number]

k5map commented 2 years ago

I'm still unable to use this node. I confirmed my username, password and serial number is correct by installing this API https://github.com/thomasmunduchira/myq-api. I successfully ran a test js which listed all of my devices and their info.

When I use this info and attempt to get a list of devices using this node, I receive 5 error messages (Error received, MyQError: Unidentified error returned from service, Error code: ERR_MYQ_INVALID_SERVICE_RESPONSE, Error message: Unidentified error returned from service and MyQError: Unidentified error returned from service).

Any assistance in getting my error resolved would be greatly appreciated.

k5map commented 2 years ago

I posted the wrong repository... this is the one I am using (which supports V6) https://github.com/koush/myq.

Here is the post I followed to install and test the API https://github.com/thomasmunduchira/myq-api/issues/34#issuecomment-913185798