r/nodered 3h ago

Node-RED Con 2026: Registration opens soon!

Post image
2 Upvotes

We know, it's been quiet, Node-RED Con 2026 went a bit silent after the CFP closed. The truth is the submissions were so good that the team really struggled to pick. The agenda is coming together now.

Registration opens once it's ready. The FlowFuse team is handling notifications, sign up here if you want to be the first to know: flowfuse.com/blog/2026/06/announcing-node-red-con-2026/#stay-in-the-loop


r/nodered 10h ago

Using Node-RED to build a VR + OEE Manufacturing Monitoring System

Thumbnail
youtube.com
1 Upvotes

I’ve been experimenting with Node-RED as the backbone of a manufacturing monitoring system combined with a 3D/VR production simulation.

The system connects production data to a 3D dashboard for monitoring OEE, machine status, target vs. actual production, and operator activity.

The VR side simulates a CNC production process, including material handling, machining, inspection, and finished goods handling.

Node-RED handles the data flow between the production simulation, database, and dashboard, making it possible to visualize the manufacturing process in real time.

I’m exploring how Node-RED can be used beyond traditional dashboards for interactive 3D manufacturing visualization and VR-based production simulation.

Sharing a short demo curious to see what other interesting manufacturing use cases people are building with Node-RED.


r/nodered 1d ago

PyNode <UDP> Node-RED

Enable HLS to view with audio, or disable this notification

20 Upvotes

I'm a huge fan and proponent of Node-RED, it has been running my smart home for years, and will continue to for many more!

I'm also a heavy python user and maker of many computer vision pipelines. NR didn't lend itself to this kind of work, with OpenCV, pytorch, yolo models, etc. etc. it's not designed for that kind of use case.

Thanks to Claude, I was able tackle something that's been on my todo list for ages, a pure python node-based flow engine and editor inspired by Node-RED. Got it working pretty well last year. Now I've added a UDP node to pynode so I can seamlessly move data between platforms!

https://github.com/olkham/pynode

To make it absolutely clear this isn't me trying to compete with NR, it's a ground up implementation designed to be familiar to NR users that want to build python heavy flows. I figured if I find this useful there are probably a few others in this community that might too!


r/nodered 7d ago

What is the best Whisper transcription service?

7 Upvotes

I'm building a pipeline that takes in recorded calls and outputs transcripts with speaker labels and word level timestamps over a webhook.  I've been running Whisper locally, but adding diarisation on top and scaling past a few hundred files a day has become a problem I'd rather like to avoid.

What hosted Whisper based APIs support speaker labels, structured JSON, webhooks on completion, and reasonable concurrency without delays?
 


r/nodered 8d ago

yo anyway i can connect Philips 65PUS7607/12 To node-red

0 Upvotes

so basically a bit of context i had been trying for 2 hours BUT WHEN IT FINALLY CONNECTS IT REFUSES TO ACCEPT MY KEY THINGYS and i feel im goin insane so yea i really need help


r/nodered 9d ago

playing with bridging to a unit aware calculation through MQTT

Enable HLS to view with audio, or disable this notification

2 Upvotes

r/nodered 9d ago

Made a website for sharing flows - Nodebin.xyz

4 Upvotes

I dont know if anybody ever going to use this, but i prompted a website for sharing or saving flows.

Nodebin.xyz

Any feedback welcome.


r/nodered 10d ago

I made an open-source Raspberry Pi based Node-RED box to use with popular breakouts and put into interactive exhibits, escape room games, tradeshow demos, ...

Post image
17 Upvotes

With Raspberry Pi the obvious fan-favorite SBC for thinkering, an enclosure that's easily 3D printed within a few hours on an A1 Mini, and using the Edgeberry ecosystem for essential IoT robustness, ... . I'm not done yet, but too excited not to share: https://github.com/ThatRedBox


r/nodered 14d ago

That’s a fair bit packed into one little gateway! Already using Node-RED? Put it to work at the edge.

Post image
2 Upvotes

The 𝐒𝐦𝐢𝐭𝐡𝐭𝐞𝐤 𝐏𝐚𝐬𝐬𝐏𝐨𝐫𝐭 is ready to go as a standalone gateway for your next IoT or automation project.

𝐁𝐮𝐢𝐥𝐭-𝐢𝐧 𝐍𝐨𝐝𝐞-𝐑𝐄𝐃 means you can build your flows, connect your gear and run your logic right at the edge.

RS485. USB. Ethernet. Wi-Fi. 4G. Long-range RF. Satellite. GPS. 𝐌𝐮𝐥𝐭𝐢𝐩𝐥𝐞 𝐚𝐬𝐬𝐞𝐭𝐬. 𝐎𝐧𝐞 𝐠𝐚𝐭𝐞𝐰𝐚𝐲.

