From fe7b176cb7fd72ad6416b2c1c2da92ec54443c98 Mon Sep 17 00:00:00 2001 From: Paul Frank Date: Fri, 25 Sep 2020 22:23:51 +0200 Subject: [PATCH] Fixes #8538 (modbus extensions missing) (#8575) Signed-off-by: Paul Frank --- bundles/org.openhab.binding.modbus.e3dc/README.md | 2 +- .../org.openhab.binding.modbus.helioseasycontrols/README.md | 2 +- bundles/org.openhab.binding.modbus.stiebeleltron/README.md | 2 +- features/openhab-addons/src/main/resources/footer.xml | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.modbus.e3dc/README.md b/bundles/org.openhab.binding.modbus.e3dc/README.md index 4c3fe4678..a911ddf92 100644 --- a/bundles/org.openhab.binding.modbus.e3dc/README.md +++ b/bundles/org.openhab.binding.modbus.e3dc/README.md @@ -1,4 +1,4 @@ -# E3DC Binding +# E3DC diff --git a/bundles/org.openhab.binding.modbus.helioseasycontrols/README.md b/bundles/org.openhab.binding.modbus.helioseasycontrols/README.md index 1bf3677fb..b3a453a7a 100644 --- a/bundles/org.openhab.binding.modbus.helioseasycontrols/README.md +++ b/bundles/org.openhab.binding.modbus.helioseasycontrols/README.md @@ -1,4 +1,4 @@ -# Helios easyControls Binding +# Helios easyControls Helios Heat-Recovery Ventilation devices use a Modbus protocol to communicate with different sensors, switches, etc. Some devices come with an integrated web interface (easyControls) as well as a Modbus TCP/IP Gateway. See https://www.easycontrols.net/de/service/downloads/send/4-software/16-modbus-dokumentation-f%C3%BCr-kwl-easycontrols-ger%C3%A4te for the corresponding specification. diff --git a/bundles/org.openhab.binding.modbus.stiebeleltron/README.md b/bundles/org.openhab.binding.modbus.stiebeleltron/README.md index c58a896c1..cb88a9035 100644 --- a/bundles/org.openhab.binding.modbus.stiebeleltron/README.md +++ b/bundles/org.openhab.binding.modbus.stiebeleltron/README.md @@ -1,4 +1,4 @@ -# Stiebel Eltron ISG Binding +# Stiebel Eltron ISG This extension adds support for the Stiebel Eltron modbus protocol. diff --git a/features/openhab-addons/src/main/resources/footer.xml b/features/openhab-addons/src/main/resources/footer.xml index 614407887..96832fc28 100644 --- a/features/openhab-addons/src/main/resources/footer.xml +++ b/features/openhab-addons/src/main/resources/footer.xml @@ -24,6 +24,10 @@ openhab-runtime-base openhab-transport-modbus mvn:org.openhab.addons.bundles/org.openhab.binding.modbus/${project.version} + mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.e3dc/${project.version} + mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.helioseasycontrols/${project.version} + mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.stiebeleltron/${project.version} + mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.studer/${project.version} mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.sunspec/${project.version}