Changes

Jump to navigation Jump to search
Importing a new version from external source
==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|runtime||integer 0-100||1-6||15||runtime is the open/close time in seconds, is used for jalousie, gate, valve(2 pole); Example: runtime=15
|-
|runtimeopen||integer 0-60000||Blinds subId||–||Runtimeopen is the open time in miliseconds, is used for blinds; Example: runtimeopen=15000
|-
|runtimeclose||integer 0-60000||Blinds subId||–||Runtimeclose is the close time in miliseconds, is used for blinds; Example: runtimeclose=15000
|-
|hold||integer 0-10000||1-6||500||hold is the bridging time in miliseconds, is used for gate and jalousie (by default hold is the same as runtime), lock; Example: hold=3500
|-
|current||integer 0;1||1;3;5||1||
0 – Disable current sensor.
1 – Use current sensor to detect blinds movement.
|-
|out_l_protect_on||integer||1;3;5;98||1000||Overload protection threshold (mA). (Setting to 98 subId applies to all three current sensors.)
|-
|def||string 'ON'||1-6||'OFF'||Def is the element status is set after restart, is used for lamp, heating, valve(1 pole); Example: def='ON'
|-
|stop||Char 'R'||1-5||–||(for 2-pole gate and blinds) If it is declared then by Stop command during the motion, the same impulse appears as it was at the beginning of the motion. Pole, an which the stop-impules is formed, is defined by the parameter Stop value. If it is 'r' or 'R' then stop-impulse is produced on the opposite to the start-impulse pole. If any other value is delcared (e.g., 'd' ) then the stop-impulse is on the same pole. If a Runtime passed after the beginning of the motion then the stop-impulse is not formed. Example: stop='r'
|-
|out||char[6]||98||'PPP'||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;
*'P'-Blinds (2 pole);
*'O'-Blinds Inverse (2 pole), invert open-close;
*'-'-none, nothing is connected.
Example: dm='BGV'
|}
<syntaxhighlight lang="xml" line>
<item addr="449:1" cfgid="46" name="Jalousie" sub-type="120" type="jalousie" uniq_id="4069"/>
<item addr="449:3" cfgid="46" name="Gate" sub-type="120" type="gate" uniq_id="4077" hw="runtime=55"/>
<item addr="449:5" cfgid="46" name="Valve" type="valve" uniq_id="4078"/>
<item addr="449:30" cfgid="46" name="Current" system="yes" type="current-sensor" uniq_id="4072"/>
<item addr="449:31" cfgid="46" name="Current" system="yes" type="current-sensor" uniq_id="4073"/>
<item addr="449:32" cfgid="46" name="Current" system="yes" type="current-sensor" uniq_id="4074"/>
<item addr="449:97" cfgid="46" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4075"/>
<item addr="449:98" cfgid="46" hw="out='BGV'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4076"/>
</syntaxhighlight>
3,388

edits

Navigation menu