This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
Releases: hjdhjd/homebridge-myq
Releases · hjdhjd/homebridge-myq
v3.4.4
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 ofhomebridge-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
v3.4.2
v3.4.1
v3.4.0
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
v3.2.1
v3.2.0
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
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
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.