Skip to content

Commit

Permalink
[knx] Improve documentation for DPT 1.009 (openhab#14510)
Browse files Browse the repository at this point in the history
Carryover from smarthomej/addons#73.

Also-by: Jan N. Klug github@klug.nrw

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: miloit <MichaelLoercher@web.de>
  • Loading branch information
holgerfriedrich authored and miloit committed Mar 10, 2023
1 parent 4f5b821 commit 7660db0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bundles/org.openhab.binding.knx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ Since the protocol is identical, the KNX binding can also communicate with it tr
The KNX binding supports two types of bridges, and one type of things to access the KNX bus.
There is an _ip_ bridge to connect to KNX IP Gateways, and a _serial_ bridge for connection over a serial port to a host-attached gateway.

## Binding Configuration

The binding itself does not require any special configuration.

## Bridges

The following two bridge types are supported. Bridges don't have channels on their own.
Expand Down Expand Up @@ -124,6 +120,9 @@ Note: After changing the DPT of already existing Channels, openHAB needs to be r
|-----------|---------------|-------------|
| ga | Group address | 1.009 |

*Attention:* Due to a bug in the original implementation, the states for DPT 1.009 are inverted (i.e. `1` is mapped to `OPEN` instead of `CLOSE`).
A change would break all existing installations and is therefore not implemented.

##### Channel Type "number"

| Parameter | Description | Default DPT |
Expand Down Expand Up @@ -189,6 +188,9 @@ If from the KNX bus a `GroupValueRead` telegram is sent to a *-control Channel,
|-----------|---------------|-------------|
| ga | Group address | 1.009 |

*Attention:* Due to a bug in the original implementation, the states for DPT 1.009 are inverted (i.e. `1` is mapped to `OPEN` instead of `CLOSE`).
A change would break all existing installations and is therefore not implemented.

##### Channel Type "number-control"

| Parameter | Description | Default DPT |
Expand Down

0 comments on commit 7660db0

Please sign in to comment.