Garage Door Opener Settings - mongoose-os-apps/shelly-homekit GitHub Wiki

Shelly switch can be put into Garage Door Opener mode (see General Settings).

Overview

In this mode Shelly is attached to a garage door opener controller and at least one sensor to report fully closed position.

It pulses its output in response to commands from the Home app or from the Web UI and uses input(s) to track position of the door.

Connection diagrams

Shelly 1 or 1PM

  • Output is connected to the push-button input of the controller
  • Input is connected to the closed position sensor

/resources/GarageDoor-Shelly1.png

Shelly 2 or 2.5

  • Output is connected to the push-button input of the controller
  • Input 1 is connected to the closed position sensor
  • Input 2 is connected to the open position sensor
    • This sensor is optional and if not available, can be disabled in the Web UI

/resources/GarageDoor-Shelly25.png

Settings

/resources/GarageDoor-Settings.png

Name: name of the accessory in HomeKit.

Status: shows the status of the door (open, opening, closing, closed).

Close Sensor: Selects type of the "door closed" sensor

  • Normally Closed: Sensor is closed (conductive) when the door is in the fully closed position.
  • Normally Open: Sensor is open (non-conductive) when the door is in the fully closed position.

Open Sensor: (Shelly 2 and 2.5 only) Selects type of the "door open" sensor

  • Normally Closed: Sensor is closed (conductive) when the door is in the fully open position.
  • Normally Open: Sensor is open (non-conductive) when the door is in the fully open position.

Output Mode: (Shelly 2 and 2.5 only) Selects output mode of the door

  • Single: If your garage door has one input for toggle. Output 01 is connected to the input of the controller
  • Dual: If your garage door has two inputs, one for closing and one for opening. Output 02 is also connected to the input of the controller

Movement Time: Sets door movement time, from fully open to fully closed position and vice-versa.

Pulse Time: Sets the length of the pulse generated by Shelly, in milliseconds.

[Save] button: saves settings.

[Toggle] button: generates a pulse on the output and starts door movement.