Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-heatmiser

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-heatmiser

A Node-RED node to control and poll a HeatMiser thermostat.

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

node-red-contrib-heatmiser

A Node-RED node to control and poll a HeatMiser thermostat.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-contrib-heatmiser

Usage

Input node

Expects a msg.payload with a JSON object that contains settings for the Heatmiser thermostat

msg.payload can currently be either a heating boost option, or a run mode, as below:

Heating boost
{heating: {target: TARGET_TEMPERATURE, hold: MINUTES_TO_STAY_ON_FOR}}
Run mode
{runmode:"frost"}
{runmode:"heating"}

Output node

Will read and send a status update at a configurable time interval. This is set to every 30 minutes by default.

Keywords

FAQs

Package last updated on 26 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc