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
- Connect one side of the relay output to ① or ②.
- Connect the other side to either of the ⚪️ white terminals.
Enabling the Door Toggle Relay
Using the Konnected App
From My Devices, tap on your GDO blaQ and tap Settings > Extra Input / Output
- Tap on Extra #1 or Extra #2 and select Door Toggle Relay
- 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"