-
Notifications
You must be signed in to change notification settings - Fork 34
HUE Tapdial
Massimo edited this page Aug 29, 2024
·
1 revision
This node lets you get the events from your HUE rotary device, for example the Tap Dial.
The Tap Dial device has 4 buttons and 1 rotary knob.
You can find the 4 buttons in the Hue Button node, not here!
The rotary service of the Tap Dial, can send a DIM (Datapoint 3.007), absolute brightness (Datapoint 5.001) to the KNX bus,
or a random color (Datapoint 232.600) to the selected group address.
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. The avaiable buttons start showing up while you're typing. |
Property | Description |
---|---|
Rotate | This command is used either to send DIM (increase/decrease), aboslute brightness, or a random color, depending on the selected datapoint. If the random color (datapoint 232.600) is selected, clockwise rotation changes random colors and counterclockwise rotation set the light to white |
- Standard output : payload (string|object) : the standard output of the command.
msg.payload
is used as the payload of the published message.
If it contains an Object it will be converted to a JSON string before being sent.
It contains the detailed event sent by your Hue devicem so you can use it for whatever you want.
- OVERVIEW
- KNX DEVICE NODE (THE MOST USED)
- OTHER KNX NODES
- HUE NODES
-
SAMPLES
- 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
- Logger node
- Global Context node
- Alerter node
- Load control node
- Viewer node
- Youtube samples