npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@plus4nodered/node-red-contrib-wago-cc100

v2.0.2

Published

A WAGO CC100 contribution package for Node-RED.

Downloads

50

Readme

Platform Node-RED Contribution WAGO-CC100 License Standard - JavaScript Style Guide NPM download Repository GitHub Gitpod Ready-to-Code

WAGO CC100 Node-RED Contribution Package

International IIoT Website PLUS for Node-RED

For an international area, Iniationware has provided the PLUS for Node-RED International website.

IIoT Webseite Deutschland PLUS for Node-RED

Für einen deutschsprachigen Bereich hat Iniationware die Webseite PLUS for Node-RED Deutschland bereitgestellt.

@plus4nodered/node-red-contrib-wago-cc100

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.

Async Hint

Note: This contribution package works asynchronously!

Examples

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.

CC100 Provisioning-Tool

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

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 CE

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

Contributors

This project exists thanks to all the people who contribute.

Contributing Information

Contributors Graph

For Developers

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

License

MIT