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.3.1

27 Sep 06:50
Compare
Choose a tag to compare

2.3.1 (2020-09-27)

  • Logging refinements and housekeeping.

v2.3.0

19 Sep 20:16
Compare
Choose a tag to compare

2.3.0 (2020-09-19)

  • Support for myQ-enabled lights, lamps, and switches.

v2.2.2

16 Sep 17:32
Compare
Choose a tag to compare

2.2.2 (2020-09-16)

  • Support self-signed TLS certificates for MQTT brokers.

v2.2.1

14 Sep 23:47
Compare
Choose a tag to compare

2.2.1 (2020-09-14)

  • Feature: MQTT support. Read the MQTT documentation for more information.
  • Improved responsiveness when we know certain events are happening.
  • Housekeeping and general improvements.

v2.2.0

14 Sep 23:38
Compare
Choose a tag to compare

2.2.0 (2020-09-14)

  • Feature: MQTT support. Read the MQTT documentation for more information.
  • Improved responsiveness when we know certain events are happening.
  • Housekeeping and general improvements.

v2.1.12

09 Sep 12:39
Compare
Choose a tag to compare

2.1.12 (2020-09-08)

  • IMPORTANT: NAME CHANGE. Starting with this release, this plugin is now renamed to homebridge-myq. My thanks to the previous owner of the NPM name for homebridge-myq for graciously transitioning it to me. What does this mean for you?

    • You should uninstall this package and reinstall it under it's new name, homebridge-myq. That should do the trick. Your configuration won't be impacted. Apologies for any extra gymnastics this might cause some people, but it will help future users and make this plugin more discoverable.
    • homebridge-myq2 will soon be deprecated. You'll receive a warning message that the package has been deprecated and to install homebridge-myq instead.
    • Again my apologies for any extra work this causes people, but I hope it will be a mostly painless transition.
    • For those using the Homebridge webUI, it's as simple as uninstalling homebridge-myq2 and then installing homebridge-myq.
    • Quick steps for those using the command line:
      npm -g uninstall homebridge-myq2
      npm -g install homebridge-myq
      Restart homebridge and you're all set.
  • Minor housekeeping around the name change and to prepare for the future.

v2.1.10

14 Aug 21:03
Compare
Choose a tag to compare

2.1.10 (2020-08-14)

  • Fix: regression introduced in 2.1.9 for myQ API connectivity.

v2.1.9

13 Aug 04:18
Compare
Choose a tag to compare

2.1.9 (2020-08-12)

  • Enhancement: summarize some of the more common myQ API errors so they're less intimidating in the logs.
  • Simplify the plugin webUI configuration page.
  • Housekeeping and cleanup of the codebase.
  • Update support libraries used.

v2.1.8

25 Jul 19:42
Compare
Choose a tag to compare

2.1.8 (2020-07-25)

  • Additional web UI refinements.

v2.1.7

25 Jul 16:34
Compare
Choose a tag to compare

2.1.6, v2.1.7 (2020-07-25)

  • Fix: remove spurious and noisy log entry when polling the myQ API.