Skip to content

Releases: konnected-io/konnected-esphome

2024.6.0

14 Jun 15:19
b9391d5
Compare
Choose a tag to compare

GDO blaQ

  • New Security+1.0 with smart panel protocol option. Users with a Security+1.0 opener (purple learn button) and a digital wall panel such as the 888/889LM or Chamberlain 41A7928-3 should select this option (from the device's internal web page) after initial setup. This disables the wall panel emulator in the GDO blaQ and instructs the blaQ to listen for status pings from your smart wall button.
  • Australia/NZ compatibility - Toggle-only option. Chamberlain and Merlin garage openers in this region do not respond to close commands over the serial bus, presumably because they also do not require the obstruction sensor/safety-beam to verify that the door is clear. We work around this by emulating the press of the toggle button. Australia and New Zealand users who are not able close the garage door using default settings should enable the Toggle only option (from the device's internal web page) to instruct the blaQ to emulate toggle presses instead of using the discrete open/close commands. This is not needed on North American garage openers.
  • Enhancements to reading and parsing data packets from the GDO serial bus.
  • Enhancements to transmitting/retrying data packet transmission on the GDO serial bus.

Project versions updated

  • garage-door-gdov2-Q: 1.2.0

2024.5.5

16 May 14:51
81e76b6
Compare
Choose a tag to compare

GDO blaQ

  • Safely de-init the Secplus GDO driver on reboot. This prevents an issue on some Security+1.0 openers from unexpectedly triggering the door to move when the device reboots.

Project versions updated

  • garage-door-gdov2-Q: 1.1.1

2024.5.4

14 May 15:45
6837232
Compare
Choose a tag to compare

GDO blaQ compatibility update

  1. This update dramatically improves compatibility with the GDO blaQ and older garage openers with Security+ 1.0 technology, as well as Australian garage openers under the Chamberlain or Merlin brands.
  2. Fixes sync issues on startup with some openers and the 888LM / 889LM wall panel
  3. Fixes manual Security+ protocol selection which sometimes wasn't persisting correctly
  4. Cleans up some entity/categories and makes some internal data hidden
  5. Adds button to reset door open/close timings
  6. Adds button to re-sync as a new device with the garage opener (use sparingly -- only if device is factory reset or replaced)

Project versions updated

  • garage-door-gdov2-1: 1.1.0

2024.5.3

09 May 19:34
Compare
Choose a tag to compare

GDO blaQ

  • adds additional logging during startup/sync to help debug issues with some garage openers that seem to use a different protocol variation.

Alarm Panel Pro

  • Build on ESPHome version 2024.5 (beta) which includes a fix for Ethernet on the previously-thought-to-be-defective batch 2401 and 2403 boards 🎉

Project versions updated

  • garage-door-gdov2-q: 1.0.3
  • alarm-panel-pro-ethernet: 1.1.2

2024.5.2

07 May 01:04
Compare
Choose a tag to compare

GDO blaQ

  1. Publish state (native API) when a close command is received to acknowledge immediately prior to the pre-close warning period. This fixes an issue in the Hubitat integration that was causing the command from Hubiat to time out because state wasn't received promptly.

Project versions updated

  • garage-door-gdov2-q: 1.0.2

2024.5.1

04 May 13:37
Compare
Choose a tag to compare

Simplifieswarning-beep.yaml package

This fixes issues with the last release, which attempted to template-itize the warning-beep.yaml package so that it can be included multiple times (to create more than one pulsing/beeping/blinking binary output). The first attempt didn't completely work, because I didn't realize that template vars can't be passed to remote packages.

This change simplifies the usage so that the warning-beep.yaml package can be used via a remote package, or for more advanced usage, included locally with template variables. This allows it to work in multiple products and configurations. For example:

Simple (default) usage - single warning beep

substitutions:
  warning_beep_name: Warning Beep
  warning_beep_pulse_time: 100ms
  warning_beep_pause_time: 130ms

packages:
  remote_package:
    url: https://github.com/konnected-io/konnected-esphome
    ref: master
    files:
      - packages/warning-beep.yaml

Advanced usage - multiple beep/blink/pulse outputs

packages:
  warning_beep_1: !include
    file: packages/warning-beep.yaml
    vars:
      warning_beep_index: '1'
      warning_beep_name: Pulse 1
      warning_beep_pulse_time: 100ms
      warning_beep_pause_time: 130ms

  warning_beep_2: !include
    file: packages/warning-beep.yaml
    vars:
      warning_beep_index: '2'
      warning_beep_name: Pulse 2
      warning_beep_pulse_time: 500ms
      warning_beep_pause_time: 1s

Project versions updated

  • alarm-panel-esp8266: 1.1.1
  • alarm-panel-pro-ethernet: 1.1.1
  • alarm-panel-pro-wifi: 1.1.1
  • garage-door-gdov1-s: 1.2.1
  • garage-door-gdov2-s: 1.2.1
  • garage-door-gdov2-q: 1.0.1

Full Changelog: 2024.5.0...2024.5.1

2024.5.0

01 May 18:13
Compare
Choose a tag to compare

Alarm Panels; Alarm Panel Pro; GDOv1

Improves the warning beep package and makes it reusable and templatable so that multiple beeping or pulsing outputs can be included on a single device using different or the same outputs

EDIT: Updated/changed in release 2024.5.1

GDO blaQ

Release version 1.0.0

Project versions updated

  • alarm-panel-esp8266: 1.1.0
  • alarm-panel-pro-ethernet: 1.1.0
  • alarm-panel-pro-wifi: 1.0.5
  • garage-door-gdov1-s: 1.2.0
  • garage-door-gdov2-s: 1.2.0
  • garage-door-gdov2-q: 1.0.0

Full Changelog: 2024.4.5...2024.5.0

2024.4.5

27 Apr 18:53
13e81c6
Compare
Choose a tag to compare

GDO blaQ

  1. When the toggle cover action is called, the toggle door action is sent instead of translating that into an open or close. This makes it consistent with the user/client expectation.
  2. Adds a toggle_only option to the cover config. When true, all open/close commands are sent as a toggle door actions to the garage opener. This is a compatibility fix for some openers, such as Merlin brands in Australia (reddit thread) that are known to only respond to toggle commands and don't respond to discrete open/close commands.
  3. Sync with garage opener on every motion event to prevent rolling code from getting out of sync. This should address this issue on the community. (konnected-io/gdolib#8)

Project versions updated

  • garage-door-gdov2-q: 0.3.0

Full Changelog: 2024.4.4...2024.4.5

2024.4.4

25 Apr 14:09
Compare
Choose a tag to compare

GDO White

  • Restore serial console logging on original release GDOv2-S

Project versions with this update

  • garage-door-gdov2-s: 1.1.6

Full Changelog: 2024.4.3...2024.4.4

2024.4.3

23 Apr 00:33
Compare
Choose a tag to compare

GDO blaQ

  • sync rolling code after every button release

Project versions with this update

  • garage-door-gdov2-q: 0.2.1

Full Changelog: 2024.4.2...2024.4.3