Name |
Type, range |
SUBID |
Default |
Description
|
runtime |
integer 0-100 |
1-10 |
15 |
runtime is the open/close time in seconds, is used for jalousie, gate, valve(2 pole);
Example: runtime=15
|
hold |
integer 0-10000 |
1-10 |
500 |
hold is the bridging time in milliseconds, is used for gate and jalousie (by default hold is the same as runtime for jalousie and gate), lock; Example: hold=3500
|
def |
string 'ON' |
1-10 |
'OFF' |
def is the element status is set after restart, is used for lamp, heating, valve(1 pole); Example: def='ON'
|
out |
char[10] |
98 |
'LLLLHHHHP-' |
Each char is responsible for the type of a particular channel
- 'L'-Lamp;
- 'M'-Lamp Inverse;
- 'J'-Heating NO, valve-heating, normally open;
- 'H’-Heating NC, valve-heating, normally closed;
- 'B'-Blinds (2 pole), jalousie/curtains;
- 'C'-Blinds Inverse (2 pole), jalousie/curtains, invert open-close;
- 'G'-Gate (2 pole), 2 pole gate;
- 'D'-Gate (2 pole) Inverse, 2 pole gate, invert open-close;
- 'X'-Gate (1 pole /short press), 1 pole gate;
- 'Z'-Gate (1 pole) Inverse, 1 pole gate, invert open-close;
- 'V'-Valve (2 pole), 2 pole valve;
- 'W'-Valve (2 pole) Inverse, 2 pole valve, invert open-close;
- 'R'-Valve (1 pole), 1 pole valve,;
- 'S'-Valve (1 pole) Inverse, 1 pole valve, invert open-close;
- 'K'-Lock (short press);
- 'N'-Lock (short press) Inverse;
- 'F'-FanCoil. Group1 (Lamp Toggle). For fancoil speed control;
- 'E'-FanCoil. Group2 (Lamp Toggle). For fancoil speed control;
- 'Q'-FanCoil. Group3 (Lamp Toggle). For fancoil speed control;
- 'U'-FanCoil. Group4 (Lamp Toggle). For fancoil speed control;
- 'I'-FanCoil. Group5 (Lamp Toggle). For fancoil speed control;
- '-'-none, nothing is connected.
Example: out='LLB-G-V-W-'
|
offset |
integer (+/- 0…39) |
39-46 |
'0' |
sensor values offset; For example, offset is -3.8 :
Example: hw="offset='-3.8'"
|
in |
char[14] |
98 |
'MMM- -LL-BBBBKKKK' |
Each char is responsible for the type of a particular channel
- 'B'-Button;
- 'C'-nButton;
- 'S'-Switch;
- 'K'-Contact;
- 'H'-nContact;
- 'L'-Leak, Built-in floor (EW-WL) or on-the-floor (FW-WL) leakage sensor
- 'N'-Third party leakage sensor;
- 'M'-Motion, motion sensor;
- '-'-none
Example: in='MMMMMMMMLLLLLLLL'
|