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.
16 lines (12 loc) • 699 B
HTML
<script type="text/markdown" data-help-name="knxUltimateHATranslator">
<p>This node translates the input msg to valid true/false values.<p>
It can translate an input payload, to a true/false boolean values.<br />
Each row in the text box, represents a translation command. <br/>
You can add your own translation row.<br/>
|Property|Description|
|--|--|
| Name | The node name. |
| Input | The input msg property to be evaluated and translated. |
| Translate | Add, delete or edit your own translation command. The row's translation command must be **input string from HA:KNX value** (_KNX value_ as true or false). For example: <code>open:true</code> <code>closed:false</code>. |
<br/>
</script>