Skip to content

Releases: konnected-io/konnected-security

v3.1.5

22 Mar 14:20
Compare
Choose a tag to compare
  1. Implements PUT /zone API endpoint to match Alarm Panel Pro API (documentation)
  2. Responds to SSDP multicast for wildcard Konnected device

v3.1.4

30 Nov 22:51
Compare
Choose a tag to compare

Improves stability/recoverability on Homebridge after a Homebridge restart (see konnected-io/homebridge-konnected#8)

v3.1.3

06 Oct 19:16
Compare
Choose a tag to compare
  1. Adds a time_server setting which allows users to override the default NTP time server used to sync the device's date & time on boot. See: https://konnected.readme.io/reference/postsettings

v3.1.2

26 Aug 22:11
29819e0
Compare
Choose a tag to compare
  1. Fixes crash primarily affecting Hubitat users with a siren or actuator.
  2. Improves OTA update memory performance when an AWS IoT websocket connection is active.

v3.1.1 memory performance

21 Aug 20:19
e4b92c3
Compare
Choose a tag to compare

Improves memory overhead, especially when connecting to AWS IoT.

3.1.0

15 Aug 18:43
d6e43a5
Compare
Choose a tag to compare
  1. Updates API to use zone identifier instead of pin to be consistent with the Alarm Panel Pro (with backwards compatibility).
  2. Enhanced logging when time sync fails on boot.

Release 3.0.1 bug-fix

22 Nov 18:29
Compare
Choose a tag to compare

Fixes two issues existing in the 3.0.0 release:

  1. Fixes error on provisioning with a temperature sensor
  2. Automatically retry WiFi connection when failed due to "invalid password"

NEW: Combined flashable image

Starting with this 3.0 release, Konnected will be distributing a single flashable image rather than a separate firmware and filesystem image as we have done previously. The konnected-esp8266-3-0-1.bin file attached below is the only file needed to update your Konnected Alarm Panel device.

Use the NodeMCU PYFlasher software to flash your device easily using a GUI-based tool. Select baud rate 115200 and Flash mode DIO when using this tool.

Release 3.0.0

27 Oct 16:54
Compare
Choose a tag to compare

3.0 Release

This release updates the ESP8266-based Konnected Alarm Panel firmware to the latest underlying SDK, bringing in many under-the-hood performance and security improvements contributed by the open source community.

NEW: Combined flashable image

Starting with this 3.0 release, Konnected will be distributing a single flashable image rather than a separate firmware and filesystem image as we have done previously. The konnected-esp8266-3-0-0.bin file attached below is the only file needed to update your Konnected Alarm Panel device.

Use the NodeMCU PYFlasher software to flash your device easily using a GUI-based tool. Select baud rate 115200 and Flash mode DIO when using this tool.

What's New

v2.3.5

17 Apr 16:48
Compare
Choose a tag to compare

Fixes a bug related to momentary switches via the Konnected Cloud integration

Fixes and Cloud Updates

25 Mar 19:32
Compare
Choose a tag to compare

Release 2.3.4 contains a couple of non-critical bug fixes reported by users. Thank you for reporting issues:

  1. Fixes issue with low-level trigger relays triggering on reboot (#117)
  2. Fix issue of auth_token getting temporarily lost after requesting device status.

Updates to support Konnected Cloud:

  1. Support for momentary and beep/blink repeating actuators.
  2. Failsafe re-connect in case of repeated connection failures.

Updating

You can update Over-the-Air using the new Konnected mobile app for iOS or Android.

Or, update using cURL or your favorite REST utility like ARC or Postman with the following command:

curl -X POST -H "Content-Type: application/json" -d '{"uri":"https://konnected-io.s3.us-east-2.amazonaws.com/esp8266-lfs/lfs-2.3.4.img"}' http://192.168.XX:XXX:YYYYY/ota

(replace the XX and YYY in the address with the host/port of your device)

Or, you can flash the device using a computer and micro-USB cable, see:
https://help.konnected.io/support/solutions/articles/32000023470-flashing-konnected-firmware-software