node-red-contrib-ambiclimate
A collection of Node-RED nodes to control Ambi Climate devices.
Installation
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-ambiclimate
OAuth Client
Register a OAuth Client in the Ambi Dev Portal by following the steps on the Quick Start page. You require the Client Id and Client Secret of that client in order to use this node.
Usage
Separate nodes are provided for each of the capabilities of the LIFX HTTP Remote Control API.
Each node can be configured, or can receive settings in the triggering msg
.
Power Off
Power off your AC
Sample input msg.payload
:
Comfort Mode
Enable Comfort mode on your AC
Sample input msg.payload
Away Temperature Lower
Enable Away mode and set an lower bound for temperature. Ambi will try to keep temperature above the lower bound.
Sample input msg.payload
Away Temperature Upper
Enable Away mode on your AC to stay above target temperature. Ambi will try to keep temperature below the upper bound.
Sample input msg.payload
Away Humidity Upper
Enable Away mode and set an upper bound for humidity. Ambi will try to keep humidity below the upper bound.
Sample input msg.payload
Temperature Mode
Enable Temperature mode on your AC
Sample input msg.payload
Sensor Temperature
Get latest sensor temperature data.
Sample input msg.payload
Sample output msg.payload
Sensor Humidity
Get latest sensor humidity data.
Sample input msg.payload
Sample output msg.payload
Current Mode
Get Ambi Climate's current working mode.
Sample input msg.payload
Sample output msg.payload