Skip to content

Releases: mkormendy/homebridge-konnected

v1.3.2

02 Apr 08:56
Compare
Choose a tag to compare

First off, apologies to anyone who thought this project was dead. Now, back on track with another update that fixes some very overdue changes that help with upgrading to the latest versions of NodeJS (v20 🎉) and various other node dependencies and security fixes.

Supported/Tested Versions:

NodeJS: v19+
Homebridge: v1.7.0

Bugs and Issues:

If you're having issues with the plugin and things are not working as expected, please report an issue here.

Changelog:

  • Updates README with Discussions Forum link and cleans up links to Konnected.io unmanaged repo (5eb8577)
  • Update bug-report.md (6b28857)
  • Updates README Wiki links (b848626)
  • Updates VS Code ESLint settings, console output, and TypeScript compiler options. (c007a1c)
  • Updates node_module dependencies and resolves Dependabot alerts. (691af9b)
  • Improves code to "next" ES module-based standards. (e6d47e0)
  • Cleanup of logging and renaming of symbol for semantics. (e1c42aa)
  • Ensure URL spec format for urls. (9230111)
  • Corrects requirement for async/await in promise for fetch request. (5de1284)
  • Resolves #40 in response to breaking changes with Node 19+ http agent keep-alive defaults which caused implications with the node-fetch module used. (30dbac9)

v1.3.1

07 Nov 20:23
Compare
Choose a tag to compare

Changelog:

  • Updates package.json with new URLs location for homepage, repository and bugs. (784d4f2)

v1.3.0

07 Nov 03:46
Compare
Choose a tag to compare

This release addresses some organizational changes with regards to the plugin. We see the move away from the officially hosted Konnected repository into my own personal repository based on my own efforts separate from the Konnected organization.

Since I am the original author of the plugin, I will continue to develop this as robustly as I have from the beginning. I will also be able to provide better control over what the public wants versus the corporate direction that Konnected is interested in going.

Nothing has changed from a functionality perspective in this release.

Changelog:

v1.2.1

07 Nov 01:53
Compare
Choose a tag to compare

It's been a while for a new release, this one fixes a few items, cleans things up and adds a new exit delay feature.

Bugs and Issues:

If you're having issues with the plugin and things are not working as expected, please report an issue here.

Changelog:

  • Adds new variables and logic for exit delay feature. (65dc4c1)
  • Fixes typing for error handling to satisfy TypeScript hinting. (e42a7f2)
  • Adds better logic for IP and port changes when writing to the homebridge config file. (108ac13)
  • Cleans up and makes log output more consistent. (f81a8f5)
  • Cleans up and makes log output more consistent. (4b64b77)
  • Adjusts log output verbiage to clarify factory resets for panels previously provisioned with another platform. (763e44e)
  • Refactors unifies binary states to fix issues with sensor state logic. (bc22344)
  • Fixes entry delay configuration defaults and assignment. (a1938ec)
  • Adds reference for interactive help on Discord, contributions and thanks to bottom of README markdown file. (e613265)
  • Updates verbiage for the plugin's Advanced section of the configuration documentation. (db1454f)
  • Adds new documentation points for exit delay feature as shown in the example configuration. (2b6fbf4)
  • Adds new exit delay feature to the example configuration. (a3ff00d)
  • Updates upcoming features list. (424b036)
  • Updates feature set list. (e2e1d03)
  • Updates badges at top of README markdown file and also verbiage for promo code. (f065ec4)
  • Updates package.json with repo and links for submitting issues (used in Homebridge UI). (50608ff)
  • Adjusts recommended example values for beeper pulses to coincide with firmware timings. (c8ffc69)
  • Updates Homebridge UI configuration screen to accommodate new Exit delay settings. (5c9cb51)
  • Adds vscode launch notes. (d03aa95)
  • Renames method to fix typo. (b2f4bac)
  • docs: Updates CHANGELOG with proper details. (9a501fb)

v1.1.7

06 Nov 21:54
Compare
Choose a tag to compare

Changelog:

  • docs: Adds the CHANGELOG.md file to the repository, commits start using the Angular/ConventionalCommits commit conventions (672960b)
  • Logging cleanup. (06cea66)
  • Adds system environment variables for excluding panels when developing. (c0fcc05)
  • Updates README with a screen capture of Konnected accessories being operated in HomeKit. (6d320c0)

v1.1.6

06 Nov 21:53
Compare
Choose a tag to compare

Changelog:

  • Turns off solid/momentary beeper if Security System is disarmed before the entry delay completes and the Security System is triggered. (bc5ce4a)

v1.1.5

06 Nov 21:53
Compare
Choose a tag to compare

Changelog:

  • Fixes entry delay default of having a constantly 'on' state for beepers that don't have any custom momentary settings. (2949256)
  • Fixes multiple sensor triggering, current Security System state assignments, and renames variable for semantics. (3c3d0d4)
  • Resorts funding options. (c628419)
  • Removes processing of temperature and humidity sensor actions. (f659a08)

v1.1.4

06 Nov 21:52
Compare
Choose a tag to compare

Changelog:

  • Fixes location of call to process sensor accessory actions. (16b3317)
  • Fixes invalid value for characteristic properties on the security system service. (008cd1a)
  • Corrects typo and terminology. (b122a5c)

v1.1.3

06 Nov 21:52
Compare
Choose a tag to compare

Changelog:

  • Adjusts instructions for Triggerable Modes for HOOBS configuration user interface. (b9ab752)

v1.1.2

06 Nov 21:48
Compare
Choose a tag to compare

Changelog:

  • Fixes field and section titles for HOOBS configuration user interface. (d0a552f)