]> git.basschouten.com Git - openhab-addons.git/commit
[enocean] Adds support for the D2_06_50 EEP type (#10949)
authorThomas Lauterbach <2452988+DrRSatzteil@users.noreply.github.com>
Sat, 31 Jul 2021 10:24:10 +0000 (12:24 +0200)
committerGitHub <noreply@github.com>
Sat, 31 Jul 2021 10:24:10 +0000 (12:24 +0200)
commit02c2513e28f60bfc23c7293ccbf3d4a1ff6e0425
tree57190eba38e17da905eb361d251f9a3cffeaa9a4
parent677804c4851bfb8e0124b2fa5b1b52bc89acb9ad
[enocean] Adds support for the D2_06_50 EEP type (#10949)

* Initial D2_06_20 EEP Implementation.

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* added data validation

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* added channels for calibration

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* added manufacturer ID for discovery

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* Revert "added data validation"

This reverts commit 945101056b7d0a79b6d53985cfcef8e06bf0a8aa.

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* fixing discovery by setting manufacturerId

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* fix spotless

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* added calibration channels

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* removed validation override

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* added manufacturer suffix

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* channel description updated

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* added calibration channels

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* mentioning calibration channels in documentation

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
* shortened thing label

Signed-off-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
Co-authored-by: Thomas Lauterbach <lauterbachthomas@gmail.com>
bundles/org.openhab.binding.enocean/README.md
bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/EnOceanBindingConstants.java
bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/eep/D2_06/D2_06_50.java [new file with mode: 0644]
bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/eep/EEPType.java
bundles/org.openhab.binding.enocean/src/main/java/org/openhab/binding/enocean/internal/handler/EnOceanBaseSensorHandler.java
bundles/org.openhab.binding.enocean/src/main/resources/OH-INF/thing/WindowSashHandleSensor.xml [new file with mode: 0644]
bundles/org.openhab.binding.enocean/src/main/resources/OH-INF/thing/channels.xml