Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[homematic] correct SCA warnings - README.md #6539

Merged
merged 2 commits into from
Dec 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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