For an international area, Iniationware has provided the PLUS for Node-RED International website.
Für einen deutschsprachigen Bereich hat Iniationware die Webseite PLUS für Node-RED Deutschland bereitgestellt.
A Node-RED library to control the IO's on your WAGO CC100. It enables to use Node-RED for a directly read and write of the digital Ins and Outs and also the analog Ins and Outs.
Note: This contribution package works asynchronously!
Here some examples how to control the digital and analog signals of the WAGO CC100:
Digital | Analog |
---|---|
Download our examples flow from the GitHub Demo
You can find the examples also via the "Hamburger-Menu" inside Node-RED. Goto Import and then examples and see our CC100 entries.
Watch the video from Kurt Braun about the CC100 and Node-RED
Access the CC100 via SSH and start with the provisioning tool.
wget -O menu.sh https://raw.githubusercontent.com/braunku/pfc-provisioning-tool/main/menu.sh && sh menu.sh
Docker list of running containers:
docker ps
Docker list of available image on the CC100 device for now:
docker images
Note: You have to run the Node-RED Container with privileged mode if you do not use the provisioning-tool
docker run -d --name wago-node-red \
-d --privileged=true --user=root \
--network=host \
-v node_red_user_data:/data \
nodered/node-red
Portainer is possible but needs more than 200 MB of space.
Note: Without extra memory use the command line if you want to use that space for other containers.
docker run -d --name=portainer \
--network=host \
--restart=always \
--pull=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v portainer_data:/data \
portainer/portainer-ce
This project exists thanks to all the people who contribute.
See the prepared scripts of the package and the additional Shell scripts to clean, update, or upgrade this NPM package.
- dev-link, dev-unlink (with local Node-RED)
- unit testing
- coverage
- docs generation
- standard-version
- Change-Log
- Gulp build and compression via npm scripts
MIT