]> git.basschouten.com Git - openhab-addons.git/commitdiff
Added inverted info for rollershutters (#11094)
authorMichael B <bredmich@users.noreply.github.com>
Wed, 11 Aug 2021 10:00:30 +0000 (12:00 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Aug 2021 10:00:30 +0000 (12:00 +0200)
Currently openHAB and the CCU are using different values for the same state of a rollershutter.
Added information about this under Troubleshooting and listed some examples.

Signed-off-by: Michael Bredehorn <michael@bredehorn.nrw>
bundles/org.openhab.binding.homematic/README.md

index 7d2e06ba52d8a38c465796c4c307c95cf00c196c..c923afcfc8437d8ee36e5b7c0091fa492513aa59 100644 (file)
@@ -666,6 +666,15 @@ You have to delete the thing, start a scan and add it again.
 In case of problems in the discovery or if above mentioned error message appears in `openhab.log`, the size for the transmission buffer for the communication with the gateway is too small.
 The problem can be solved by increasing the `bufferSize` value in the bridge configuration.
 
+**Rollershutters are inverted**
+
+openHAB and the CCU are using different values for the same state of a rollershutter.
+Examples: HmIP-BROLL, HmIP-FROLL, HmIP-BBL, HmIP-FBL and HmIP-DRBLI4
+|         | Open | Closed |
+|---------|------|--------|
+| openHAB | 0%   | 100%   |
+| CCU     | 100% | 0%     |
+
 ### Debugging and Tracing
 
 If you want to see what's going on in the binding, switch the log level to DEBUG in the Karaf console