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
v2.1.6
v2.1.5
2.1.5 (2020-07-25)
- Wanted: more myQ device types. If you have a myQ light or other non-door myQ accessory, I'd love to hear from you and see if we can add support for it in
homebridge-myq2
. - Enhancement: alert on obstructions for a longer window of time (30 seconds), to give users a better chance of noticing them. See here if you'd like to read more about it.
- Enhancement: refine stopped state to better inform users when the state occurs.
Note: the default iOS Home app doesn't seem to correctly show a garage door in a stopped state, however other HomeKit apps such as Eve Home will correctly show this state when it occurs. - Enhancement: increase our update resolution when we detect any state change, not just when we initiate one.
- Enhancement: tweaked default myQ API refresh intervals to provide more frequent state updates, within reason.
- Change: some options have been renamed, and one new option has been added - the ability to override the builtin myQ application identifier. Use with extreme caution and only if you know what you are doing.
- Update debug logging approach across the codebase.
- Miscellaneous housekeeping edits and code maintenance.
- Updated documentation and logo.
v2.1.4
2.1.4 (2020-07-20)
- Fix: address a race condition in updating device status.
- Logging is more standardized and refined across the plugin.
- Deprecate and remove
openDuration
andcloseDuration
. The values have been unused internally for some time, and they don't materially impact polling resolution. - Prepare the plumbing for additional myQ devices.
v2.1.3
v2.1.3
- Fix: refresh security tokens more often to address potential myQ API issues.
- Get a status update from myQ immediately on startup.
- Remove reachability support since it's now deprecated in HomeKit and homebridge.
- Refine logging to clarify messages and streamline in places.
- Minor updates to the code base.
v2.1.2
v2.1.1
Changes
- Enhancement: deduce the type of device and brand based on serial number.
- Enhancement: inform users when we choose not to add a device to HomeKit because we don't support it yet.
- Bugfix: don't attempt to open or close the door if we're already in that state.
- Bugfix: acquire a new myQ API security token regularly (thanks @dxdc for helping track this one down).
- Bugfix: address a potential race condition when we check for battery information availability (on supported models).