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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@opcua/for-node-red

v3.24.0

Published

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

Readme

@opcua/for-node-red

The Industrial-Grade OPC UA Node for Node-RED.

Powered by NodeOPCUA—the industry-standard OPC UA stack for Node.js—and maintained by its original creators, Sterfive.

🚀 Why choose this over the free open-source alternative?

While legacy community nodes (like node-red-contrib-opcua) have served the hobbyist community well, @opcua/for-node-red is architected for high-performance industrial environments.

We focus on optimization, stability, and handling the complex data structures found in modern PLCs (Siemens S7-1500, Rockwell, Omron).

Feature Comparison

| Feature | Legacy Community Nodes | @opcua/for-node-red (This Module) | |-----------------------|-----------------------------|------------------------------------------------------------| | Complex Data (UDTs) | ❌ Manual parsing required | ✅ Native Extension Objects (Reads full structures as JSON) | | Addressing | ⚠️ Usually NodeId only | ✅ Flexible (NodeId, BrowsePath, or both) | | Network Efficiency | ⚠️ Often 1 Session per Node | ✅ Intelligent Session Sharing (Minimizes server load) | | Throughput | ⚠️ Serial operations | ✅ Smart Batching (Groups/splits requests automatically) | | Reconnection | ⚠️ Basic (Can get stuck) | ✅ Industrial-Grade (Auto-healing connection logic) | | Visual Tooling | ❌ Manual copy-paste | ✅ Visual Browser (Pick NodeIds from a tree view) | | Structure Exploration | ❌ Not available | ✅ Explore Node (Maps sub-trees to nested JSON) | | Support | Community / GitHub Issues | Professional Support SLA available | | Maintenance and updates | Volunteers / Community-driven | Regular Updates and improvements by Sterfive | |Quality & Testing |❌ No Unit Tests (Relies on user downloads/reports) |✅ TDD Approach (Dev with highest standards & Unit Tests) | | License | 🔓 Open Source MIT (no warranty/ as is) | 🛡️ Commercial License (Indemnified & Supported) |

Watch the video

Key Features

  • Explore: Explore the OPC UA server address space subtree and get information about nodes and references as a JSON structure. This offers a wonderful way to explore complex OPC UA objects and monitor multiple variables within an easy-to-handle nested JSON object.

  • Complex Structures: Reads User Defined Types (UDTs) and Structures from Siemens S7-1500, Rockwell, and Omron PLCs and converts them instantly into JSON objects (Extension Objects).

  • Smart Addressing: Handle node addresses with either the specific nodeId, the human-readable BrowsePath, or both.

  • Visual Tooling: Provide visual tools to pick up nodeIds by browsing the OPC UA server directly within the editor.

  • Optimized Performance:

    • Intelligent Session Management: Minimizes the number of sessions created on the OPC UA server by sharing sessions between nodes where possible.

    • Transaction Batching: Automatically groups or splits operations based on the actual capabilities of the OPC UA server to minimize network roundtrips.

    • 🚀 Boosted Efficiency: Get up to 90% performance boost when reading large datasets of DataType dictionaries compared to unoptimized clients!

  • Event & Alarms: Full support for OPC UA Alarms & Conditions (A&C).

  • Historical Data: Native support for HistoryRead to pull logged data from historians with aggregation support.

  • Robust Reconnection Logic: Automatically handles reconnections in case of network failures, ensuring reliable operation in industrial environments.

  • Certificate Management: Automatically manages OPC UA server certificates for secure connections.

  • Multiple Connections: Support for multiple connections to multiple OPC UA servers simultaneously.

The nodes:

  • Read - read one or more UAVariables.
  • Write - write one or more UAVariables.
  • Browse - browse a UANode for references and child nodes.
  • Monitor - monitor a UAVariable for changes.
  • MonitorEvents - monitor a UAObject for events.
  • Call - call a method passing input arguments and getting output arguments.
  • Explore - explore the OPCUA server address space subtree and get information about nodes and references as JSON structure.
  • HistoryRead - read historical data from an OPCUA server.

At a glance - Watch the video

The Call node: Watch the video

The explore node:

Watch the video

Different ways to use the nodes:

Watch the video

Getting Started

The easiest way to install the nodes is to use the Manage palette option in the Node-RED editor menu. In the Install tab, you can search for the @opcua/for-node-red package and click install. Once the installation is complete the nodes are available.

Alternatively, you can install the nodes in your Node-RED configuration folder inside the `.node-red`` directory:

cd ~/.node-red
npm install @opcua/for-node-red

The nodes will be available after a restart of the Node-RED application.

how to use

see the documentation guide for more information

Getting access to community support

Getting access to the professional edition

Why is it not free?

We think our Community Edition is a really good tool for most people's needs.

But our Professional Edition is for those who need something extra, especially for business use.

Our business customers want a reliable and strong solution that comes with ongoing support and regular maintenance. They need technology that's ready to use in their work, and the best way to keep this kind of tech well-maintained and supported is by purchasing a license.

At Sterfive, we're already doing a lot to provide a great free open-source option, and we're also working hard to make sure our NodeRED node is top-notch.

Where can I register for a license?

You can subscribe online for a license at https://www.sterfive.com/opcua/for-node-red

Copyright

Copyright © 2017-2025 Sterfive SAS. All rights reserved. under proprietary licence.

Licence

  • Trial Use: Granted for evaluation and non-production testing only, for a period of 30 days from the date of installation. Contact Sterfive for trial extensions or conversions to a full license.

  • Commercial Use: Requires a valid Professional License key.

Get your license