Node-RED and the WAGO CC100
Kurt Braun Kurt Braun
16.4K subscribers
14,133 views
148

 Published On May 20, 2022

Simple tutorial to using Node-RED with the native IO on the new WAGO Compact Controller 100 (CC100)
Provisioning Tool:
curl -L https://raw.githubusercontent.com/bra... -o menu.sh -s && sh menu.sh

Node-RED Docker Command:
docker run -d --name wago-node-red \
-d --privileged=true --user=root \
-p 1880:1880 \
-v node_red_user_data:/data \
nodered/node-red

show more

Share/Embed