1.0.12 • Published 9 months ago

@automatacontrols/automata-thermostat v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

šŸŒ”ļø 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>
1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago