Fixes (modbus extensions missing) ()

Signed-off-by: Paul Frank <pail@gmx.net>
This commit is contained in:
Paul Frank 2020-09-25 22:23:51 +02:00 committed by GitHub
parent c30a5fa9e2
commit fe7b176cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions
bundles
org.openhab.binding.modbus.e3dc
org.openhab.binding.modbus.helioseasycontrols
org.openhab.binding.modbus.stiebeleltron
features/openhab-addons/src/main/resources

@ -1,4 +1,4 @@
# E3DC Binding
# E3DC
<img align="right" src="./doc/E3DC_logo.png"/>

@ -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.

@ -1,4 +1,4 @@
# Stiebel Eltron ISG Binding
# Stiebel Eltron ISG
This extension adds support for the Stiebel Eltron modbus protocol.

@ -24,6 +24,10 @@
<feature>openhab-runtime-base</feature>
<feature>openhab-transport-modbus</feature>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.e3dc/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.helioseasycontrols/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.stiebeleltron/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.studer/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.sunspec/${project.version}</bundle>
</feature>