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, KNX AI for diagnosticsand KNX routing between interfaces. Easy to use and highly configurable.

31 lines (21 loc) 1.09 kB
<script type="text/markdown" data-help-name="knxUltimateHueZigbeeConnectivity"> <p>This node retrieves the Zigbee connectivity status from a Hue device and exposes it to KNX.</p> 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 zigbee connectivity | 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”. | ### Outputs 1. Standard output : payload (boolean): connectivity state. ### Details `msg.payload` carries the boolean state (true/false).\ `msg.status` contains a textual status: one of **connected, disconnected, connectivity\_issue, unidirectional\_incoming** . </script>