MyQ Plugin - BETA
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- 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!
Thanks!
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
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
I'm using it with a lift master 8500 (I think that's the model).
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....
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....
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: MyQ Plugin - BETA
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.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....
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- 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
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: MyQ Plugin - BETA
Can someone show me how to install python request... Im lost
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- 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 requestsjoe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
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..
chas1online:~ charlesmontgomery$ sudo pip2.6 install requests
sudo: pip2.6: command not found
This is what i get..
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$
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$
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: MyQ Plugin - BETA
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: MyQ Plugin - BETA
thanks much
Last edited by chasyori on Mon Jun 27, 2016 3:46 pm, edited 1 time in total.
Re: MyQ Plugin - BETA
I don't see any devices listed
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: MyQ Plugin - BETA
Did you fill in the login information for the MyQ servers? What's your device status interval set to?chasyori wrote:I don't see any devices listed
Turn on debug output and post the results.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
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
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
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- 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
my plugins: http://forums.indigodomo.com/viewforum.php?f=177