Temperature and Humidity Indoor

Presentation


The Temperature and Humidity sensor is a LoRaWAN class A senso that uses a disposable 3.6V AA-type battery as power supply. It also includes an internal antenna.

It measures the temperature, the relative humidity of the remote sensor. It is possible to get the voltage of the power supply. An alert is sent when the case is opened.

 Accuracy tolerance
Temperature (°C)+/- 0.2
Humidity (%) +/- 2

capteur_temperature_bd

Family code

The family code of Temperature and Humidity devices is: 50-70-162-xxx / 50-70-191-xxx [tropicalized and soldered battery]

The family code of Temperature devices is: 50-70-167-xxx

For other family code 50-70-053 and 50-70-085 please read https://support.watteco.com/indoor_th/

LoRaWAN release

v1.0.2 Region Parameter rev B

User guide

Notice Utilisateur FR 50-70-162

Notice Utilisateur FR 50-70-167

Installation and operation


Installation

The housing is intended to be installed inside a building.

First, fix the lid of the sensor to the wall using the screw kit provided. Then attach the case that contains the electronic board to the lid by following the instructions on the label inside the lid:

capturefondboitierth

Radio propagation

In order for the sensor to operate correctly, the number of obstacles should be limited in order to avoid excessive radio wave attenuation. It is also important to place the sensor as high as possible.

capturethposition

Autonomy


The information in the table below represents how long the battery can last. It is based on the default configuration at ambient temperature (+25°C) within the optimal operating range of the sensor via a LoRaWAN network (one uplink frame), when the spreading factor used is SF12.

The disposable battery has a 2.6Ah capacity, of which 85% is used.

Transmission and Measure periodicitySpreading FactorBattery life
12 hours / 1 hour1210 years
2 hours / 30 min1210 years
1 hour / 10 min127 years
1 hour / 10 min910

Human Machine Interface


Video Tutorials - WATTECO

There are two LEDs on the device:

Green:      blinking until the association with a network is done. Since release v3.5.2.5530, after 6 hours in association searching the led blinks all 1 minute.

association

Red:     blinking in configuration mode.

To start up the device, a magnet must be placed next to the sensor for one second (to the left of the cable gland). The red LED blinks quickly during this step. After one second, the red LED stops blinking and the green LED blinks slowly until the association is done.

To switch off the device, repeat the same operation by placing the magnet next to the sensor for 5 seconds. After those 5 seconds, the red LED blinks 5 times slowly.

A reed switch is available under the sticker. A magnet can be used to activate it and perform specific actions on the sensor (switch off, switch on, reassociation…). When the reed switch is activated, the red LED blinks quickly.

noticeth-aimant

  • Configuration

4

Configuration mode
Way to trigger itOne passage of the magnet near the reed switch or specific ZCL command
Way to stop it Another passage of the magnet or specific ZCL command
Effects on the sensorThe CONF led (red) blinks (3 sec. OFF, 3 sec. ON) and the sensor sends an uplink frame every minute.
DurationThe configuration mode lasts 10 minutes
  • A reassociation procedure can be requested if no downlink frame is received by the sensor during a given periodicity (4 days by default) or if a given number (100 by default) is reached or in case of failure (no acknowledgement received) by sending an applicative frame to the sensor or via the sensor’s IHM.

The sensor keeps the AppEUi and DevAddr configured, Confirmed/Unconfirmed configuration and all applicative configurations. However, LoRaWAN configurations (channel, data rate …) are lost.

ReAssociation Mode
Way to trigger itThree passages of the magnet near the reed switch or ZCL command from LoRaWAN cluster.
Effects on the sensorThe ASSN led (green) blinks as the “no commissioned sensor” LED is lit.
  • A factory reset is available on Watteco’s sensors. It deletes all the applicative settings saved in the flash memory (i.e. configured batches and reports will be deleted).

The sensor keeps the AppEUi and DevAddr configured. However, LoRaWAN configurations (channel, data rate…) and applicative configurations are lost.

5

Factory reset
Way to trigger itTwo quick passages and a long passage of the magnet near the reed switch
Effects on the sensorThe CONF LED (red) and ASSN LED (green) blink at the same time briefly. All the applicative settings (for batches and reports) are deleted. The blinking is illustrated below this table.

Applicative layer


Codecs are available to decode frames: Downloads

The Temperature and Humidity device integrates the following clusters:

ClusterCluster nameManaged attributes
0x0000BasicAll
0x0050ConfigurationAll
Threshold is available
0x8004LoRaWANAll
0x0402Temperature MeasurementAll
Threshold is available
0x0405Relative Humidity MeasurementsAll
Threshold is available
0x000FBinary InputAll

The binary input is available and connect to the opening of the casing.

Default configuration


A default configuration is set:

  • The device reports a "batch" of temperature / humidity from every 1 hour with a measure all 10 minutes.

The configuration of batch is :

Features Label (size= 2) Measure periodicity Transmission periodicity resolution
Temperature 0 10 minutes 1 hour 0.1°C
Relative Humidity 1 10 minutes 1 hour 1%
Battery Voltage 2 7 days 7 days 1mV

 

Every change made to the default configuration must comply with the legal duty cycle (for example, the most restrictive in the EU is 0.1%, which corresponds to approximately 1 frame per hour with SF12)

To decode the default "batch" is necessary to use this argument: 2 0,10,7 1,100,6 2,1,6 3,1,1 .

Measurement periodicity

The measurement periodicity depends on the minimum and maximum, and the delta fields.

If the value of the minimum and the delta is 0, then the maximum value is the periodicity of measurement.

However, if the value of delta is different than 0, then the periodicity of measurement is the configured delay of the min field.

In batch mode, if delta = 0 then the measurement is done and recorded all mininmum field delay.

Frame examples


All frames have to be sent on port 125

Report

Report of a batch

→ Applicative payload is: 220000C081938297B457C0140108D009645E1968B707

{
"batch_counter": 0,
"batch_relative_timestamp": 3670,
"batch_absolute_timestamp": "2020-11-19T09:34:13.289",
"dataset": [
{
"data_relative_timestamp": 1870,
"data": {
"value": 2654,
"label": 0,
"label_name": "Temperature"
},
"data_absolute_timestamp": "2020-11-19T09:04:13.289Z"
},
{
"data_relative_timestamp": 3670,
"data": {
"value": 2434.0,
"label": 0,
"label_name": "Temperature"
},
"data_absolute_timestamp": "2020-11-19T09:34:13.289Z"
},
{
"data_relative_timestamp": 1870,
"data": {
"value": 2712,
"label": 1,
"label_name": "RelativeHumidity"
},
"data_absolute_timestamp": "2020-11-19T09:04:13.289Z"
},
{
"data_relative_timestamp": 3670,
"data": {
"value": -34588.0,
"label": 1,
"label_name": "RelativeHumidity"
},
"data_absolute_timestamp": "2020-11-19T09:34:13.289Z"
}
] }

 

Configuration

Modify report on the temperature

Modify the periodicity of measure to 5 minutes and sending all 30 minutes of temperature.

  • Go to https://support.watteco.com/codec-online/,
  • Choose Sensor Frame Encoder,
  • Select the TH product,
  • Select Temperature - Configure reporting,
  • Select Batch in Report Type,
  • Set the Minimum Reporting Interval to 5 minutes ,
  • Set the Maximum Reporting Interval to 30 minutes,
  • Set the Delta to 0 to record all measure.

The frame is : 11060402150000008005803c0000000a02

→Response: 11 07 04 02 00 00 00 00

To disable the previous configuration, change the value of the minimum and maximum sending intervals and the delta to 0

 

Print Friendly