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.
28 lines (20 loc) • 1.02 kB
HTML
<script type="text/markdown" data-help-name="knxUltimateHuedevice_software_update">
<p>This node monitors whether a selected Hue device has a software update available and publishes the status to KNX.</p>
Start typing the name or group address of your KNX device in the GA field, 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 device | Hue device to monitor for software updates (autocomplete while typing).|
**Mapping**
| Property | Description |
|--|--|
| Status | KNX GA reflecting update status. _true_ if an update is available/ready/being installed, otherwise _false_. |
| Read status at startup | Read current status at startup/reconnection and emit to KNX (default "yes”). |
### Outputs
1. Standard output
: payload (boolean): update flag.
: status (string): one of **no\_update, update\_pending, ready\_to\_install, installing** .
</script>