Changes

1,778 bytes added ,  12:02, 17 August 2021
Created page with "{{Infobox module | name = WW-HTL.C | image = WW-HTLC.png | cp = Temperature, humidity, lighting | temperature= -10 … +50°C | humidity = 0 … 100% | vo..."
{{Infobox module
| name = WW-HTL.C
| image = WW-HTLC.png
| cp = Temperature, humidity, lighting
| temperature= -10 … +50°C
| humidity = 0 … 100%
| voltage = 11.5...27.5 V DC
| dim = 51x51x37 mm
}}

==WALL 3 IN 1 SENSOR==

Contains temperature, lighting, and humidity sensors.

==Module parameters==

{{ Mp
| ctrlparams = Temperature, humidity, lighting
| tempmrange = -10 … +50°C
| hummrange = 0 … 100%
| power = 11.5 … 27.5 V DC from CAN
| maxcur24v = 25 mA
| bustype = CAN (4-wire)
| instalation = Wall, celling
| case = ABS
| protection = IP40
| temprange = -10 … +50 °C
| size = 40x40x12 mm
| weight = 50g
}}

==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|offset||float (+/- 0…39)||SubID of sensor||0||sensor values offset (for temperature sensors) Example:
<syntaxhighlight lang="xml" line>
hw="offset='-3'"
</syntaxhighlight>
|scale||float (0…8)||SubID of sensor||1||multiplier determines the slope of values (except temperature sensors) Example:
<syntaxhighlight lang="xml" line>
hw="scale='1.1'"
</syntaxhighlight>
|-
|}

<syntaxhighlight lang="xml" line>
<item addr="323:31" cfgid="83" name="Humidity" type="humidity-sensor" hw="scale='7.1'" uniq_id="4626"/>
<item addr="323:32" cfgid="83" name="Temperature" hw="offset='-21'" type="temperature-sensor" uniq_id="4627"/>
<item addr="323:33" cfgid="83" name="Illumination" type="illumination-sensor" hw="scale='6.2'" uniq_id="4628"/>
<item addr="323:34" cfgid="94" name="Illumination" type="illumination-sensor"/>
<item addr="323:98" cfgid="83" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4629"/>
</syntaxhighlight>