1,222 bytes added
, 14:41, 19 January 2024
<languages/>
<translate>
<!--T:1-->
{{Infobox module
| name = BT-HT
| image = BT-HT.png
| cp = Temperature, humidity
| voltage = 2.5 - 3 V DC
| dim = 43x43x12,5 mm
}}
==BLUETOOTH SENSOR== <!--T:2-->
<!--T:3-->
This is a sensor that works with our BT-CAN bluetooth module.
==Module parameters== <!--T:4-->
<!--T:5-->
{| class="wikitable" style="max-width:800px"
|-
! '''Parameter name''' !! '''Value'''
|-
|Control parameters||Temperature, humidity
|-
|Temperature range||0°C - 60°C
|-
|Humidity range||0% - 99% RH
|-
|Power supply||2.5V - 3V DC
|-
|Connection type||Bluetooth 4.2
|-
|Compatible||BT-CAN
|-
|Case material||ABS
|-
|Protection||IP40
|-
|Dimensions||43x43x12,5 mm
|-
|Weigth||21 g
|}
==How to add== <!--T:6-->
1. To connect the BT-HT sensor. We need to connect BT-CAN via CAN bus. Then in LT Setup in the 'Structure' tab click on the 'Edit logic' button and check if the json string is added.
Example string:
<syntaxhighlight lang="xml" line>
<item addr="900:1" name="json" sub-type="btunreg" type="json"/>
</syntaxhighlight>
2. Then open the Larnitech app and go to 'Edit mode' -> 'Setup' -> 'Bluetooth' tab. The sensor should appear.
3. Add our sensor.
</translate>