Changes

2,147 bytes added ,  11:42, 10 January 2022
Updating to match new version of source page
<languages/>
{{Infobox module
| name = CW-HTMLI
| image = CW-HTMLI.png
| cp = Humidity, lighting, movement
| ir = 360°
| voltage = 11.5...27.5 V DC
| dim = 80x70x25 mm
}}

==4 IN 1 SENSOR==

This module contains motion, lighting, humidity sensors and an IR transmitter.

==Module view==

[[File:HTMLI VIEW.jpg|500px]]
<br>
<br>
[[File:HTMLI VIEW2.jpg|600px]]

==Motion detection area==

[[File:HTMLI-II MS.png|500px]]

==Module parameters==

{{ Mp
| ctrlparams = Humidity, lighting, movement
| irangle = 360°
| power = 11.5 … 27.5 V DC from CAN
| maxcur24v = 100 mA
| bustype = CAN (4-wire)
| instalation = Wall, celling
| case = ABS
| protection = IP40
| temprange = -10 … +50 °C
| size = 80x70x25 mm
| weight = 30g
}}

==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>
|-
|pwr||integer (1…100)||SubID of IR-transmitter||50||Power of infrared transmitter signal. Example:
<syntaxhighlight lang="xml" line>
hw="pwr=50"
</syntaxhighlight>
|}

<syntaxhighlight lang="xml" line>
<item addr="381:11" cfgid="63" name="IR transmitter" type="ir-transmitter" uniq_id="102"/>
<item addr="381:30" cfgid="63" name="Motion" type="motion-sensor" uniq_id="103" hw="scale='3'"/>
<item addr="381:31" cfgid="63" name="Illumination" type="illumination-sensor" uniq_id="104" hw="scale='0.4'"/>
<item addr="381:32" cfgid="63" name="Temperature" type="temperature-sensor" uniq_id="105" hw="offset='10'"/>
<item addr="381:33" cfgid="63" name="Humidity" type="humidity-sensor" uniq_id="106" hw="scale='5'"/>
<item addr="381:98" cfgid="63" name="Temperature" system="yes" type="temperature-sensor" uniq_id="107"/>
</syntaxhighlight>
3,368

edits