罗格朗温控面板系列设备
设备信息
一块面板集成了空调、新风、地暖三种设备,每种设备都需要在Excel里配置才能全部显示
协议支持设备:未知
测试设备:K9R/WKQ/12V-J2


配置参数
| 类型 |
|---|
| legrand_thermostat_freshair |
| legrand_thermostat_aircon |
| legrand_thermostat_floorheat |
| 参数 | 必填 | 说明 |
|---|---|---|
| channel | 是 | 串口号,波特率9600,偶校验 |
| address | 是 | 设备地址,1~256 |
| readInterval | 否 | 读取时间间隔(单位秒,默认为5) |
配置示例
下载legrand_thermostat_panel.xlsx
| type | config |
|---|---|
| legrand_thermostat_freshair | channel=4, address=1,readInterval=5 |
| legrand_thermostat_aircon | channel=4, address=1,readInterval=5 |
| legrand_thermostat_floorheat | channel=4, address=1,readInterval=5 |
设备通道
legrand_thermostat_aircon通道
| 通道 | 类型 | 说明 |
|---|---|---|
| switch | Switch | 开关,值为on,off |
| mode | Enum | 值为:cool(制冷)、heat(制热)、dry(除湿) |
| settemp | Number | 设置温度 |
| temperature | Number | 当前温度 |
| fan | Enum | 值为:low、mid、high、auto |
legrand_thermostat_freshair通道
| 通道 | 类型 | 说明 |
|---|---|---|
| switch | Switch | 开关,值为on,off |
| mode | Enum | 值为:exchangeair(换气)、exhaustair(排风) |
| fan | Enum | 值为:low、mid、high、auto |
legrand_thermostat_floorheat通道
| 通道 | 类型 | 说明 |
|---|---|---|
| switch | Switch | 开关,值为on,off |
| settemp | Number | 设置温度 |