𝐀𝐥𝐫𝐞𝐚𝐝𝐲 𝐰𝐨𝐫𝐤𝐢𝐧𝐠 𝐰𝐢𝐭𝐡 𝐍𝐨𝐝𝐞-𝐑𝐄𝐃? Bring your flows, PassPort is ready for the field.

And when it’s deployed,𝐏𝐚𝐬𝐬𝐏𝐨𝐫𝐭 𝐌𝐚𝐧𝐚𝐠𝐞𝐫 gives you simple remote access and gateway management, 𝐜𝐨𝐦𝐩𝐥𝐞𝐭𝐞𝐥𝐲 𝐟𝐫𝐞𝐞.

FIND IT HERE:
https://www.smithtek.com.au/product-page/passport-igw-nodered-australia


r/nodered 14d ago

DIY 6-DOF Robot Control & 3D Visualization with Node-RED + Three.js

Thumbnail
youtube.com
7 Upvotes

I built a DIY 6-DOF robot controlled using Node-RED, ESP8266, and Modbus TCP, with a real-time 3D visualization using Three.js.

The Node-RED dashboard can control each joint, save robot positions, and run movement sequences. The 3D model also includes the multi-link gripper, so the physical robot and virtual model can move together.

I’d be interested to hear your feedback or suggestions for improving the system.


r/nodered 16d ago

Managing credentials outside Node-RED – would this approach be useful to you?

3 Upvotes

Hi!

I've been working on an open-source project called Sekalum around a problem that becomes more noticeable when Node-RED is part of a larger automation environment:

Credentials start living in many different places.

Node-RED may have credentials for APIs and services, while Home Assistant, n8n, AI tools or custom applications maintain their own copies and OAuth connections.

Sekalum explores a different architecture:

Provider → Sekalum → authorized consumer

Credentials and their lifecycle are managed in a separate self-hosted service. Consumers are explicitly granted access and resolve only the credential data they are authorized to use at runtime.

This isn't intended to replace Node-RED's own credential handling. The interesting use case is when Node-RED is one of several consumers that need access to external services.

I'm currently looking at a dedicated Node-RED integration, but before building it I'd be interested in how Node-RED users see this approach.

Would an external credential lifecycle layer be useful in your setup, or would it just add unnecessary complexity?

Sekalum is open source and self-hosted. Architecture, security model and technical details are documented here:

GitHub:
https://github.com/workingcuriosity/sekalum

Regards

Luis


r/nodered 17d ago

Interactive 3D CNC Machine Monitoring with Three.js & Node-RED

Thumbnail
youtube.com
6 Upvotes

I built an interactive 3D visualization of a 4-machine CNC production line using Three.js and FlowFuse Node-RED Dashboard.

Each machine shows its status, OEE, target and actual output, with simple door and spindle animations.
The monitor is also interactive, so clicking a machine can trigger a detailed information popup through Node-RED.
The data is currently simulated, but it can be connected to real-time data from PLC, MQTT, or a database.

What do you think does 3D visualization add value compared to a traditional 2D manufacturing dashboard?


r/nodered 17d ago

"Link Call Node" does not show where it goes.

4 Upvotes

When you do use a "Link Call Node", you set what "Link Inn Node" it goes to, You can not see this in Node Red. When you have a simple "Link Inn Node" and "Link Out Node", you see a dotted line when one of the two nodes is selected. I would love to see the same with "Link Call Node". Or is it just me that miss some :)


r/nodered 28d ago

Best speech-to-text API for developers adding transcription to an app?

2 Upvotes

I'm building a web app and I want to add a feature where users can upload audio files and get a transcript back.

I don't want to build or manage the infrastructure myself. 

What is the best speech-to-text API that is easy to implement, handles long files, and returns timestamps and speaker labels?


r/nodered Jul 30 '26

Node-RED Con 2026 — CFP closes tomorrow, July 31. Have you submitted your talk yet?

Post image
8 Upvotes

Last chance — the Call for Papers closes tomorrow, Friday July 31st.

There are already some really interesting proposals in. If you've been thinking about it and keep putting it off, today is genuinely the last day.

Full details and submission form at nrcon.nodered.org.


r/nodered Jul 30 '26

Three.js in FlowFuse Node-RED Dashboard - Part 9: 3D Warehouse Visualization

Thumbnail
youtube.com
9 Upvotes

I've been working on a 3D warehouse visualization using Three.js and the FlowFuse Node-RED Dashboard. Instead of viewing inventory in a traditional table, users can interact directly with the 3D warehouse by selecting pallets to see information such as material ID, material name, supplier, storage location, and current status.

The goal is to create a more intuitive way to monitor warehouse operations while staying connected to real-time data from Node-RED.


r/nodered Jul 28 '26

node-red hmi prototype

Thumbnail
youtube.com
7 Upvotes

