Skip to content

Commit

Permalink
Merge a13b08c into dd3561b
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier committed Feb 17, 2021
2 parents dd3561b + a13b08c commit 37d0952
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ The configuration file can contain three sections.
- `rate_limit` a rate limit for telegrams sent to the bus
- `multicast_group` to override the default multicast address (`224.0.23.12`)
- `multicast_port` to override the default multicast port (`3671`)
- The `connection` section can be used to specify the connection to the KNX interface.
- The `connection` section can be used to specify the connection to the KNX interface:
- `auto` for automatic discovery of a KNX interface
- `tunneling` for a UDP unicast connection
- `gateway_ip` (required) sets the ip address of the KNX tunneling interface
- `gateway_ip` (required) sets the IP address of the KNX tunneling interface
- `gateway_port` (optional) sets the port the KNX tunneling interface is listening on
- `local_ip` (optional) sets the ip address that is used by xknx
- `route_back` (optional) When True the KNXnet/IP Server shall use the IP address and the port number from the IP package received as the target IP address or port number for the response to the KNXnet/IP Client (for NAT / Docker). Defalut: `False`
- `local_ip` (optional) sets the IP address that is used by XKNX
- `route_back` (optional) When `True` the KNXnet/IP Server shall use the IP address and the port number from the IP package received as the target IP address or port number for the response to the KNXnet/IP Client (for NAT / Docker). Default: `False`
- `routing` for a UDP multicast connection
- `local_ip` (optional) sets the ip address that is used by xknx
- `local_ip` (optional) sets the IP address that is used by XKNX
- Within the `groups` sections all devices are defined. For each type of device more then one section might be specified. You need to append numbers or strings to differentiate the entries, as in the example below. The appended number or string must be unique.

## How to use
Expand Down

0 comments on commit 37d0952

Please sign in to comment.