Page 1 of 1

MyQ Pre-Release 7.6.0

PostPosted: Mon Feb 08, 2021 1:15 pm
by FlyingDiver
https://github.com/FlyingDiver/Indigo-M ... /tag/7.6.0

Major update for V6 API using a Python3 subprocess.

Now supports MyQ lights, which needs testing. I don't have any.
My system has the Gateway device and MyQ enabled openers. Openers with internal gateways (Wifi enabled) need testing.


Requirements for version 7.6.0 and later:

macOS 10.15.7 or later (for Python 3)
Install and Run Xcode.app (upgrades Python to 3.8.X)

Confirm Python version:

Code: Select all
% /usr/bin/python3 --version
Python 3.8.2

Install Python packages:

Code: Select all
sudo /usr/bin/pip3 install aiohttp

sudo /usr/bin/pip3 install bs4

sudo /usr/bin/pip3 install pkce

Re: MyQ Pre-Release 7.6.0

PostPosted: Fri Feb 12, 2021 9:21 am
by chase
The plug in installed and my 2 lights auto populated ...

The api seems to be giving all the devices to the plugin (looking at the log)..

The new devices are identified correctly as MyQ lights, but there are no MyQ light Devices available in Edit Devices --> EditDevice Settings...--> Configure MyQ Light --> dropdown .

Hope this report helps...

Re: MyQ Pre-Release 7.6.0

PostPosted: Fri Feb 12, 2021 9:28 am
by FlyingDiver
Can you please enter this as an issue in GitHub?
https://github.com/FlyingDiver/Indigo-MyQ/issues

And do an actual copy and paste from the logs, not a screen shot.

Re: MyQ Pre-Release 7.6.0

PostPosted: Fri Mar 12, 2021 1:49 pm
by masterblaster
Running Indigo on Big Sur, after launching Xcode as instructed.

"/usr/bin/python3 --version" => 3.7.3, not 3.8.x

Re: MyQ Pre-Release 7.6.0

PostPosted: Fri Mar 12, 2021 1:57 pm
by FlyingDiver
masterblaster wrote:
Running Indigo on Big Sur, after launching Xcode as instructed.

"/usr/bin/python3 --version" => 3.7.3, not 3.8.x


On my system:

Code: Select all
% which python3
/usr/bin/python3
% python3 --version
Python 3.8.2


So make sure you've upgraded Xcode as well. Should be 12.4.

Re: MyQ Pre-Release 7.6.0

PostPosted: Tue Apr 12, 2022 8:52 am
by sumocomputers
Just got a myQ Garage Door Opener.

Since macOS 12.3 comes with Python 3 and Indigo devs are working on an Indigo version that supports that, I was wondering if the plugin would still require the manual setup steps?

And are there plans to take the latest Beta of myQ plugin to released status?

Thanks

Chris

Re: MyQ Pre-Release 7.6.0

PostPosted: Tue Apr 12, 2022 10:19 am
by FlyingDiver
When the pure Python3 version of the plugin is released, any manual steps to install other software should no longer be needed.

There will be a new release for Indigo 2022.1 (Python3). The current release will not be updated.

Re: MyQ Pre-Release 7.6.0

PostPosted: Tue Apr 12, 2022 10:20 am
by FlyingDiver
Oh - and one correction - MacOS 12.3 does not come with ANY Python version. Python3 will be included in the Indigo installer.

Re: MyQ Pre-Release 7.6.0

PostPosted: Tue Apr 12, 2022 10:22 am
by sumocomputers
Thanks for the update. I'll probably wait until the new version of the plugin before integrating.

Re: MyQ Pre-Release 7.6.0

PostPosted: Tue Apr 12, 2022 10:23 am
by FlyingDiver
sumocomputers wrote:
Thanks for the update. I'll probably wait until the new version of the plugin before integrating.


That would be best.