Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Releases: hjdhjd/homebridge-myq

v2.6.1

24 Jan 05:17
Compare
Choose a tag to compare

2.6.1 (2021-01-23)

  • Re-release for housekeeping reasons.

  • Feature: guest accounts are now formally supported. Your myQ credentials will now show all devices your login has access to.

  • Change: feature option semantics have changed to be consistent across the other plugins I develop and maintain. What used to be: Hide.serialnumber and Show.serialnumber are now Disable.serialnumber and Enable.serialnumber.

  • Updates from v2.5.0:

    • Feature: support for myQ API v6 allowing homebridge-myq to use the latest features and evolving capabilities of the myQ API. This should help deal with the deprecation of the legacy login methods that Liftmaster / Chamberlain are clearly in the process of retiring. A huge thank you to @jarz who partnered with me on this one...he did most of the real heavy lifting in getting a working OAuth+PKCE-based login proof-of-concept working. Thank you for your contribution to the community and your partnership. Some things of note with the new API:

      • Looks like we have better potential access to cameras and locks...more exploration is needed...nothing to report for now.
      • myQ lamp devices may or may not work. I didn't have a lamp device to test with, and had to take an educated guess at how to execute lamp-related commands in the new API. I would welcome reports on this for lamp users to see whether things work or not.
    • Removed legacy options that aren't relevant with the myQ v6 API.

    • Housekeeping and dependency updates.

v2.4.2

13 Jan 18:33
Compare
Choose a tag to compare

2.4.2 (2021-01-13)

  • Deal with the latest minor updates in the myQ API as an interim step while we deal with the larger myQ API version update. More work ahead, but this should get most people back up and running - for now.

v2.4.1

02 Jan 02:35
Compare
Choose a tag to compare

2.4.1 (2021-01-01)

  • Housekeeping and dependency updates.

v2.4.0

22 Dec 05:05
Compare
Choose a tag to compare

2.4.0 (2020-12-21)

  • Feature: future-proofing against potential API issues allowing users to override the user agent, when needed.

v2.3.7

18 Dec 18:46
Compare
Choose a tag to compare

2.3.7 (2020-12-18)

  • myQ API changes broke things...again...so we fix them...again! The initial login request changed ever so slightly.

v2.3.6

17 Dec 01:49
Compare
Choose a tag to compare

2.3.6 (2020-12-16)

  • myQ API changes broke things...so we fix them! homebridge-myq will now generate a random user agent string at startup to avoid potential API blacklisting by myQ servers.

v2.3.5

22 Nov 19:54
Compare
Choose a tag to compare

2.3.5 (2020-11-22)

  • Housekeeping.

v2.3.4

22 Nov 19:39
Compare
Choose a tag to compare

2.3.4 (2020-11-22)

  • Dependency updates.

v2.3.3

02 Nov 07:06
Compare
Choose a tag to compare

2.3.3 (2020-11-01)

  • Workaround for occasional HomeKit quirks in garage door notifications. This should result in more robust (and less quirky) notification behavior when you open and close garage doors.
  • Minor housekeeping and dependency updates.

v2.3.2

11 Oct 21:40
Compare
Choose a tag to compare

2.3.2 (2020-10-11)

  • Small optimization around Homebridge startup.
  • Dependency updates.