Skip to content

Releases: mkormendy/homebridge-konnected

v0.1.0-beta

06 Nov 21:14
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

This release contains continued work that orchestrates the registration of V1/V2 and Pro Konnected zones to HomeKit accessories.
Notable functionality:

  • Sensor support all available sensors provided by Konnected currently.
  • Actuators, both stateful and momentary.
  • Ability to remove, rename, add, and update zones as needed.
  • Hints and Config UI X interface updates to make it easier to provision panels.

Caveat functionality:

  • Upon Homebridge startup, the state of a sensor or switch is defaulted to 0 or false (closed state for most sensors or a temperature/humidity value of 0, and actuator states of 0). Don't be alarmed! (pun intended 😉) Closing the Home app on your iPhone/iPad and re-opening it will trigger an update for active states as they are updated by the Konnected alarm panel.
  • HOOBS functionality is spotty and still UNSUPPORTED. While the plugin appears to work in HOOBS, the configuration is a painful process. Fortunately we've been in touch with the developers working on the HOOBS web interface. They are planning to release a major version with new functionality and have incorporated our feedback on the configuration UI aspect. If you are a HOOBS user, keep an eye out for a release in the future which should have some parity with the configuration UI similar to what Homebridge users experience using the Config UI X plugin.

Things on the roadmap that are being worked on:

  • A proper alarm switch and controller in HomeKit.
  • Research into providing Home/Stay/Night modes and selecting zones that are active in each (E.g., only perimeter sensors trigger at night).
  • Ability to invert the sensor state for sensors that operate inversely.
  • Noonlight integration for 24/7 smart home monitoring.

Plugin Support:

v0.0.5-alpha

06 Nov 21:12
Compare
Choose a tag to compare
v0.0.5-alpha Pre-release
Pre-release

This release contains continued work that orchestrates the registration of V1/V2 and Pro Konnected zones to HomeKit accessories.
Notable functionality:

  • Panels can be discovered and provisioned.
  • Panels are now populated in the Homebridge config.json based on their discovery.
  • Config UI X has an interface that can add and assign* the zones which show up in HomeKit.

*Caveat functionality:

  • Zones can only be assigned as Contact Sensors.
  • Added a warning in the logs when a Konnected panel has been registered with Konnected Cloud - by virtue, a Homebridge plugin will likely never support this.
  • If you add a zone and then change it to another zone, the original zone will persist (this will be fixed in the next release).

Things that still are not available:

  • All other zone types are not available to be assigned to a zone (coming in next release).
  • An alarm controller in HomeKit.

v0.0.4-alpha

06 Nov 21:10
Compare
Choose a tag to compare
v0.0.4-alpha Pre-release
Pre-release

v1.1.8

07 Nov 01:47
Compare
Choose a tag to compare

Changelog:

  • build: Adds release-it configuration block to package.json to modify CHANGELOG.md on publish. (343227b)