Changes

2,325 bytes added ,  13:48, 17 August 2021
Created page with "{{RevisionChanger | hasA = 1 | hasB = 1}} {{Infobox module | name = EW-WL.B | image = EW-WLB.jpg | voltage = 9-12 V DC | dim = 18x18x20 mm }} ==BUILT-IN..."
{{RevisionChanger | hasA = 1 | hasB = 1}}
{{Infobox module
| name = EW-WL.B
| image = EW-WLB.jpg
| voltage = 9-12 V DC
| dim = 18x18x20 mm
}}

==BUILT-IN FLOOR LEAKAGE SENSOR==

Water leakage sensor with an alarm light, mountable in the floor
surface. Used together with DW-WL02 or BW-LSA modules.

==Pin assignment==

[[File:EWWLB PIN.png|500px]]

==Example of connection==

[[File:EWWLB EXA.png|500px]]

==Module parameters==

{{ Mp
| power = 9-12 V DC
| maxcur24v = 20 mA
| compatible = MF-10<br><br>DW-WL02/HTxx<br>BW-LSA
| instalation = Built into the floor
| case = stainless steel
| protection = IP65
| temprange = -10 … +50 °C
| size = 18x18x20 mm
| weight = 20g
}}

==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|c0||int[4]||sensors subId||0;0;255;15||Normal state color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c0='150;150;255;0'
</syntaxhighlight>
|-
|c1||int[4]||sensors subId||0;0;255;15||On-start color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c1='150;150;255;0'
</syntaxhighlight>
|-
|c2||int[4]||sensors subId||255;100;0;15||'Leak was previously reported' color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c2='150;150;255;0'
</syntaxhighlight>
|-
|c3||int[4]||sensors subId||255;0;0;15||On-leak color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c3='150;150;255;0'
</syntaxhighlight>
|-
|sens||int||sensors subId||128||Sensor sensitivity
Example:
<syntaxhighlight lang="xml" line>
sens='180'
</syntaxhighlight>
|}

* Removing HW does not return the above parameters to their default values.To return to their default values, they must be set explicitly.