KNX
At a glance
Section titled “At a glance”- Product: KNX
- Manufacturer: KNX Association
- Similar open-source integrations:
Getting started
Section titled “Getting started”- Ensure your KNX/IP gateway is reachable from OpenApp.
- Pick an individual address for OpenApp (must not conflict with existing devices).
- In OpenApp, create an integration with provider type
knxand set the config fields below. - For each OpenApp entity you want to control via KNX, set
external_idto the KNX group address (for example2/1/1).
Setup reference
Section titled “Setup reference”| Field | Type | Required | Description | Default | Example |
|---|---|---|---|---|---|
| host | string | required | Hostname or IP address of the KNX/IP gateway. | — | 192.168.1.50 |
| port | number | optional | KNX/IP gateway port. | 3671 | 3671 |
| individual_address | string | required | OpenApp's KNX individual address in the format area.line.device (e.g. 1.1.250). | — | 1.1.250 |
| user_id | number | required | KNX/IP user id (u32) used for the connection. | — | 1 |
| local_ip | string | optional | Optional local IPv4 to bind to (advanced). | 0.0.0.0 | 192.168.1.20 |