Konnected Security Versions Save

Konnected connects wired sensors and switches to SmartThings, Home Assistant, Hubitat and OpenHAB

v3.1.5

1 year ago
  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

1 year ago

Improves stability/recoverability on Homebridge after a Homebridge restart (see https://github.com/konnected-io/homebridge-konnected/issues/8)

v3.1.3

1 year ago
  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

1 year ago
  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

1 year ago

Improves memory overhead, especially when connecting to AWS IoT.

v3.1.0

1 year ago
  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.

v3.0.1

2 years ago

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.

v3.0.0

2 years ago

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

4 years ago

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

v2.3.4

4 years ago

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