openhab-docs/_bindings/wago1
John Cocula aa2ab2cac1 [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355)
* Generate addon docs as Jekyll Collections instead of Jekyll Pages

Simplifies a lot of Jekyll, makes custom addon layout possible.

Signed-off-by: John Cocula <john@cocula.com>

* Adds-on (all but bindings) in user menu

Signed-off-by: John Cocula <john@cocula.com>

* Added openhab-distro submodule

Signed-off-by: John Cocula <john@cocula.com>
2017-03-02 01:08:44 +01:00
..
readme.md [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355) 2017-03-02 01:08:44 +01: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"}