I’m using a Radxa board as a small Node-RED HMI. It can run a self-hosted Node-RED instance or display a dashboard from a remote server. The system includes a built-in PostgreSQL database, a database explorer, a VNC server, and an MQTT broker.

Three.js demo on fromcubes-portal-react.


r/nodered Jul 27 '26

Interactive 3D Digital Twin with Machine-Level Dashboard (Three.js + FlowFuse Node-RED)

12 Upvotes

I've been working on integrating Three.js with the FlowFuse Node-RED Dashboard to build a more interactive production monitoring system.

Instead of only displaying a 3D production line, each machine can be clicked to open a detailed dashboard with real-time production information, including:

  • OEE (Availability, Performance, Quality)
  • Hourly production output
  • Production charts
  • Machine-specific status and metrics

The idea is to combine the strengths of a 3D Digital Twin for plant visualization with a traditional 2D dashboard for detailed analysis. Users can quickly navigate from the overall production line to machine-level information without leaving the 3D scene.

This is Part 8 of my Three.js in FlowFuse Node-RED Dashboard series.

I'd love to hear your feedback or ideas for improving this approach!

https://reddit.com/link/1v7od0a/video/5z3poad6uofh1/player


r/nodered Jul 24 '26

Interactive 3D Greenhouse Monitoring with Three.js & FlowFuse Dashboard

11 Upvotes

I've been experimenting with Three.js inside the FlowFuse Node-RED Dashboard to build interactive industrial dashboards.

This project is a 3D Greenhouse Monitoring Dashboard featuring animated fans, ventilation turbines, lights, doors, water level visualization, weather station, multiple camera views, and clickable monitor screens.

To make it closer to a real industrial application, I use Modbus TCP. Device status is stored in Coil Registers, while sensor values are stored in Holding Registers, making it easy to replace the simulation with a real PLC or Modbus device.

Full Video Tutorial

https://reddit.com/link/1v56ccj/video/e3nf10bva5fh1/player


r/nodered Jul 23 '26

NODE RED with PLC KEYENCE KV X530

Thumbnail
4 Upvotes

r/nodered Jul 22 '26

Hysteresis/Delay for Alarm Flow?

3 Upvotes

Having a hard time coming up with what I think should be a simple thing to solve. Basically I have a set of alarms for freezer/fridge temperatures coming from temp sensors. Each sensor has an "alarm" temp where I want to receive a notification. I have the alarm working well using a function node, but what I cannot seem to make work correctly is issues where the sensor is unstable or cycles quickly. For some reason I'm having a mental block about how to solve this in node-red either with existing nodes or better in a javascript function.

But the gist is that when I temp violates the alarm parameter I want to wait 5 minutes to make sure it is still "alarming" before sending the notification. The same thing on the other end... when a sensor exits alarm I want to make sure it is actually below the threshold for 5 minutes before resetting.

What is the easiest way to do this? Timers? Delay node?

Thanks


r/nodered Jul 20 '26

Virtual Reality (VR) Manufacturing Visualization In Node-RED Dashboard

8 Upvotes

I've been experimenting with building a browser-based Virtual Reality manufacturing dashboard using Three.js, WebXR, and FlowFuse Node-RED.

The goal is to make industrial monitoring more immersive without requiring a dedicated VR application. Features include: • Walk around the production line in VR • Animated industrial robots • Live machine status • Tower lamp visualization • Interactive machine selection • Large virtual dashboard displaying OEE, Availability, Performance, Quality, and Hourly Output • Data can come directly from PLCs or databases

Everything runs inside the browser, so users simply open the dashboard URL and enter VR mode.

Full Video

https://reddit.com/link/1v1nj32/video/yks1qomrceeh1/player


r/nodered Jul 19 '26

Augmented Reality in Node-RED using ThreeJS

14 Upvotes

I've been experimenting with combining AR.js, Three.js, and FlowFuse Node-RED Dashboard to create a browser-based Augmented Reality Digital Twin.

The application runs directly from the Node-RED Dashboard, so there's nothing to install on the client side. Features: • Hiro marker tracking • Animated production line • Robot motion • Tower lamp status • Live production data • Machine selection • OEE dashboard (Availability, Performance, Quality) • Hourly output charts

The data can come directly from a PLC or a database, making it suitable for industrial monitoring and digital twin applications.

Here's a short demo.

Full Video

https://reddit.com/link/1v0jkpt/video/5lyhjv8ox4eh1/player


r/nodered Jul 17 '26

Using a camera to detect mouse trap led blink

Thumbnail
4 Upvotes

r/nodered Jul 17 '26

Hormann garage door

3 Upvotes

Hi,

I have a garage door from Horman. Works well, I can open it with Bluetooth from my phone but I can't from nodered. Any experience connecting a supramatic 4 to nodered? Needs a module or I can do it with Bluetooth alone ? Thanks!