node-red-nodes/hardware/heatmiser
Dave Conway-Jones e20cf97fce
A whole bunch of whitespace linting - no functional changes
2019-08-11 13:37:15 +01:00
..
100-heatmiser.html Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
100-heatmiser.js A whole bunch of whitespace linting - no functional changes 2019-08-11 13:37:15 +01:00
LICENSE Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
README.md update hardware nodes info style 2016-03-02 13:27:52 +00:00
package.json bump package versions (heatmiser, arduino, pushover) 2016-11-26 21:22:18 +00:00

README.md

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.