Skip to content

Garage

Setup

  1. Go to Accessory Manager
  2. Click the + icon and select Garage
  3. Enter a name for the accessory
  4. Enter the KNX group addresses

KNX Group Addresses

CharacteristicControlStatusDatatype
TargetDoorState0/0/1n/aDPT-1
CurrentDoorStaten/a0/0/2DPT-1

Descriptions

Group AddressDescriptionDatatype
0/0/1Opens (0) and closes (1) the garageDPT-1
0/0/2Returns the status: 0 = open, 1 = closedDPT-1

Implementation Tip

We recommend implementing a garage in KNX with a relay actuator that sends a short impulse, and a binary input connected to a reed contact that closes when the garage door is fully closed.

If you measure the time the garage needs to fully open, you can add this turn-off delay to the binary input to get an "open" notification in the app only after the door is physically open.