Soft Trigger for Chamberlin MyQ Garage Opener
AnsweredIm trying to add a button on my camera that will be able to open my garage door via a HTTP request. I saw someone do this with a light so there's got to be a way to get this working. I would need the url and the HTTP content. Using a Chamberlin MyQ. does anyone know what the request IP or command is to open/close the door using this method is?

-
Hello Jay,
I did not deal with Chamberlin MyQ but here are some links seem to be useful
https://github.com/chemdrew/MyQ-LiftMaster-Chamberlain-API
At the first glance, it does not seem to be possible to achieve your objective with a single HTTP request.
Most probably the scheme should be as following
Nx Server -- Do HTTP request --> web-service -- myQ API --> door opener.
I guess you'll need to develop a web-service which will actually communicate to the door opener via myQ API.
I saw someone do this with a light so there's got to be a way to get this working.
Is that available on the Internet? Could you share a link ?
0
Please sign in to leave a comment.
Comments
1 comment