HUE Contact sensor - Supergiovane/node-red-contrib-knx-ultimate GitHub Wiki
This node lets you get the events from your HUE contact sensor.
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 contact sensor to be used. The avaiable contact sensors start showing up while you're typing. |
Property | Description |
---|---|
Contact | As soon as a contact sensor is being open/closed, a true KNX value is sent to this group address, otherwise false is sent. |
- Standard output : payload (boolean) : 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 device so you can use it for whatever you want.