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

node-red-contrib-realix-erc

v1.0.3

Published

Realix ERC integration nodes for Node-RED (escape room control via MQTT)

Readme

node-red-contrib-realix-erc

Node-RED integration for the Realix Escape Room Controller (ERC)

This Node-RED package provides full MQTT-based integration with the
Realix Escape Room Controller, enabling you to automate puzzles,
control physical devices, play media, and build complete escape room
logic flows using the quick and visual environment of Node-RED.

With these nodes you can interact with both SBUS hardware devices
and software objects defined in the Realix Designer.


Features

SBUS Hardware Devices

SBUS is Realix’s escape-room hardware bus carrying power + data
over a single daisy-chain cable.

These nodes are used to interface with SBUS channels:

| Node | Object Type | Description | |------|-------------|-------------| | Output | Digital Output | Activate, deactivate, pulse, pulse-train | | Actuator | Motor/Servo/Linear Actuator | Set percentage or transient movement | | Input | Digital Input | Receive numeric input values | | Sensor | Analog Sensor | Receive sensor values | | RFID Reader | RFID Reader | Receive tag UIDs |

SBUS devices are auto-discovered by the Realix Server and become
instantly available in Node-RED.


Other Devices

Next to SBUS, Realix-ERC supports DMX, Philips Hue and MediaPlayers for audio, video and several view types.

These nodes are used to control the objects in other devices.

| Node | Object Type | Description | |------|-----------------|-------------| | Light | DMX or Hue Light | Set color, temperature, brightness, fade | | Audio Player | Audio Player | Play, stop, fade audio | | Video Player | Video Player | Play, stop, fade video | | Text Viewer | Viewer | Display text | | Image Viewer | Viewer | Display images | | Custom Viewer | Viewer | Custom HTML views | | Time Viewer | Viewer | Display escape count down time |

These run inside the Realix Server and are controlled via MQTT commands.


SBUS — Power & Data Combined

SBUS dramatically reduces cabling in escape rooms:

  • Power + communication in one cable
  • Daisy-chain topology
  • Auto-discovery of devices
  • Channel-based hardware addressing
  • Very robust for escape-room environments

Outputs, actuators, inputs, and sensors all map directly to SBUS channels.


Realix Server & Designer to support SBUS

To use this package, download:

👉 https://realix-erc.com/downloads/

Install both:

  • Realix Server (runtime engine)
  • Realix Designer (project designing environment)

Setup Steps

  1. Create a new project in Realix Designer
  2. Choose MQTT-based project type
  3. Install the SBUS-Box hardware
  4. Add SBUS-Box Device in Room Setup
  5. SBUS devices will auto-discover
  6. Assign objects to SBUS channels
  7. Create software devices (audio/video/viewers/etc.) as needed

All objects become accessible from Node-RED automatically.


Installation on Node-RED

Install from Node-RED Editor

  1. Open Node-RED
  2. Go to Menu → Manage palette → Install
  3. Search for:
node-red-contrib-realix-erc
  1. Click Install

Install via npm

Or install inside your Node-RED user directory:

npm install node-red-contrib-realix-erc

After installation, all nodes appear under the realix category.


Documentation

Full documentation and support resources:

👉 https://realix-erc.com


Support

For assistance, contact:

📧 [email protected]


License

This package is licensed under the MIT License.