WAGO Binding - juri8/openhab GitHub Wiki
The WAGO Binding provides a 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.
wago:refresh=<value>
wago:<slave-name>.ip=<slave-address>
wago:<slave-name>.username=<username>
wago:<slave-name>.password=<password>
<item-type> <item-name> <item-descriptor> (<group>) {wago="<slave-name>:<module>:<coil>"}
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"}