Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

WAGO Binding

BinaryCraX edited this page May 13, 2015 · 1 revision

Introduction

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.

Details

Binding Configuration

setting the poll interval

 wago:refresh=<value>

configure a slave

 wago:<slave-name>.ip=<slave-address>
 wago:<slave-name>.username=<username>
 wago:<slave-name>.password=<password>

Item Binding Configuration

 <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"}

Installation


User Interfaces


Community

(link to openHAB forum)

Development



Misc


Samples

A good source of inspiration and tips from users gathered over the years. Be aware that things may have changed since they were written and some examples might not work correctly.

Please update the wiki if you do come across any out of date information.

Use case examples

Collections of Rules on a single page

Single Rules

Scripts


Release Notes

Clone this wiki locally