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.
30 lines (20 loc) • 819 B
HTML
<script type="text/markdown" data-help-name="knxUltimateHueTemperatureSensor">
<p>此节点读取 HUE 温度传感器的温度(°C),并将其映射到 KNX。</p>
在 GA 字段(名称或组地址)中输入以关联 KNX GA;输入时会显示设备建议。
**一般的**
|属性|描述|
|--|--|
| KNX 网关 | 选择要使用的 KNX 网关 |
| Hue Bridge | 选择要使用的 Hue Bridge |
| Hue 温度传感器 | HUE 温度传感器(输入时自动补全) |
| 启动时读取状态 | 启动/重连时读取当前值并发送到 KNX(默认:否) |
**映射**
|属性|描述|
|--|--|
| 温度 | 温度(°C)的 KNX GA。推荐 DPT:<b>9.001</b> |
### 输出
1. 标准输出
: `msg.payload`(number):当前温度(°C)
### 详情
`msg.payload` 包含数值型温度。
</script>