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

Releases: hjdhjd/homebridge-myq

v3.4.4

28 Apr 19:27
Compare
Choose a tag to compare

3.4.4 (2024-04-28)

  • Retirement announcement. homebridge-myq is officially retired, for now. For those interested in an alternative solution, I would highly recommend looking into Ratgdo and my homebridge-ratgdo plugin that provides all the capabilities of homebridge-myq and more capabilities that were never possible due to the myQ API constraints. Thank you for all the support and to the members of the community I've gotten to know over the years.

v3.4.3

15 Oct 16:39
Compare
Choose a tag to compare

3.4.3 (2023-10-15)

  • Improvement: further enhancements to the robustness of our myQ connectivity.

v3.4.2

12 Oct 20:47
Compare
Choose a tag to compare

3.4.2 (2023-10-12)

  • Fix: myQ login shenanigans. Looks like myQ is starting to get a lot more strict on API access - let's see how things go.

v3.4.1

17 Sep 17:39
Compare
Choose a tag to compare

3.4.1 (2023-09-17)

  • Fix: address lamp regressions.
  • Housekeeping.

v3.4.0

15 Sep 22:32
Compare
Choose a tag to compare

3.4.0 (2023-09-15)

  • Improvement: to improve resilience, the API will automatically retry across regions when myQ API issues are encountered. The region advanced setting is no longer available and has been removed. HBMQ will automatically retry the API until it finds a path that works.
  • Housekeeping.

v3.3.0

28 Aug 03:35
Compare
Choose a tag to compare

3.3.0 (2023-08-27)

  • Improvement: new first run user experience in the webUI for new users, improved API error reporting in the webUI.
  • Housekeeping.

v3.2.1

23 Aug 01:58
Compare
Choose a tag to compare

3.2.1 (2023-08-22)

  • Fix: address MQTT regressions.
  • Housekeeping.

v3.2.0

21 Aug 15:27
Compare
Choose a tag to compare

3.2.0 (2023-08-21)

  • New feature: automation switch support. This feature is intended for automation scenarios where you have a need to bypass the very sensible security precautions HomeKit has placed on how you can automate the opening and closing of garage door openers. This feature will allow you to control the garage door opener through a switch accessory. Disabled by default, and configurable in the myQ webUI.
  • Improvement: further refinements to the webUI and first run experience.
  • Housekeeping.

v3.1.0

20 Aug 15:14
Compare
Choose a tag to compare

3.1.0 (2023-08-20)

  • New feature: open state occupancy sensor support. This is a useful feature to those who want to create automations based on the opener being open for an extended duration of time. By default, the duration is 5 minutes, but it is configurable within the myQ webUI. See the feature option tab for all the goodies.
  • Improvement: commands to offline myQ garage door openers are more gracefully handled.

v3.0.0

19 Aug 18:30
Compare
Choose a tag to compare

3.0.0 (2023-08-19)

  • New feature: updated and modernized webUI to be inline with my other plugins. Please note: there are several breaking changes to feature option names in this release. Please use the webUI to configure feature options. For those familiar with one of my other plugins, homebridge-unifi-protect the webUI will look quite familiar to you.
  • New feature: you can now synchronize names of your myQ devices with HomeKit. Synchronization is one-way and it will always view the myQ name as the source. The option is disabled by default.
  • Improvement: further refinements to the myQ API to handle some of the more common errors gracefully and be more forgiving of issues on the myQ cloud end of the equation.
  • Note as of v3.0.0, Node 18 is the minimum required version of Node for homebridge-myq.
  • Housekeeping and documentation improvements.