Кондиционер
Air conditioner virtual device
Example of description in XML
1<item addr="335:112" name="Conditioner" type="conditioner" vane-ver="0x3"/> // Conditioner virtual device description
2 <import-script id="335" CONDID="140" IRID="335:17" path="conditioner-MITS-4.txt"/> // Conditioner control script description
3//Description with the help of one tag:
4<item IRT="566:64" addr="566:250" name="conditioner" script-id="con" path="scripts/con.txt" type="conditioner"/>
Дополнительные параметры
Название | тип и вид | описание | значение по умолчанию |
---|---|---|---|
path* | строка | Путь к скрипту | - |
script-id | строка | идентификатор скрипта из описания интерфейса | - |
t-min | число | нижнее значение температуры | 16 |
t-delta | число | температурный диапазон | 16 |
modes | битовая маска | Маска режимов работы | 0xFF |
funs | битовая маска | Маска режима воздушного потока | 0xFF |
vane-ver | битовая маска | Маска режима работы вертикальных шторок | 0xFF |
vane-hor | битовая маска | Маска режима работы горизонтальных шторок | 0xFF |
temperature-sensors | список | список датчиков температуры клапана | - |
* – обязательные поля
Device status (6 bytes)
Byte number | Description |
---|---|
0 | 0 bit – 0 is off, 1 is on 4-7th bit – mode of operation 0 – Fan, 1 – Cool, 2 – Dry, 3 – Heat, 4 – Auto. |
1 | temperature (t-min is to be added to the value) |
2 | reserved |
3 | 0-3d bit – position of horizontal fins 4-7th bit – position of vertical fins |
4 | 0-3d bit – airflow capacity |
Status setting
from the 1st to the 6th correspondingly