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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@automatacontrols/building-systems-controller

v1.0.4

Published

Professional-grade building systems control interface for Node-RED Dashboard 2.0, featuring comprehensive HVAC equipment monitoring and control capabilities

Downloads

262

Readme

🏢 Automata BMS Controller for Node-RED

License npm Downloads GitHub Stars GitHub Issues Node-RED Platform BMS


📋 Overview

The Automata Building Management System (BMS) Controller provides a sophisticated interface for managing complex HVAC systems through Node-RED Dashboard 2.0. This professional-grade control system offers comprehensive monitoring and management capabilities for building automation systems, delivering enterprise-grade functionality through an intuitive and responsive interface.

Automata BMS Controller Interface


🏗️ System Architecture

Core Features

  • 🎛️ Direct control of chillers, boilers, and pump systems
  • 📊 Real-time differential pressure monitoring
  • 🌡️ Comprehensive temperature monitoring
  • ⚡ Advanced status visualization system
  • 🚨 Real-time alarm management
  • 🔄 Immediate visual feedback
  • 🎨 Customizable interface themes

Equipment Control

  • ❄️ Chiller system management
  • 🔥 Boiler operation control
  • 💧 Pump system coordination
  • 🌡️ Temperature setpoint management
  • 📊 Pressure differential monitoring
  • 🔔 Alarm system integration

🚀 Installation

npm install @automatacontrols/building-systems-controller

🔌 System Integration
The controller accepts input messages in the following format:
javascriptCopy{
    "payload": {
        "cwSupply": 45.00,       // Chilled water supply temperature
        "cwReturn": 48.00,       // Chilled water return temperature
        "hwSupply": 180.00,      // Hot water supply temperature
        "hwReturn": 160.00,      // Hot water return temperature
        "cwSetpoint": 45.00,     // Chilled water setpoint
        "hwSetpoint": 180.00,    // Hot water setpoint
        "outdoorTemp": 68.00,    // Outdoor temperature
        "hwDiffPressure": 12.00, // Hot water differential pressure
        "cwDiffPressure": 15.00, // Chilled water differential pressure
        "equipment": {
            "chiller1": true,    // Equipment enable states
            "boiler1": true
        },
        "alarms": {
            "cw": true,          // System alarm states
            "hw": true
        }
    }
}
💻 System Requirements

🔧 Node-RED version 3.0.0 or higher
📊 Node-RED Dashboard 2.0
🌐 Modern web browser with ES6 support

⚙️ Configuration Options

📝 Custom naming conventions for equipment and systems
📊 Dashboard group assignment for organizational clarity
📐 Widget size customization for optimal display
🎨 Theme selection for visual consistency

🤝 Technical Support

🐛 Issue Tracking
📦 Source Repository

📄 License Information
This software is provided under the MIT License. Complete license details can be found in the LICENSE file included with this package.
👨‍💻 Developer Information
Developed by AutomataControls

🌐 GitHub: AutomataControls

📝 Version History
1.0.0

🎉 Initial system release
🏢 Comprehensive BMS functionality
🎛️ Advanced HVAC control interface
📊 Real-time monitoring capabilities
🖥️ Equipment status visualization
🚨 Integrated alarm management
🌡️ Interactive temperature control
💧 Complete pump and equipment management

1.0.1

🔧 Updated node-red-dashboard dependency to 2.0.0
📝 Enhanced documentation

1.0.2

🎨 Updated node color to brand pink (#F0056B)
📚 Added comprehensive documentation
➕ Added status badges


<div align="center">
node-red dashboard bms hvac building-automation controls chiller boiler pump-control equipment-monitoring ui widget automata building-management automation monitoring
</div>