UNPKG

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) 829 B
<script type="text/markdown" data-help-name="knxUltimateHueHumiditySensor"> <p>该节点从 HUE 湿度传感器读取相对湿度 (%) 并映射到 KNX。</p> 在 GA 字段中开始输入(名称或组地址)以关联 KNX GA;输入时会显示匹配的设备。 **常规** |属性|说明| |--|--| | KNX 网关 | 选择要使用的 KNX 网关 | | HUE Bridge | 选择要使用的 HUE Bridge | | HUE 传感器 | HUE 湿度传感器(输入时自动补全) | | 启动时读取状态 | 启动/重新连接时读取当前值并发送到 KNX(默认:否) | **映射** |属性|说明| |--|--| | 湿度 | 相对湿度%的 KNX GA。推荐 DPT:<b>9.007</b> | ### 输出 1. 标准输出 : `msg.payload`(数字):当前相对湿度 (%) ### 详情 `msg.payload` 携带湿度的数值(百分比)。 </script>