Alarm Panel Pro

Alarm Panel Pro: Konnected Firmware Release Notes

    The Konnected Alarm Panel Pro software stack runs on the ESP32 microcontroller on the board and is updated regularly by the Konnected team. There are two "layers" to the Konnected stack: a firmware and an application layer.

    Firmware

    Alarm Panel Pro firmware is the underlying operating system that runs on the chip, built from the NodeMCU Lua open-source project. Konnected distributes firmware builds optimized for the Alarm Panel Pro and versioned with our own version numbering system.

    Application

    The Alarm Panel Pro application layer is developed and maintained by the Konnected team, and is not open-source. However, the application is freely distributed here and via the Konnected app.

    Release Notes

    Current Release: October 30, 2023

    Application version 1.3.4
    Firmware version 1.0.2-5796bb (source)
    Download flashable images:

    1. konnected-pro-fw_v1.3.4-21078dc_1698695009.bin(flash at 0x0)
    2. konnected-pro-fs_v1.3.4-21078dc_1698695302.bin (flash at 0x368)

    OR, Install automatically at install.konnected.io

    • Fixes memory leak related to Ethernet connection and DCHP
    • Throttles SSDP responses to prevent SSDP floods from overloading memory buffer
    • Updates ESP-IDF to 4.4.6

    January 26, 2023

    Application version 1.3.3
    Firmware version 1.0.1-53178c (source)
    Download flashable image: konnected-pro-v1.3.3-b6867ba_1674164459.bin

    Install automatically at install.konnected.io

    • Adds support for new LAN controller in Alarm Panel Pro 1.8
    • Updates upstream NodeMCU firmware to current dev-esp32 branch

    August 22, 2022

    Application version 1.3.2
    Firmware version 1.0.0-b8ae6c (source)
    Download flashable image: konnected-pro-v1.3.2-680e5a4_1661465647.bin

    • fixes timing issue starting ethernet connection

    July 12, 2022

    Application version 1.3.1
    Firmware version 1.0.0-b8ae6c (source)
    Download flashable image: konnected-pro-1.3.1.bin

    • Updates underlying ESP-IDF library to version 4.4
    • Adds SDDP support for Control4 discovery
    • Memory management en

    April 6, 2022

    Application version 1.2.6
    Firmware version 0.1.5-047de6 (source)
    Download flashable image: konnected-pro-1.2.6.bin

    • Prevents crash/reboot in the rare event of a HTTP disconnect during response.

    October 19, 2021

    Application version 1.2.5
    Firmware version 0.1.5-047de6 (source)
    Download flashable image: konnected-pro-1.2.5.bin

    • Improves memory allocation and garbage collection.
    • Improves stability, particularly when connected to WiFi.
    • Removes extra-verbose console logging.

    March 22, 2021

    Application version 1.2.4
    Firmware version 0.1.5-047de6 (source)
    Download flashable image: konnected-pro-1.2.4-1.bin

    March 17, 2021

    Application version 1.2.4
    Firmware version 0.1.4-742727 (source)
    Download flashable image: konnected-pro-1.2.4.bin

    • Gracefully clean-up/shut-down before rebooting in a failsafe scenario, avoids occasional stuck/wedged reboot.
    • Improve OTA firmware update download efficiency. Reduces OTA update failures.
    • Settings lock feature also prevents OTA update when locked.
    • Firmware: Extend internal watchdog timeout to improve reliability on longer running threads.

    February 16, 2021

    Application version 1.2.3
    Firmware version 0.1.3-742727 (source)
    Download flashable image: konnected-pro-1.2.3.bin

    • Fully remove Rollbar library
    • Additional log messages when REST connection timeout

    February 14, 2021

    Application version 1.2.2
    Firmware version 0.1.3-742727 (source)
    Download flashable image: konnected-pro-1.2.2.bin

    • Firmware stability improvements.
    • Fixes crashes related to ds18b20 sensor reporting
    • More lenient ssdp string parsing
    • Fix log severity reporting for firmware errors
    • Disable Rollbar reporting temporarily to avoid double exception causing wedged device

    December 22, 2020

    Application version 1.2.1
    Firmware version 0.1.2-c6ad607 (source)
    Download flashable image: konnected-pro-1.2.1.bin

    • Force use of Google's DNS servers (8.8.8.8 and 8.8.4.4) when connecting to Amazon Web Services (AWS) IoT. This fixes a DNS issue with some customers using Comcast/Xfinity routers.
    • Prevent crashes/reboots when certain settings are misconfigured.
    • Send crash reports to Konnected's error reporting service (Rollbar) for analysis

    November 4, 2020

    Application version 1.2.0
    Firmware version 0.1.1-1b58e0 (source)
    Download flashable image: konnected-pro-1.2.0.bin

    • Various bug fixes for edge cases causing crashes/reboots
    • Enhance console logging
    • Adds capability to lock/unlock settings to prevent unauthorized changes (feature coming soon in Konnected mobile app)