HUE Light sensor - Supergiovane/node-red-contrib-knx-ultimate GitHub Wiki
This node lets you get the events from your HUE motion device.
Here you can get the HUE Light Sensors light events, that represents a lux value, evetytime the ambient light changes.
Start typing in the GA field, the name or group address of your KNX device, the avaiable devices start showing up while you're typing.
General
Property | Description |
---|---|
KNX GW | Select the KNX gateway to be used |
HUE Bridge | Select the HUE Bridge to be used |
Hue Sensor | HUE sensor to be used. The avaiable buttons start showing up while you're typing. |
Read status at startup | Read the status at startup and emit the event to the KNX bus at startup/reconnection. (Default "no") |
Property | Description |
---|---|
Lux | Lux value will be sent to this group address. |
- Standard output : payload (integer) : the standard output of the command.
msg.payload
is used as the payload of the published message.
It contains the detailed event sent by your Hue devicem so you can use it for whatever you want.