Updated external content (Jenkins build 95)
parent
899c4cd20e
commit
04dc4ddf01
|
@ -18,7 +18,7 @@ install: auto
|
|||
|
||||
The openHAB KNX binding allows to connect to [KNX Home Automation](http://www.knx.org/) installations. Switching lights on and off, activating your roller shutters or changing room temperatures are only some examples.
|
||||
|
||||
To access your KNX bus you either need a gateway device which is connected to the KNX bus and allows computers to access the bus communication. This can be either an Ethernet (as a Router or a Tunne type) or a serial gateway. The KNX binding then can communicate directly with this gateway. Alternatively a PC running [KNXD](https://github.com/knxd/knxd) (free open source component sofware) can be put in between which then acts as a broker allowing multiple client to connect to the same gateway. Since the protocol is identical, the KNX binding can also communicate with it transparently.
|
||||
To access your KNX bus you either need a gateway device which is connected to the KNX bus and allows computers to access the bus communication. This can be either an Ethernet (as a Router or a Tunnel type) or a serial gateway. The KNX binding then can communicate directly with this gateway. Alternatively a PC running [KNXD](https://github.com/knxd/knxd) (free open source component sofware) can be put in between which then acts as a broker allowing multiple client to connect to the same gateway. Since the protocol is identical, the KNX binding can also communicate with it transparently.
|
||||
|
||||
## Supported Things
|
||||
|
||||
|
@ -39,10 +39,10 @@ The IP Gateway is the most commonly used way to connect to the KNX bus. At its b
|
|||
| Name | Required | Description | Default value |
|
||||
|---------------------|--------------|--------------------------------------------------------------------------------------------------------------|------------------------------------------------------|
|
||||
| type | Yes | The IP connection type for connecting to the KNX bus (`TUNNEL` or `ROUTER`) | - |
|
||||
| ipAddress | for `TUNNEL` | Network address of the KNX/IP gateway | - |
|
||||
| ipAddress | for `TUNNEL` | Network address of the KNX/IP gateway | for `TUNNEL`: \<nothing\>, for `ROUTER`: 224.0.23.12 |
|
||||
| portNumber | for `TUNNEL` | Port number of the KNX/IP gateway | 3671 |
|
||||
| localIp | No | Network address of the local host to be used to set up the connection to the KNX/IP gateway | the system-wide configured primary interface address |
|
||||
| localSourceAddr | No | The group address for identification of this KNX/IP gateway within the KNX bus | 0.0.0 |
|
||||
| localSourceAddr | No | The (virtual) individual address for identification of this KNX/IP gateway within the KNX bus | 0.0.0 |
|
||||
| useNAT | No | Whether there is network address translation between the server and the gateway | false |
|
||||
| readingPause | No | Time in milliseconds of how long should be paused between two read requests to the bus during initialization | 50 |
|
||||
| responseTimeout | No | Timeout in seconds to wait for a response from the KNX bus | 10 |
|
||||
|
@ -184,7 +184,7 @@ In contrast to the standard channels above, the control channel types are used f
|
|||
#### Group Address Notation
|
||||
|
||||
```
|
||||
<config>="[<dpt>:][<]<mainGA>[[+[<]<listeningGA>]+[<]<listeningGA>..]]"
|
||||
<config>="[<dpt>:][<]<mainGA>[[+[<]<listeningGA>][+[<]<listeningGA>..]]"
|
||||
```
|
||||
|
||||
where parts in brackets `[]` denote optional information.
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
cp -f house.png group.png
|
||||
cp -f house.svg group.svg
|
||||
cp -f house.png presence.png
|
||||
cp -f house.svg presence.svg
|
||||
|
||||
|
||||
# Alternative Types
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 435 B After Width: | Height: | Size: 459 B |
|
@ -9,36 +9,36 @@
|
|||
</linearGradient>
|
||||
</defs>
|
||||
<path d="m3 46h58v1h-58z" style="fill:url(#0)"/>
|
||||
<path d="m12.5 59.5v-45.2l19.5-9.7 19.5 9.7v45.2z" style="fill:#c8ffc8"/>
|
||||
<path d="M32,5.1l19,9.5V59H13V14.6L32,5.1 M32,4L12,14v46h40V14L32,4L32,4z" style="fill:#52cc78"/>
|
||||
<path d="m12.5 33.5h39v13h-39z" style="fill:#c8ffc8"/>
|
||||
<path d="m51 34v12h-38v-12h38m1-1h-40v14h40v-14z" style="fill:#52cc78"/>
|
||||
<path d="m12.5 20.5h39v13h-39z" style="fill:#c8ffc8"/>
|
||||
<path d="m51 21v12h-38v-12h38m1-1h-40v14h40v-14z" style="fill:#52cc78"/>
|
||||
<path d="m17.5 23.5h5v6h-5z" style="fill:#c8ffc8"/>
|
||||
<path d="m22 24v5h-4v-5h4m1-1h-6v7h6v-7z" style="fill:#52cc78"/>
|
||||
<path d="m22.5 23.5h5v6h-5z" style="fill:#c8ffc8"/>
|
||||
<path d="m27 24v5h-4v-5h4m1-1h-6v7h6v-7z" style="fill:#52cc78"/>
|
||||
<path d="m40.5 36.5h6v10h-6z" style="fill:#c8ffc8"/>
|
||||
<path d="m46 37v9h-5v-9h5m1-1h-7v11h7v-11z" style="fill:#52cc78"/>
|
||||
<path d="m31.5 23.5h5v6h-5z" style="fill:#c8ffc8"/>
|
||||
<path d="m36 24v5h-4v-5h4m1-1h-6v7h6v-7z" style="fill:#52cc78"/>
|
||||
<path d="m17.5 36.5h5v6h-5z" style="fill:#c8ffc8"/>
|
||||
<path d="m22 37v5h-4v-5h4m1-1h-6v7h6v-7z" style="fill:#52cc78"/>
|
||||
<path d="m22.5 36.5h5v6h-5z" style="fill:#c8ffc8"/>
|
||||
<path d="m27 37v5h-4v-5h4m1-1h-6v7h6v-7z" style="fill:#52cc78"/>
|
||||
<path d="m31.5 36.5h5v6h-5z" style="fill:#c8ffc8"/>
|
||||
<path d="m36 37v5h-4v-5h4m1-1h-6v7h6v-7z" style="fill:#52cc78"/>
|
||||
<path d="m40.5 23.5h6v6h-6z" style="fill:#c8ffc8"/>
|
||||
<path d="m46 24v5h-5v-5h5m1-1h-7v7h7v-7z" style="fill:#52cc78"/>
|
||||
<g style="fill:#c8ffc8">
|
||||
<path d="m44 41h1v1h-1z" style="stroke-miterlimit:10;stroke:#52cc78"/>
|
||||
<path d="m12.5 20.5v-6.2l19.5-9.7 19.5 9.7v6.2z"/>
|
||||
<path d="m12.5 59.5v-45.2l19.5-9.7 19.5 9.7v45.2z" style="fill:#f0f0f0"/>
|
||||
<path d="M32,5.1l19,9.5V59H13V14.6L32,5.1 M32,4L12,14v46h40V14L32,4L32,4z" style="fill:#c8c8c8"/>
|
||||
<path d="m12.5 33.5h39v13h-39z" style="fill:#f0f0f0"/>
|
||||
<path d="m51 34v12h-38v-12h38m1-1h-40v14h40v-14z" style="fill:#c8c8c8"/>
|
||||
<path d="m12.5 20.5h39v13h-39z" style="fill:#f0f0f0"/>
|
||||
<path d="m51 21v12h-38v-12h38m1-1h-40v14h40v-14z" style="fill:#c8c8c8"/>
|
||||
<path d="m17.4 23.4h5.1v6.1h-5.1z" style="fill:#f0f0f0"/>
|
||||
<path d="m22.1 23.9v5.3h-4.3v-5.3h4.3m.9-.9h-6v7h6v-7z" style="fill:#c8c8c8"/>
|
||||
<path d="m22.4 23.4h5.1v6.1h-5.1z" style="fill:#f0f0f0"/>
|
||||
<path d="m27.1 23.9v5.3h-4.3v-5.3h4.3m.9-.9h-6v7h6v-7z" style="fill:#c8c8c8"/>
|
||||
<path d="m40.5 36.5h6v10h-6z" style="fill:#f0f0f0"/>
|
||||
<path d="m46 37v9h-5v-9h5m1-1h-7v11h7v-11z" style="fill:#c8c8c8"/>
|
||||
<path d="m31.4 23.4h5.1v6.1h-5.1z" style="fill:#f0f0f0"/>
|
||||
<path d="m36.1 23.9v5.3h-4.3v-5.3h4.3m.9-.9h-6v7h6v-7z" style="fill:#c8c8c8"/>
|
||||
<path d="m17.4 36.4h5.1v6.1h-5.1z" style="fill:#f0f0f0"/>
|
||||
<path d="m22.1 36.9v5.3h-4.3v-5.3h4.3m.9-.9h-6v7h6v-7z" style="fill:#c8c8c8"/>
|
||||
<path d="m22.4 36.4h5.1v6.1h-5.1z" style="fill:#f0f0f0"/>
|
||||
<path d="m27.1 36.9v5.3h-4.3v-5.3h4.3m.9-.9h-6v7h6v-7z" style="fill:#c8c8c8"/>
|
||||
<path d="m31.4 36.4h5.1v6.1h-5.1z" style="fill:#f0f0f0"/>
|
||||
<path d="m36.1 36.9v5.3h-4.3v-5.3h4.3m.9-.9h-6v7h6v-7z" style="fill:#c8c8c8"/>
|
||||
<path d="m40.5 23.5h6.1v6.1h-6.1z" style="fill:#f0f0f0"/>
|
||||
<g style="fill:#c8c8c8">
|
||||
<path d="m46.1 23.9v5.1h-5.1v-5.1h5.1m.9-.9h-7v7h7v-7z"/>
|
||||
<path d="m44 41h1v1h-1z"/>
|
||||
</g>
|
||||
<path d="m32 5.1l19 9.5v5.4h-38v-5.4l19-9.5m0-1.1l-20 10v7h40v-7l-20-10z" style="fill:#52cc78"/>
|
||||
<path d="m12.5 20.5v-6.2l19.5-9.7 19.5 9.7v6.2z" style="fill:#f0f0f0"/>
|
||||
<path d="m32 5.1l19 9.5v5.4h-38v-5.4l19-9.5m0-1.1l-20 10v7h40v-7l-20-10z" style="fill:#c8c8c8"/>
|
||||
<path d="m58 17.5l-26-13-26 13" style="fill:none;stroke-miterlimit:10;stroke:#2e7de5;stroke-width:1.5"/>
|
||||
<path d="m25.5 12.5h5v5h-5z" style="fill:#c8ffc8"/>
|
||||
<path d="m30 13v4h-4v-4h4m1-1h-6v6h6v-6z" style="fill:#52cc78"/>
|
||||
<path d="m33.5 12.5h5v5h-5z" style="fill:#c8ffc8"/>
|
||||
<path d="m38 13v4h-4v-4h4m1-1h-6v6h6v-6z" style="fill:#52cc78"/>
|
||||
<path d="m25.5 12.5h5v5h-5z" style="fill:#f0f0f0"/>
|
||||
<path d="m30 13v4h-4v-4h4m1-1h-6v6h6v-6z" style="fill:#c8c8c8"/>
|
||||
<path d="m33.5 12.5h5v5h-5z" style="fill:#f0f0f0"/>
|
||||
<path d="m38 13v4h-4v-4h4m1-1h-6v6h6v-6z" style="fill:#c8c8c8"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue