Releases: konnected-io/konnected-security
v3.1.5
- Implements
PUT /zone
API endpoint to match Alarm Panel Pro API (documentation) - Responds to SSDP multicast for wildcard Konnected device
v3.1.4
Improves stability/recoverability on Homebridge after a Homebridge restart (see konnected-io/homebridge-konnected#8)
v3.1.3
- 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
- Fixes crash primarily affecting Hubitat users with a siren or actuator.
- Improves OTA update memory performance when an AWS IoT websocket connection is active.
v3.1.1 memory performance
Improves memory overhead, especially when connecting to AWS IoT.
3.1.0
- Updates API to use
zone
identifier instead ofpin
to be consistent with the Alarm Panel Pro (with backwards compatibility). - Enhanced logging when time sync fails on boot.
Release 3.0.1 bug-fix
Fixes two issues existing in the 3.0.0 release:
- Fixes error on provisioning with a temperature sensor
- 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
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
- Upgrades to the 3.0.0 release of NodeMCU Lua firmware (https://github.com/nodemcu/nodemcu-firmware/releases/tag/3.0.0-release_20210201)
- Adds
/lock
endpoint to prevent device from being re-provisioned or settings from being changed. - Optimize SSL/TLS ciphers
v2.3.5
Fixes a bug related to momentary switches via the Konnected Cloud integration
Fixes and Cloud Updates
Release 2.3.4 contains a couple of non-critical bug fixes reported by users. Thank you for reporting issues:
- Fixes issue with low-level trigger relays triggering on reboot (#117)
- Fix issue of auth_token getting temporarily lost after requesting device status.
Updates to support Konnected Cloud:
- Support for momentary and beep/blink repeating actuators.
- 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