UNPKG

node-red-contrib-knx-ultimate

Version:

Control your KNX and KNX Secure intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control, ETS group address importer, and KNX routing between interfaces. Easy to use and highly configurable.

27 lines (18 loc) 883 B
<script type="text/markdown" data-help-name="knxUltimateHueContactSensor"> <p>This node forwards events from a Hue contact sensor and maps them to KNX group addresses.</p> 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 Contact Sensor | Hue contact sensor to be used (autocomplete while typing).| | Property | Description | |--|--| | Contact | When the contact opens/closes, send KNX value: _true_ on active/open, otherwise _false_. | ### Outputs 1. Standard output : payload (boolean) : the standard output of the command. ### Details `msg.payload` carries the raw Hue event (boolean/object). Use it for custom logic if needed. </script>