HUE Scene - Supergiovane/node-red-contrib-knx-ultimate GitHub Wiki
🌐 Language: EN | IT | DE | 简体中文
Navigation: Home Overview: Changelog • FAQ • Security • Docs: Language bar KNX Device: Gateway • Device • Protections Other KNX Nodes: Scene Controller • WatchDog • Logger • Global Context • Alerter • Load Control • Viewer • Auto Responder • HA Translator HUE: Bridge • Light • Battery • Button • Contact • Device SW update • Light sensor • Motion • Scene • Tap Dial • Temperature • Zigbee connectivity Samples: Logger • Switch Light • Dimming • RGB color • RGBW color + White • Command a scene actuator • Datapoint 213.x 4x Setpoint • Datapoint 222.x 3x Setpoint • Datapoint 237.x DALI diags • Datapoint 2.x 1 bit proprity • Datapoint 22.x RCHH Status • Datetime to BUS • Read Status • Virtual Device • Subtype decoded • Alexa • Apple Homekit • Google Home • Switch on/off POE port of Unifi switch • Set configuration by msg • Scene Controller node • WatchDog node • Global Context node • Alerter node • Load control node • Viewer node • MySQL, InfluxDB, MQTT Sample
This node recalls HUE scenes via KNX and maps KNX inputs to HUE scene actions.
The node has 2 operating options: Simple mode and Multi mode.
Simple mode activates a single HUE scene using either a boolean DPT or a KNX scene DPT.
Multi mode maps multiple KNX scene numbers to multiple HUE scenes.
Start typing in the GA field (name or Group Address) to link the KNX GA; autocomplete also applies to the HUE scene field.
General
Property | Description |
---|---|
KNX GW | Select the KNX gateway to be used |
HUE Bridge | Select the HUE Bridge to be used |
Single mode tab
Property | Description |
---|---|
Hue Scene | HUE scene to recall (autocomplete). |
Recall as | Select how to trigger (boolean 1.x or scene 18.001). |
KNX
Property | Description |
---|---|
Recall | KNX GA to recall the HUE scene. With DPT 1.x send true to recall, false to switch off all scene lights. |
# | KNX scene number (only for DPT 18.001). |
Status | Scene status GA: true when active, false otherwise. |
Multi mode tab
Property | Description |
---|---|
Recall | KNX GA and DPT to recall HUE scenes by scene number. |
Scene selector
The scene selector lists all HUE scenes mapped to KNX scene numbers.
Click the +add
button at the bottom of the list, to add a row.
Click the X
on the far right of each row, to delete the row.
Drag the toast
(the icon with three lines) at the far left of a row, to reorder the item in the list.
Behaviour tab
Property | Description |
---|---|
Node Input/Output PINs | Hide/show I/O pins. Input must follow HUE API v2. See the official HUE API. |