Releases: konnected-io/konnected-esphome
2024.6.0
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
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
GDO blaQ compatibility update
- 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.
- Fixes sync issues on startup with some openers and the 888LM / 889LM wall panel
- Fixes manual Security+ protocol selection which sometimes wasn't persisting correctly
- Cleans up some entity/categories and makes some internal data hidden
- Adds button to reset door open/close timings
- 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
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
GDO blaQ
- 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
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
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
GDO blaQ
- 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.
- 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.
- 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
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
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