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) • 944 B
HTML
<script type="text/markdown" data-help-name="knxUltimateHueContactSensor">
<p>该节点将 HUE 接触传感器事件映射到 KNX 组地址。</p>
开始输入GA字段,KNX设备的名称或组地址,可用设备在输入时开始显示。
**一般的**
|属性|描述|
| - | - |
|KNX 网关 |选择要使用的KNX门户|
|Hue Bridge|选择要使用的 Hue Bridge|
| Hue 接触传感器 | 要使用的 HUE 接触传感器(自动补全) |
|属性|描述|
|-------- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 联系 | 传感器开/合时:发送 KNX 值 _true_(激活/打开),否则 _false_ |
### 输出
1. 标准输出
:有效载荷(布尔值):命令的标准输出。
### 细节
`msg.payload` 为 HUE 事件(布尔/对象),可用于自定义逻辑。
</script>