node-red-contrib-wago

A set of nodes to interact directly with WAGO PFC controllers I/O bus. Controller should be runnung the open source wago-kbus-daemon


Keywords
node-red, wago, kbus, plc, codesys, automation
License
MIT
Install
npm install node-red-contrib-wago@2.1.1

Documentation

 node-red-contrib-wago 

A set of nodes to control open source MQTT driver for WAGO PFC controllers backplane.

Features

  • Nodes connect directly to MQTT broker either onboard the controller or externally
  • Status and error messages are caught by the kbus reader
  • Integrated scaling for analog input signals and process scaling for analog outputs
  • Supoprt all WAGO "simple" modules, analog and digital
  • Entirely event driven I/O bus minimizes network stress
  • Very low CPU resource usage

Get started

You must install the driver on your controller. The installer can be found here kbus-daemon installer, take care to update the kbus-daemon.conf file on the controller as this determines the broker and behavior of the kbus-daemon.

Default NodeID is the controller hostname unless changed in configuration file.

Requirements

License

node-red-contrib-wago is under the MIT license. See the LICENSE for more information.

Links