UNPKG

node-red-contrib-knx-ultimate

Version:

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

53 lines (49 loc) 3.19 kB
<script type="text/html" data-help-name="knxUltimateSceneController"> <h1>KNX Ultimate - Scene Controller</h1> <p> <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/SceneController-Configuration" target="_blank"><i class="fa fa-info-circle"></i>&nbsp Configuration instructions</a><br/> <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/Sample-Scene-Node" target="_blank"><i class="fa fa-code"></i>&nbsp Samples</a>. </p> <p> <h2>Node status colors explanation</h2> <table style="font-size:12px"> <tr> <td><img src="https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/greendot.png"></img></td> <td>React to write telegrams</td> </tr> <tr> <td><img src="https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/greenring.png"></img></td> <td>Circular reference protection. <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki" target="_blank">See this page.</a></td> </tr> <tr> <td><img src="https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/bluedot.png"></img></td> <td>React to response telegrams.</td> </tr> <tr> <td><img src="https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/bluering.png"></img></td> <td>Auto send node value as response to the BUS. <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki/-Sample---Virtual-Device" target="_blank">See Virtual Device.</a></td> </tr> <tr> <td><img src="https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/greudot.png"></img></td> <td>React to read telegrams.</td> </tr> <tr> <td><img src="https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/greyring.png"></img></td> <td>RBE filter: no telegrams has been sent.</td> </tr> <tr> <td><img src="https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/reddot.png"></img></td> <td>Error or disconnected.</td> </tr> <tr> <td><img src="https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/redring.png"></img></td> <td>Node DISABLED due to a circulare reference. <a href="https://github.com/Supergiovane/node-red-contrib-knx-ultimate/wiki" target="_blank">See this page.</a></td> </tr> </table> </p> <p> <a href="https://www.paypal.com/donate/?hosted_button_id=S8SKPUBSPK758" target="_blank"> <img src='https://raw.githubusercontent.com/Supergiovane/node-red-contrib-knx-ultimate/master/img/CodiceQR.png' width='30%'> </a> </p> </script>