Difference between revisions of "WW-HTL"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 39: | Line 39: | ||
hw="offset='-3'"  | hw="offset='-3'"  | ||
</syntaxhighlight>  | </syntaxhighlight>  | ||
| + | |-  | ||
|scale||float (0…8)||SubID of sensor||1||multiplier determines the slope of values (except temperature sensors) Example:  | |scale||float (0…8)||SubID of sensor||1||multiplier determines the slope of values (except temperature sensors) Example:  | ||
<syntaxhighlight lang="xml" line>  | <syntaxhighlight lang="xml" line>  | ||
Revision as of 12:04, 17 August 2021
| WW-HTL.C | |||||||||
|---|---|---|---|---|---|---|---|---|---|
![]()  | |||||||||
  | |||||||||
  | |||||||||
WALL 3 IN 1 SENSOR
Contains temperature, lighting, and humidity sensors.
Module parameters
| Parameter name | Value | 
|---|---|
| Control parameters | Temperature, humidity, lighting | 
| Temperature measuring range | -10 … +50°C | 
| Humidity measuring range | 0 … 100% | 
| Power supply | 11.5 … 27.5 V DC from CAN | 
| Max current(24V) | 25 mA | 
| Bus type | CAN (4-wire) | 
| Equipment installation type | Wall, celling | 
| Case material | ABS | 
| Protection | IP40 | 
| Temperature range | -10 … +50 °C | 
| Size | 40x40x12 mm | 
| Weight | 50g | 
HW settings
| Name | Type, range | SUBID | Default | Description | 
|---|---|---|---|---|
| offset | float (+/- 0…39) | SubID of sensor | 0 | sensor values offset (for temperature sensors) Example:
1hw="offset='-3'"
 | 
| scale | float (0…8) | SubID of sensor | 1 | multiplier determines the slope of values (except temperature sensors) Example:
1hw="scale='1.1'"
 | 
1<item addr="323:31" cfgid="83" name="Humidity" type="humidity-sensor" hw="scale='7.1'" uniq_id="4626"/>
2<item addr="323:32" cfgid="83" name="Temperature" hw="offset='-21'" type="temperature-sensor" uniq_id="4627"/>
3<item addr="323:33" cfgid="83" name="Illumination" type="illumination-sensor" hw="scale='6.2'" uniq_id="4628"/>
4<item addr="323:34" cfgid="94" name="Illumination" type="illumination-sensor"/> 
5<item addr="323:98" cfgid="83" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4629"/>
