Skip to content

Releases: konnected-io/konnected-esphome

2024.4.2

19 Apr 18:54
Compare
Choose a tag to compare

All products - mDNS update

Fixes inclusion of the mDNS updates in releases 2024.4.1 and 2024.3.2 that weren't correctly included.

Project versions with this update

  • alarm-panel-esp8266: 1.0.3
  • alarm-panel-pro-ethernet: 1.0.5
  • alarm-panel-pro-wifi: 1.0.5
  • garage-door-gdov1-s: 1.1.4
  • konnected.garage-door-gdov2-s: 1.1.4
  • garage-door-gdov2-q: 0.2.0

Full Changelog: 2024.4.1...2024.4.2

2024.4.1

19 Apr 17:29
Compare
Choose a tag to compare

All products - mDNS TXT update

Adds a TXT entry to the konnected mDNS/zeroconf advertisement named platform which describes the device's chip platform. This is used by Konnected's app.

GDO blaQ (GDOv2-Q)

Organize components into a new secplus-gdo.yaml package.

Project versions with this update

  • alarm-panel-esp8266: 1.0.2
  • alarm-panel-pro-ethernet: 1.0.4
  • alarm-panel-pro-wifi: 1.0.4
  • garage-door-gdov1-s: 1.1.3
  • konnected.garage-door-gdov2-s: 1.1.3
  • garage-door-gdov2-q: 0.2.0

Full Changelog: 2024.4.0...2024.4.1

2024.4.0

18 Apr 17:54
Compare
Choose a tag to compare

All products - ESPHome version sensor

Adds a version sensor that displays the current ESPHome version as a sensor.

GDO blaQ (GDOv2-Q)

  • Send toggle command after pre-close if toggle is used. by @h2zero in #42
  • Use gdolib source directly instead of a binary blob and add logging to the cover component. by @h2zero in #43
  • Let the gdolib handle door closing after toggle, reverts #42 by @h2zero in #45

GDO White (GDOv2-S)

  • Adds updated FCC testing firmware (radios disabled for testing for unintentional radiation)

Project versions with this update

  • alarm-panel-esp8266: 1.0.1
  • alarm-panel-pro-ethernet: 1.0.3
  • alarm-panel-pro-wifi: 1.0.3
  • garage-door-gdov1-s: 1.1.2
  • konnected.garage-door-gdov2-s: 1.1.2
  • garage-door-gdov2-q: 0.1.3

Full Changelog: 2024.3.2...2024.4.0

2024.3.2

27 Mar 01:18
Compare
Choose a tag to compare

All products - mDNS discovery update

This update applies to all Konnected products. It adds a new _konnected service to the mDNS advertisement to more easily identify a Konnected device, regardless if ESPHome's native API is enabled. This fixes an issue where integrations that are using only the local REST API and not the ESPHome API would lose mDNS data when the ESPHome API is disabled.

Devices will now advertise a _konnected service with TXT records of information about the device:

[mdns:146]:   Services:
[mdns:148]:   - _konnected, _tcp, 80
[mdns:150]:     TXT: friendly_name = Alarm Panel 6ac42d
[mdns:150]:     TXT: esphome_version = 2024.3.0
[mdns:150]:     TXT: mac = f4cfa26ac42d
[mdns:150]:     TXT: network = wifi
[mdns:150]:     TXT: project_name = konnected.alarm-panel-esp8266
[mdns:150]:     TXT: project_version = 1.0.0
[mdns:150]:     TXT: web_api = true

Project versions with this update

  • alarm-panel-esp8266: 1.0.0
  • alarm-panel-pro-ethernet: 1.0.2
  • alarm-panel-pro-wifi: 1.0.2
  • garage-door-gdov1-s: 1.1.1
  • konnected.garage-door-gdov2-s: 1.1.1
  • garage-door-gdov2-q: 0.1.1

Full Changelog: 2024.3.1...2024.3.2

2024.3.1

19 Mar 16:57
Compare
Choose a tag to compare

Garage Door Opener blaQ first release - firmware v0.1.0

The first release of Konnected's newest product, the GDO blaQ (GDOv2-Q)!

  1. Works with Chamberlain / LiftMaster / Craftsman / Merlin brand garage openers with Security+ or Security+ 2.0 technology.
  2. Direct wireline serial communication with the garage opener motor -- no sensors necessary!
  3. Detects open/closed state, obstruction sensor state, and motion sensor state (with capable wall panels)
  4. Controls opening, closing, garage light, lock, and learn mode.
  5. Built-in pre-close warning for safety and regulatory compliance.
  6. Inspired by and adapted from ratgdo with significant improvements made by Konnected

Naming updates

The default device name for all Konnected products has been changed to konnected-XXXXX (where XXXXXX is the last 6 characters of the chip's MAC address). This change was made for consistency and ease of discovery using the Konnected app.

Full Changelog: 2024.3.0...2024.3.1

2024.3.0

05 Mar 23:30
Compare
Choose a tag to compare

Garage Door Opener (White - v1 and v2), project version 1.1

  1. Open and close actions are now state-aware. If the garage door is already open, the open action will not do anything. Conversely, if the garage door is already closed, the close action will not have any effect.
  2. Reports current_operation based on inferred state. When triggered to open, current_operation will report as OPENING until the state changes to OPEN. The opposite is true for the close action.

Note: The order of package includes has changed. If you are using a customized configuration where you have customized the package includes, ensure that packages/garage-door-wired-sensor.yaml and packages/vl53l0x-range-sensor.yaml come before your cover package.

Full Changelog: 2023.12.1...2024.3.0

2023.12.1

27 Dec 01:42
Compare
Choose a tag to compare

Garage Door Opener

  1. Renames main product config files to match model names:
    1. garage-door-GDOv1-S.yaml
    2. garage-door-GDOv2-S.yaml
  2. Fixes web installer manifest for GDOv2-S

Alarm Panel Pro

  1. New top-level config file alarm-panel-pro-v1.8-ethernet.yaml for v1.8 boards using Ethernet. This makes it simpler to adopt these boards in ESPHome dashboard

Updates version numbers to 1.0

Full Changelog: 2023.12.0...2023.12.1

2023.12.0

21 Dec 21:59
Compare
Choose a tag to compare

Alarm Panel Pro

  • Switches to ESP-IDF framework (versus arduino default) for future compatibility with Konnected Cloud

Garage Door Opener

  • Debounce the optical laser sensor on open and close detections to prevent false readings.

General

Full Changelog: 2023.11.4...2023.12.0

2023.11.4

24 Nov 13:38
Compare
Choose a tag to compare

No new features, just bumping release to update distributed builds.

Full Changelog: 2023.11.3...2023.11.4

2023.11.3

07 Nov 17:07
Compare
Choose a tag to compare

Garage Door Opener

  1. Speed up and clean up the self-test script
  2. Use a global variable to store the margin of error used with the range sensor to determine if the door is open so it can be adjusted on the fly.

Full Changelog: 2023.11.2...2023.11.3