node-red-contrib-scinan 1.0.0
An adaptation of the Scinan device API for Node Red
node-red-contrib-scinan
A Scinan integration node for Node Red. It provides the ability to control thermostats using the Scinan API
Based on Petter Ruud's implementation for Homey. Check it out: https://github.com/PetterRuud/com.scinan.api/
Supported devices
ProSmart
- PTS50W
Setup
Use the configuration node to provide credentials for your Smart-E account. The device node can request thermostats from the server.
Available nodes
- Scinan configuration
- Scinan device
Usage
Getting status
Retreives the current status of the thermostat. Pass the status property to msg.payload, or set the status property in msg.
Property | Type | Information |
---|---|---|
status | any | Retreive the status of the device |
msg.status | any | Retreive the status of the device (alternate input) |
Setting values
Pass set property to msg.payload.
Property | Type | Information |
---|---|---|
away | boolean | True/False. Set away |
target | float | Set the target temprature (5-27) |
mode | string | Set opration mode {comfort, auto, day_or_night} |