HUE Button - Supergiovane/node-red-contrib-knx-ultimate GitHub Wiki

🌐 Language: EN | IT | DE | FR | ES | 简体中文

Navigation: Home Overview: ChangelogFAQSecurityDocs: Language bar KNX Device: GatewayDeviceProtections Other KNX Nodes: Scene ControllerWatchDogLoggerGlobal ContextAlerterLoad ControlViewerAuto ResponderHA TranslatorIoT Bridge HUE: BridgeLightBatteryButtonContactDevice SW updateLight sensorMotionSceneTap DialTemperatureZigbee connectivity Samples: LoggerSwitch LightDimmingRGB colorRGBW color + WhiteCommand a scene actuatorDatapoint 213.x 4x SetpointDatapoint 222.x 3x SetpointDatapoint 237.x DALI diagsDatapoint 2.x 1 bit proprityDatapoint 22.x RCHH StatusDatetime to BUSRead StatusVirtual DeviceSubtype decodedAlexaApple HomekitGoogle HomeSwitch on/off POE port of Unifi switchSet configuration by msgScene Controller nodeWatchDog nodeGlobal Context nodeAlerter nodeLoad control nodeViewer nodeMySQL, InfluxDB, MQTT Sample Contribute to Wiki: Link


The Hue Button node maps Hue button events to KNX group addresses and exposes the same events on its flow output via button.button_report.event.

Start typing in the GA field (name or Group Address) to link the KNX GA; devices appear while you type.

General

Property Description
KNX GW Select the KNX gateway to be used
HUE Bridge Select the HUE Bridge to be used
Hue Button Hue button to be used (autocomplete while typing)

Switch

Property Description
Switch GA triggered by short_release (quick press/release).
Status GA Optional feedback GA when Toggle values is enabled to keep the internal toggle state aligned with other actuators.

Dim

Property Description
Dim GA used during long_press/repeat events for dimming (typically DPT 3.007).

Behaviour

Property Description
Toggle values If enabled, the node alternates between true/false and up/down dimming payloads.
Switch payload Payload sent to KNX/flow when Toggle values is disabled.
Dim payload Direction sent to KNX/flow when Toggle values is disabled.

Outputs

  1. Standard output : msg.payload carries the boolean (or dim object) sent to KNX; msg.event is the Hue event string (e.g. short_release, repeat).

Details

msg.event mirrors button.button_report.event. The original Hue event is exposed in msg.rawEvent. Use the optional Status GA to keep the toggle state in sync with wall switches or other controllers.

⚠️ **GitHub.com Fallback** ⚠️