Skip to content

Commit

Permalink
[homematic] correct SCA warnings - README.md (#6539)
Browse files Browse the repository at this point in the history
* [homematic] correct SCA warnings - README.md

Also-by: Michael Roßner <[email protected]>
Signed-off-by: Rosi2143 <[email protected]>
  • Loading branch information
Rosi2143 authored and kaikreuzer committed Dec 20, 2019
1 parent a482009 commit 7feaf9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundles/org.openhab.binding.homematic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ All gateways which provides the Homematic BIN- or XML-RPC API:
The Homematic IP Access Point **does not support** this API and and can't be used with this binding.

Homematic IP support:

- CCU2 with at least firmware 2.17.15
- [RaspberryMatic](https://github.com/jens-maus/RaspberryMatic) with the [HM-MOD-RPI-PCB](https://www.elv.de/homematic-funkmodul-fuer-raspberry-pi-bausatz.html) or [RPI-RF-MOD](https://www.elv.de/homematic-funk-modulplatine-fuer-raspberry-pi-3-rpi-rf-mod-komplettbausatz.html) RF module
- [piVCCU](https://github.com/alexreinert/piVCCU)
Expand All @@ -63,6 +64,7 @@ And **FROM** the gateway to the binding:
- BIN-RPC: 9126

CCU Autodiscovery:

* UDP 43439

**Note:** The binding tries to identify the gateway with XML-RPC and uses henceforth:
Expand All @@ -89,6 +91,7 @@ With Homegear or a CCU, variables and scripts are supported too.
## Discovery

Gateway discovery is available:

* CCU
* RaspberryMatic >= 2.29.23.20171022
* Homegear >= 0.6.x
Expand Down Expand Up @@ -266,6 +269,7 @@ Note that, for Homegear devices, in contrast to the specification of the Rhing a
The channel configs are optional.

Example without channel configs

```java
Thing HM-LC-Dim1T-Pl-2 JEQ0999999 "Name" @ "Location" {
Channels:
Expand Down Expand Up @@ -460,6 +464,7 @@ end
A virtual datapoint (String) to simulate a key press, available on all channels that contains PRESS_ datapoints.

Available values:

* `SHORT_PRESS`: triggered on a short key press
* `LONG_PRESS`: triggered on a key press longer than `LONG_PRESS_TIME` (variable configuration per key, default is 0.4 s)
* `DOUBLE_PRESS`: triggered on a short key press but only if the latest `SHORT_PRESS` or `DOUBLE_PRESS` event is not older than 2.0 s (not related to `DBL_PRESS_TIME` configuration, which is more like a key lock because if it is other than `0.0` single presses are not notified anymore)
Expand Down

0 comments on commit 7feaf9f

Please sign in to comment.