Changes

Jump to navigation Jump to search
7,373 bytes added ,  08:11, 22 July 2021
Line 532: Line 532:  
*ensure the METAFORSA module is ON: circuit breaker assembly is closed, indication on the supply unit is ON, the module indication corresponds to the operating status – table 3;
 
*ensure the METAFORSA module is ON: circuit breaker assembly is closed, indication on the supply unit is ON, the module indication corresponds to the operating status – table 3;
 
*check the integrity of the CAN lines, voltage supply on the modules.
 
*check the integrity of the CAN lines, voltage supply on the modules.
 +
 +
==HW Settings==
 +
{| class="wikitable"
 +
|-
 +
!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);
 +
<br>Example: runtime=15
 +
|-
 +
|runtimeopen||integer 0-60000||Blinds subId || ||Runtimeopen is the open time in milliseconds, is used for blinds; Example: runtimeopen=15000
 +
|-
 +
|runtimeclose||integer 0-60000||Blinds subId|| ||Runtimeclose is the close time in milliseconds, is used for blinds; Example: runtimeclose=15000
 +
|-
 +
|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'
 +
|-
 +
|stop||Char ‘R’||1-7||–||(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[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;
 +
*'P'-Blinds (2 pole);
 +
*'O'-Blinds Inverse (2 pole), invert open-close;
 +
*'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-'
 +
|-
 +
|dm||char[4]||98||‘LLLL’||Each char is responsible for the type of a particular channel
 +
*‘g’ – use like halogen dimer-lamp
 +
*‘s’ – Soft Switch, lamp, when on/off power is supplied/deenergised smoothly (500msec)
 +
*‘k’ – Switch, lamp, when on/off power is supplied/deenergised immediately
 +
*‘l’ – LED Function, dimmable LED lamps
 +
*‘v’ – linear Function of dimming
 +
*‘-‘ – Channel disabled
 +
*‘+’ – Regular channel
 +
Example: dm=’skl-‘
 +
|-
 +
|def||integer 0-250||11-14||100||The default brightness level in case of a power reset (1..250). Example: def=250
 +
|-
 +
|min||integer 0-100||11-14||0||Minimum dimming level, example: min=10
 +
|-
 +
|max||integer 0-100||11-14||100||Maximum dimming level, example max=95
 +
|-
 +
|start||integer 0-100||11-14||0||The Start function is used for lamps that lack the minimal voltage to get turned on. If the set value is lower than the start value, the lamp is turned on at the start value and them the light is dimmed down to the set level. Example: start=60
 +
|-
 +
|force||integer 0-100||11-14||10||Time duration of the starting value (measured in milliseconds). Example: force=20
 +
|-
 +
|runtime||integer 0-60000||11-14||1000||Runtime is the speed of changing the brightness from ‘min’ to ‘max’ (measured in milliseconds). Example: runtime=1000
 +
|-
 +
|offset||integer (+/- 0…39)||39-46||'0'||sensor values offset; For example, offset is -3.8 :
 +
Example: hw="offset='-3.8'"
 +
|-
 +
|in||char[24]||98||'BBBBBBBBBBBBMMMLLLKKKKKK'||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;
 +
*'V'-nMotion, motion sensor;
 +
*'-'-none
 +
Example: in='MMMMMMMMMMMMLLLLLLLLLLLL'
 +
12 motion sensors and 12 leak-sensors;
 +
in='BBBBBBBBSSSSSSRRRRSSRRRR'
 +
8 buttons; 8 switches and 8 LED channels.
 +
|}
 +
 +
<syntaxhighlight lang="xml" line>
 +
<item addr="339:1" auto-period="600" cfgid="40" hw="def='ON'" name="Lamp" type="lamp" uniq_id="3779">
 +
<item addr="339:2" cfgid="40" hw="def='ON'" name="Radiator" type="valve-heating" uniq_id="3780">
 +
    <automation name="Eco" temperature-level="16" uniq_id="3781"/>
 +
    <automation name="Comfort" temperature-level="22" uniq_id="3782"/>
 +
    <automation name="Hot" temperature-level="25" uniq_id="3783"/>
 +
</item>
 +
<item addr="339:3" cfgid="40" hw="runtime=9" name="Jalousie" sub-type="120" type="jalousie" uniq_id="32"/>
 +
<item addr="339:5" cfgid="40" hw="runtime=13" name="Gate" sub-type="120" type="gate" uniq_id="3784"/>
 +
<item addr="339:7" cfgid="40" hw="hold=4600" name="Gate" sub-type="120" type="gate" uniq_id="3785"/>
 +
<item addr="339:8" cfgid="40" hw="runtime=10" name="Valve" type="valve" uniq_id="3786"/>
 +
<item addr="339:11" cfgid="40" name="Motion" type="motion-sensor" uniq_id="17"/>
 +
<item addr="339:12" cfgid="40" name="Motion" type="motion-sensor" uniq_id="18"/>
 +
<item addr="339:13" cfgid="40" name="Motion" type="motion-sensor" uniq_id="19"/>
 +
<item addr="339:16" cfgid="40" name="Leak" type="leak-sensor" uniq_id="21"/>
 +
<item addr="339:17" cfgid="40" name="Leak" type="leak-sensor" uniq_id="41"/>
 +
<item addr="339:19" cfgid="40" name="Switch" type="switch" uniq_id="22"/>
 +
<item addr="339:20" cfgid="40" name="Switch" type="switch" uniq_id="23"/>
 +
<item addr="339:21" cfgid="40" name="Switch" type="switch" uniq_id="24"/>
 +
<item addr="339:22" cfgid="40" name="Switch" type="switch" uniq_id="25"/>
 +
<item addr="339:23" cfgid="40" name="Door" type="door-sensor" uniq_id="26"/>
 +
<item addr="339:24" cfgid="40" name="Door" type="door-sensor" uniq_id="27"/>
 +
<item addr="339:25" cfgid="40" name="Door" type="door-sensor" uniq_id="28"/>
 +
<item addr="339:26" cfgid="40" name="Door" type="door-sensor" uniq_id="29"/>
 +
<item addr="339:30" cfgid="40" name="Temperature" type="temperature-sensor" uniq_id="3772"/>
 +
<item addr="339:31" cfgid="40" name="Temperature" type="temperature-sensor" uniq_id="3773"/>
 +
<item addr="339:32" cfgid="40" name="Temperature" type="temperature-sensor" uniq_id="3774"/>
 +
<item addr="339:33" cfgid="40" hw="offset='-10.8'" name="Temperature" type="temperature-sensor" uniq_id="3775"/>
 +
<item addr="339:34" cfgid="40" hw="offset='25.1'" name="Temperature" type="temperature-sensor" uniq_id="3776"/>
 +
<item addr="339:35" cfgid="40" name="Temperature" type="temperature-sensor" uniq_id="3777"/>
 +
<item addr="339:36" cfgid="40" name="Temperature" type="temperature-sensor" uniq_id="3778"/>
 +
<item addr="339:98" cfgid="40" hw="out='LHB-G-XV--' in='MMM--LL-BBBBKKKK'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="30"/>
 +
</syntaxhighlight>

Navigation menu