MyQ Plugin - BETA

User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Post by FlyingDiver »

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
gregjsmith
Posts: 946
Joined: Tue Apr 01, 2003 9:41 am
Location: Rio Rancho, NM
Contact:

Re: MyQ Plugin - BETA

Post by gregjsmith »

I'm using it with a lift master 8500 (I think that's the model).
chase
Posts: 75
Joined: Sun Oct 27, 2013 8:37 am

Re: MyQ Plugin - BETA

Post by chase »

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....
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Post by FlyingDiver »

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
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Post by FlyingDiver »

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
chasyori
Posts: 27
Joined: Thu Dec 18, 2014 6:01 am

Re: MyQ Plugin - BETA

Post by chasyori »

Can someone show me how to install python request... Im lost
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Post by FlyingDiver »

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
chasyori
Posts: 27
Joined: Thu Dec 18, 2014 6:01 am

Re: MyQ Plugin - BETA

Post by chasyori »

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..
chasyori
Posts: 27
Joined: Thu Dec 18, 2014 6:01 am

Re: MyQ Plugin - BETA

Post by chasyori »

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$
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Post by FlyingDiver »

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
chasyori
Posts: 27
Joined: Thu Dec 18, 2014 6:01 am

Re: MyQ Plugin - BETA

Post by chasyori »

thanks much
Last edited by chasyori on Mon Jun 27, 2016 3:46 pm, edited 1 time in total.
chasyori
Posts: 27
Joined: Thu Dec 18, 2014 6:01 am

Re: MyQ Plugin - BETA

Post by chasyori »

I don't see any devices listed
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Post by FlyingDiver »

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
chasyori
Posts: 27
Joined: Thu Dec 18, 2014 6:01 am

Re: MyQ Plugin - BETA

Post by chasyori »

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
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: MyQ Plugin - BETA

Post by FlyingDiver »

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
Locked

Return to “MyQ”