HUE Zigbee connectivity - Supergiovane/node-red-contrib-knx-ultimate GitHub Wiki
🌐 Language: EN | IT | DE | FR | ES | 简体中文
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 • IoT Bridge 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 Contribute to Wiki: Link
This node retrieves the Zigbee connectivity status from a HUE device and exposes it to KNX.
Start typing the KNX device name or Group Address in the GA field; suggestions appear while you type.
General
Property | Description |
---|---|
KNX GW | KNX gateway used to publish the status. |
HUE Bridge | HUE Bridge to query. |
HUE Sensor | HUE sensor/device providing the Zigbee connectivity info. Autocomplete while typing. |
Mapping
Property | Description |
---|---|
Status | KNX Group Address that reflects Zigbee connectivity. Becomes true when connected, otherwise false. |
Read status at startup | Reads current status at editor start/reconnection and emits to KNX. Default: "yes”. |
- Standard output : payload (boolean): connectivity state.
msg.payload
carries the boolean state (true/false).
msg.status
contains a textual status: one of connected, disconnected, connectivity_issue, unidirectional_incoming .