MyQ Plugin - BETA

Posted on
Thu Jun 23, 2016 1:22 pm
FlyingDiver offline
User avatar
Posts: 7221
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

I'm trying to get a handle on how many people are using this plugin. If you're using it, please post a reply. I'd also like to know how many devices you're controlling. Any issues or requests are welcome as well.

Thanks!

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Thu Jun 23, 2016 1:26 pm
gregjsmith offline
Posts: 946
Joined: Apr 01, 2003
Location: Rio Rancho, NM

Re: MyQ Plugin - BETA

I'm using it with a lift master 8500 (I think that's the model).

Posted on
Sat Jun 25, 2016 9:04 am
chase offline
Posts: 75
Joined: Oct 27, 2013

Re: MyQ Plugin - BETA

I am using the plug-in with 2 openers and 3 lights, I am still in the testing/design stage of my project. I will probably add another gateway for the automatic gate on the driveway at some point.

I used to work in the overhead door industry so I have a bunch more MyQ hardware on the shelf that I may or may not use....

Posted on
Sat Jun 25, 2016 9:07 am
FlyingDiver offline
User avatar
Posts: 7221
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

chase wrote:
I used to work in the overhead door industry so I have a bunch more MyQ hardware on the shelf that I may or may not use....


Want to lend me a switched outlet? I have no real need for one, so I don't want to buy one. But there's no way I'm going to be able to get the plugin working for them without having one I can test with.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Sat Jun 25, 2016 9:08 am
FlyingDiver offline
User avatar
Posts: 7221
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Also, v0.0.6 is available now. It's got some more error handling for the status=7 case. Had that happen to me this morning after a brief power outage. Had to cycle the door manually to clear it.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Jun 27, 2016 1:05 pm
chasyori offline
Posts: 27
Joined: Dec 18, 2014

Re: MyQ Plugin - BETA

Can someone show me how to install python request... Im lost

Posted on
Mon Jun 27, 2016 1:06 pm
FlyingDiver offline
User avatar
Posts: 7221
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

chasyori wrote:
Can someone show me how to install python request... Im lost


Code: Select all
 sudo pip2.6 install requests

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Jun 27, 2016 1:31 pm
chasyori offline
Posts: 27
Joined: Dec 18, 2014

Re: MyQ Plugin - BETA

Last login: Mon Jun 27 08:59:46 on ttys000
chas1online:~ charlesmontgomery$ sudo pip2.6 install requests
sudo: pip2.6: command not found


This is what i get..

Posted on
Mon Jun 27, 2016 1:36 pm
chasyori offline
Posts: 27
Joined: Dec 18, 2014

Re: MyQ Plugin - BETA

chas1online:~ charlesmontgomery$ sudo pip2.7 install request
The directory '/Users/charlesmontgomery/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/charlesmontgomery/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting request
Downloading request-0.0.8.tar.gz
Collecting get (from request)
Downloading get-0.0.11.tar.gz
Collecting post (from request)
Downloading post-0.0.8.tar.gz
Collecting query_string (from get->request)
Downloading query_string-0.0.8.tar.gz
Collecting public (from query_string->get->request)
Downloading public-0.0.33.tar.gz
Installing collected packages: public, query-string, get, post, request
Running setup.py install for public ... done
Running setup.py install for query-string ... done
Running setup.py install for get ... done
Running setup.py install for post ... done
Running setup.py install for request ... done
Successfully installed get-0.0.11 post-0.0.8 public-0.0.33 query-string-0.0.8 request-0.0.8
chas1online:~ charlesmontgomery$

Posted on
Mon Jun 27, 2016 1:55 pm
FlyingDiver offline
User avatar
Posts: 7221
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Code: Select all
sudo easy_install-2.6 pip


Then

Code: Select all
 sudo pip2.6 install requests

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Jun 27, 2016 2:03 pm
chasyori offline
Posts: 27
Joined: Dec 18, 2014

Re: MyQ Plugin - BETA

thanks much
Last edited by chasyori on Mon Jun 27, 2016 3:46 pm, edited 1 time in total.

Posted on
Mon Jun 27, 2016 3:42 pm
chasyori offline
Posts: 27
Joined: Dec 18, 2014

Re: MyQ Plugin - BETA

I don't see any devices listed

Posted on
Mon Jun 27, 2016 3:45 pm
FlyingDiver offline
User avatar
Posts: 7221
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

chasyori wrote:
I don't see any devices listed


Did you fill in the login information for the MyQ servers? What's your device status interval set to?


Turn on debug output and post the results.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Jun 27, 2016 3:52 pm
chasyori offline
Posts: 27
Joined: Dec 18, 2014

Re: MyQ Plugin - BETA

2016-06-27 11:50:15.841 MyQ Debug myqLogin: Success, Brand = Detonator_Chamberlain, SecurityToken = ee2e90dc-5dfd-4278-bd5c-ac2a415cbe61
2016-06-27 11:50:16.355 MyQ Debug getDevices: 3 Devices
2016-06-27 11:50:16.356 MyQ Debug getDevices: MyQDeviceTypeId = 1, DeviceId = 201762344
2016-06-27 11:50:16.357 MyQ Debug getDevices: MyQDeviceTypeId = 7, DeviceId = 201830482
2016-06-27 11:50:16.357 MyQ Debug getDevices: MyQDeviceTypeId = 7, DeviceId = 201830483

Posted on
Mon Jun 27, 2016 3:58 pm
FlyingDiver offline
User avatar
Posts: 7221
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Ok, that's the first time anyone has reported a device type of 7. I did some research, and it looks like a opener variant. I'll update the plugin.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Who is online

Users browsing this forum: No registered users and 2 guests