Sign inSign up

wagoautomation/node-red-iot

By wagoautomation

Updated about 4 years ago

Use Node-Red on Wago 'PFC 200 G2' and 'Touch Panel 600' devices.

Image
8

5.5K

wagoautomation/node-red-iot repository overview

Node-RED-IOT

Wago Node-Red

DockerHub stars DockerHub pulls

The image is based on the original Node-RED image (see: https://hub.docker.com/r/nodered/node-red) and contains the following pre-installed Node modules:

  • node-red-contrib-iiot-opcua
  • node-red-contrib-modbustcp
  • node-red-dashboard
  • node-red-contrib-telegrambot
  • node-red-contrib-bacnet

Image Variations

The Node-RED images come in different variations and are supported by manifest lists (auto-detect architecture). This makes it more easy to deploy in a multi architecture Docker environment.

The tag naming convention is <node-red-version>-<node-version>-<build-version>, where:

  • <node-red-version> is the Node-RED version.
  • <node-version> is the Node JS version.
  • <build-version> is build version of image and is optional
TagNode-REDNodeBuild
2.2.2-14-v2.7.02.2.214v2.7.0

For example - to run the latest Node-RED bundle with Node-RED version 2.2.2 and Node version 14, you would run

docker run -it -p 1880:1880 -v node_red_data:/data --name mynodered wagoautomation/node-red-iot:2.2.2-14

For more detailed information about the original Node-RED docker image see docker guide.

For general information about Node-RED please visit the website.

This project is available on github.

Tag summary

Content type

Image

Digest

Size

188.2 MB

Last updated

about 4 years ago

docker pull wagoautomation/node-red-iot:2.2.2-14