Skip to content

Helmut-Saal/CC100-Node-Red

Repository files navigation

node-red-contrib-wago-cc100

Node-Red library to controll EA's on CC100

Directly read and set the Digital In- Outputs and also Analog In- Outputs.

Note: This lib works asynchron!


Controll Digital and Analog signals:

Digital EA

Analog EA



Download example flow from Github:

https://github.com/Helmut-Saal/CC100-Node-Red/blob/master/examples/demo.json

Note: You have to run the Node-Red Container with privileged mode:

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