Skip to content

Releases: konnected-io/konnected-esphome

2023.11.2

05 Nov 15:50
Compare
Choose a tag to compare

All Products

  1. Adds new diagnostic entities device_id and uptime sensors.

Garage Door Opener

  1. Exposes Garage Door Wired sensor by default.
  2. Expose diagnostic entities for Garage Door optical laser distance sensor and calibration setting
  3. Adds support for new GDOv2 product based on the ESP32-S3-MINI
  4. Adds self-test script for GDOv2

Full Changelog: 2023.7.1...2023.11.2

2023.11.1

03 Nov 20:47
Compare
Choose a tag to compare

All Products

  1. Adds new diagnostic entities device_id and uptime sensors.

Garage Door Opener

  1. Exposes Garage Door Wired sensor by default.
  2. Expose diagnostic entities for Garage Door optical laser distance sensor and calibration setting
  3. Adds support for new GDOv2 product based on the ESP32-S3-MINI
  4. Adds self-test script for GDOv2

2023.7.1

09 Jul 21:09
Compare
Choose a tag to compare

Alarm Panel (ESP8266)

  • Fixes a naming issue with alarm now a reserved ID in ESPHome [https://github.com/esphome/esphome/pull/]

All products

  • Adds explicit id wifi_signal_pct to the WiFi Signal % sensor so it can be easily extended/customized

2023.6.1

27 Jun 18:17
Compare
Choose a tag to compare

Garage Door Opener

  • Debounce changing the garage door state from open to closed based on the optical sensor reading to prevent false state changes due to a transient false reading. Some customers had reported false brief state change events when the garage was actually left open.
  • adds new substitution variables (default):
    • range_sensor_polling_time (2500ms)
    • range_sensor_debounce_time (3s)

2023.6.0

01 Jun 23:15
Compare
Choose a tag to compare

Garage Door Opener

  • better organizes Garage Door Opener features into packages

Documentation

2023.5.0

28 May 23:15
Compare
Choose a tag to compare

First named release!

General

Alarm Panel

  • breaks down each input/output into packages for easy customization