openhab-docs/_addons_bindings/wago1
Thomas Dietrich 826ef4abb4 Distinguish collections, improve update process (#514)
* Rename collection folders

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Change all occurences of addons and repos

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Add further corrections

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove temporary directories after processing

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Reduce addons menus, show current uncond.

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Fix typo

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove redundant addons from permalinks

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Sort UI menu entries correctly

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Split maven command

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-09-22 21:05:09 +02:00
..
readme.md Distinguish collections, improve update process (#514) 2017-09-22 21:05:09 +02:00

readme.md

id label title type description source since install
wago WAGO WAGO - Bindings binding The WAGO Binding provides an interface to Ethernet-enabled Modbus-Controllers from WAGO. https://github.com/openhab/openhab1-addons/blob/master/bundles/binding/org.openhab.binding.wago/README.md 1x manual

{% include base.html %}

WAGO Binding

The WAGO Binding provides an interface to Ethernet-enabled Modbus-Controllers from WAGO.

It polls the controller in a configurable interval.

It fetches the configuration xml-file from the WAGO-Controller and derives the used modules, their position and their type from it.

Binding Configuration

This binding can be configured in the file services/wago.cfg.

Property Default Required Description
refresh ??? No poll interval in milliseconds
<slave-name>.ip Yes Modbus slave IP address
<slave-name>.username Yes Modbus slave username
<slave-name>.password Yes Modbus slave password

Item Configuration

{wago="<slave-name>:<module>:<coil>"}

Example

Example for a simple switch item bound to coil 3 of module 1 of "slave2":<

Switch MySwitch "My WAGO Switch" (ALL) {wago="slave2:1:3"}