Goose66 / myq-polyglotv2

Nodeserver for Chamberlain/LiftMaster MyQ Cloud Service for Polyglot v2
4 stars 1 forks source link

Is an update to the latest API planned? #4

Closed psmith3 closed 4 years ago

psmith3 commented 4 years ago

Chamberlain updated their API last month and this build no longer works. Is there plans to update it or is it dead?

Goose66 commented 4 years ago

Mine is still working for my LiftMaster doors and MyQ gateway. Just tested it 30 seconds ago.

psmith3 commented 4 years ago

Good to here! I Maybe it is my custom parameters that are not set right. Are the custom parameter keys “username” and “password"?

On Dec 13, 2019, at 9:54 PM, W. Randy King notifications@github.com wrote:

Mine is still working for my LiftMaster doors and MyQ gateway. Just tested it 30 seconds ago.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Goose66/myq-polyglotv2/issues/4?email_source=notifications&email_token=ADNVCK5QNIF3TFTP23HGW4LQYRKGXA5CNFSM4J2YH4I2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG3ZKQY#issuecomment-565679427, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNVCK7P6RL4HADE7FFOAGDQYRKGXANCNFSM4J2YH4IQ.

psmith3 commented 4 years ago

I figured out my issue. I did not do Step 6 to discover the nodes. Once I did, it loaded everything up. One reason I did not do that was because it says the nodeserver is offline when it actually is not. I have restarted the polyglot server and the ISY and that never changes. Any idea there? image

Goose66 commented 4 years ago

The "NodeServer Online" driver value (ST of Controller Node) has always been handled by Polyglot, and not by the nodeserver itself. Perhaps this feature has been removed at some point in the later versions of Polyglot, but it still works (poorly) on my installed version.

Goose66 commented 4 years ago

I am planning to update this nodeserver to support MyQ lights and be cloud-poly compatible soon (maybe over Christmas holidays). I will try and remember to also add an initial setting of the NodeServer Online (ST driver) value to True in the Controller startup code.

psmith3 commented 4 years ago

I am planning to update this nodeserver to support MyQ lights and be cloud-poly compatible soon (maybe over Christmas holidays). I will try and remember to also add an initial setting of the NodeServer Online (ST driver) value to True in the Controller startup code.

Thanks