nidayand / node-red-contrib-tradfri

Work in progress - Node-RED node for IKEA TRÅDFRI devices
Other
24 stars 9 forks source link

node-red-contrib-tradfri

Node-RED nodes to communicate with IKEA TRÅDFRI lights. npm version

Two, really easy to use, nodes that will help you to:

IKEA TRÅDFRI devices

Documentation

tradfri-out node

Set state (on/off/brightness/color) on an IKEA TRÅDFRI device or group

Inputs

payload object | string
either a string with `on` or `off` or an object describing the action

Outputs

  1. Standard output

    payload boolean | optional
    if output is enabled success or failure is described by true or false

Details

If msg.payload is a a string (on/off) a device or group must have been defined in the node. If msg.payload is an object any information will override defined attributes in the node. The following attributes of the object are available:

Examples: msg.payload = 'on'; or msg.payload = { tradfri_id: 1234, type:'device', state: 'on', color: 'cool'}

tradfri-get node

Retrieves IKEA TRÅDFRI device information from your IKEA hub.

Inputs

payload string | integer | optional
the device or group id to lookup

Outputs

  1. Standard output

    payload object | array
    Device, group object or an array with all groups and devices

Details

If msg.payload is a number the details of that device or group will be retrieved and returned in msg.payload as an object. If msg.payload is not set or is not a number the complete structure will be retrieved from the defined IKEA Hub.

tradfri configuration node

The Config setting requires a number of parameters:

Look at node-tradfri-argon on instructions on how to get or compile the libcoap library. The executable will be in the [examples] directory when it has finished the compilation. E.g. /home/pi/libcoap/examples/coap-client