Garage
Setup
- Go to Accessory Manager
- Click the + icon and select Garage
- Enter a name for the accessory
- Enter the KNX group addresses
KNX Group Addresses
| Characteristic | Control | Status | Datatype |
|---|---|---|---|
| TargetDoorState | 0/0/1 | n/a | DPT-1 |
| CurrentDoorState | n/a | 0/0/2 | DPT-1 |
Descriptions
| Group Address | Description | Datatype |
|---|---|---|
| 0/0/1 | Opens (0) and closes (1) the garage | DPT-1 |
| 0/0/2 | Returns the status: 0 = open, 1 = closed | DPT-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.