@automatacontrols/automata-thermostat 1.0.12

Professional-grade thermostat UI widget for Node-RED Dashboard 2.0 with comprehensive HVAC controls

npm install @automatacontrols/automata-thermostat

๐ŸŒก๏ธ Automata Thermostat for Node-RED

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


๐Ÿ“‹ Overview

Professional-grade HVAC control interface for Node-RED Dashboard 2.0, delivering sophisticated building automation through an elegantly designed UI. This advanced thermostat seamlessly integrates with Automata Controls' state-of-the-art modulating and switching control logic, enabling dynamic transitions between VFD/TRIAC fan control, modulating/TRIAC outdoor air management, modulating/TRIAC heating control, and modulating/DX cooling modes. Built for industrial-grade reliability and precision, this interface combines intuitive operation with comprehensive system monitoring capabilities, making it the ideal solution for modern building management systems requiring both sophisticated control and user-friendly operation.

Automata Thermostat Screenshot


โœจ Features

Core Capabilities

  • ๐ŸŽจ Modern, responsive thermostat interface with dark/light theme support
  • ๐Ÿ”„ Real-time temperature monitoring and control
  • ๐ŸŒก๏ธ Multiple HVAC modes (Heat, Cool, Fan, Off)

Advanced Control Modes

  • ๐Ÿ”ง VFD/TRIAC fan control
  • ๐ŸŒฌ๏ธ Modulating/TRIAC outdoor air control
  • ๐Ÿ”ฅ Modulating/TRIAC heating control
  • โ„๏ธ Modulating/DX cooling control

System Monitoring

  • ๐Ÿ“Š Supply/Return temperatures
  • ๐ŸŒก๏ธ Mixed air temperature
  • ๐ŸŒ Outdoor air temperature
  • ๐Ÿ’ง Zone humidity
  • ๐Ÿ“ˆ Actuator positions (OA, CW, HW)
  • โšก VFD frequency
  • ๐Ÿ“‰ Pump and building pressure

Building Automation Features

  • ๐Ÿ‘ฅ Occupancy detection
  • โ„๏ธ Freeze protection
  • ๐Ÿ“ก MQTT status indicators
  • ๐Ÿ”„ Animated system status

๐Ÿš€ Installation

npm install @automatacontrols/automata-thermostat

๐Ÿ Quick Start

Install the node through the Node-RED Palette Manager or npm
Add the Automata Thermostat node to your flow
Configure the dashboard group and other settings
Deploy your flow

๐Ÿ“ฅ Input Messages
Control your thermostat by sending messages with the following properties:
javascriptCopy{
    "payload": {
        "setpoint": 72,          // Temperature setpoint
        "supply": 70,            // Supply air temperature
        "outdoorAir": 75,        // Outdoor air temperature
        "mixedAir": 72,          // Mixed air temperature
        "humidity": 45,          // Zone humidity
        "mode": "cooling",       // HVAC mode
        "occupied": true,        // Occupancy status
        "freezestat": false,     // Freeze protection status
        "fanStatus": true,       // Fan operation status
        "oaActuator": 50,        // OA damper position (%)
        "cwActuator": 30,        // CW valve position (%)
        "hwActuator": 0,         // HW valve position (%)
        "vfd": 60,              // VFD frequency (Hz)
        "pumpPressure": 12,      // Pump pressure (PSI)
        "buildingPressure": 0.05 // Building pressure (inWC)
    }
}
๐Ÿ“ค Output Messages
The node outputs control messages in this format:
javascriptCopy{
    "topic": "setpoint",  // or "mode", "controlMode_Fan", etc.
    "payload": value      // Depends on topic type
}
โš™๏ธ Configuration
Node Settings

๐Ÿ“ Name: Custom name for the node
๐Ÿ“Š Group: Dashboard group assignment
๐ŸŽจ Theme: Dark/Light theme selection
๐ŸŒก๏ธ Units: ยฐF/ยฐC selection
๐Ÿ“ Size: Widget size in dashboard grid

๐Ÿค Support
For issues, feature requests, or contributions:

๐Ÿ› GitHub Issues
๐Ÿ“ฆ GitHub Repository

๐Ÿ“„ License
MIT License - see LICENSE for details
๐Ÿ‘จโ€๐Ÿ’ป Author
AutomataControls

๐ŸŒ GitHub: AutomataControls

๐Ÿ“ Changelog
1.0.0

๐ŸŽ‰ Initial release
๐ŸŽ›๏ธ Full HVAC control interface
๐Ÿ“Š Real-time monitoring
๐Ÿ”ง Advanced control modes
๐Ÿข Building automation features

1.0.3

๐Ÿ”ง Fixed dependency for node-red-dashboard to version 2.0.0
โž• Added example flow for reference

1.0.4

๐Ÿ–ผ๏ธ Added Node-RED library screenshot
๐Ÿ”ง Fixed template path loading

1.0.5

๐ŸŽจ Updated node color to brand pink (#F0056B)
๐Ÿ“ Improved documentation

1.0.6

โž• Added comprehensive example flow
๐Ÿ”ง Enhanced error handling

1.0.7

๐Ÿ”ง Fixed template directory structure
๐Ÿ“ก Improved MQTT integration

1.0.8

๐Ÿ”„ Updated node icon
๐ŸŽจ Enhanced UI responsiveness

1.0.9

โž• Added status badges
๐Ÿ“ Updated documentation with examples

1.0.10

๐Ÿ“‚ Complete directory restructure
๐Ÿท๏ธ Added keyword tags
๐Ÿ”„ Updated license badges


<div align="center">
node-red dashboard thermostat hvac building-automation controls ui widget automata temperature-control building-management automation monitoring gpl-3.0
</div>

Node Info

Version: 1.0.12
Updated 4 months, 3 weeks ago
License: MIT
Rating: 5.0 1

Categories

Actions

Downloads

7 in the last week

Nodes

  • automata-thermostat

Keywords

  • node-red
  • dashboard
  • thermostat
  • hvac
  • building-automation
  • controls
  • ui
  • widget
  • automata

Maintainers