Signed-off-by: Paul Frank <pail@gmx.net>
This commit is contained in:
parent
c30a5fa9e2
commit
fe7b176cb7
@ -1,4 +1,4 @@
|
|||||||
# E3DC Binding
|
# E3DC
|
||||||
|
|
||||||
<img align="right" src="./doc/E3DC_logo.png"/>
|
<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.
|
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.
|
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.
|
This extension adds support for the Stiebel Eltron modbus protocol.
|
||||||
|
|
||||||
|
|||||||
@ -24,6 +24,10 @@
|
|||||||
<feature>openhab-runtime-base</feature>
|
<feature>openhab-runtime-base</feature>
|
||||||
<feature>openhab-transport-modbus</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/${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>
|
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.modbus.sunspec/${project.version}</bundle>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user