Changes

2,245 bytes added ,  08:25, 17 August 2021
Created page with "{{Infobox module | name = CW-HTMLI-II / CW-CO2 | image = BW-HTMLI-II.png | cp = Humidity, lighting, movement,<br>temperature, CO2 (CW-CO2 only) | ir..."
{{Infobox module
| name = CW-HTMLI-II / CW-CO2
| image = BW-HTMLI-II.png
| cp = Humidity, lighting, movement,<br>temperature, CO2 (CW-CO2 only)
| ir = 360°
| voltage = 11.5...27.5 V DC
| dim = 85x85x35 mm
}}

==6 IN 1 SENSOR==

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

==Module view==

[[File:HTMLI-II VIEW.png|500px]]
<br>
<br>
[[File:HTMLI-II VIEW2.png|500px]]

==Motion detection area==

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

==Module parameters==

{{ Mp
| ctrlparams = Humidity, lighting, movement,<br>temperature, CO2 (CW-CO2 only)
| 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 = 85x85x35 mm
| weight = 70g
}}

==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>