Skip to content
English
  • There are no suggestions because the search field is empty.

Door Toggle Relay Trigger on the GDO blaQ

Use a dry-contact relay or an external trigger to toggle the garage door open and closed.

The GDO blaQ extra inputs ① or ② can be configured to accept an external dry-contact trigger to toggle the garage door. This can be useful for integrating a Security+2.0 garage opener with an external system that has a relay or dry contact output.

When enabled, a momentary trigger of your relay or external dry-contact (up to 3 seconds) will trigger the toggle action on the garage door.

Wiring the Relay Trigger

  1. Connect one side of the relay output to ① or ②.
  2. Connect the other side to either of the ⚪️ white terminals.

Enabling the Door Toggle Relay

Using the Konnected App

  1. Screenshot_20250929_150505_KonnectedFrom My Devices, tap on your GDO blaQ and tap Settings > Extra Input / Output
  2. Tap on Extra #1 or Extra #2 and select Door Toggle Relay
  3. Choose Normally Open or Normally Closed for Relay Type

 

 

Self-managed ESPHome firmware

Add the gdo/gdo-external-toggle.yaml package to the list of packages in your GDO blaQ ESPHome config and set pin to $input1 or $input2.

packages:
  remote_package:
    url: https://github.com/konnected-io/konnected-esphome
  files:
- path: packages/gdo/gdo-external-toggle.yaml
vars:
pin: $input1
inverted: "true"