> For the complete documentation index, see [llms.txt](https://docs.twtg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twtg.io/docs/installation-and-provisioning/installation/temperature-sensor-ts.md).

# Temperature Sensor (TS)

{% hint style="danger" %}
The user must read the [product documentation](https://github.com/TWTG-R-D-B-V/neon-product-documentation/tree/main/TS/Installation%20%26%20Use) before proceeding with the information provided in this section.&#x20;
{% endhint %}

The NEON Temperature Sensor measures the temperature through a probe located at the bottom of the device. This probe must be in contact with the surface that needs to be monitored. Thermal paste can be added to increase surface contact with the probe and, therefore, accuracy.&#x20;

<figure><img src="/files/Ibkk5K0cajChu73WHmje" alt="" width="375"><figcaption><p>Location of the temperature probe in the NEON temperature sensor</p></figcaption></figure>

Mounting the sensor can be done in 3 ways:

1. On magnetic surfaces, just place the sensor onto the surface using the internal magnets.

<figure><img src="/files/hHRaKgAcUyBSmZ0MOxCi" alt=""><figcaption><p>Schematic of the magnets location in the Temperature Sensor</p></figcaption></figure>

<figure><img src="/files/J7KXBUcnvNjI6HKFEs2Z" alt="" width="375"><figcaption><p>Example of a Temperature Sensor mounted through the internal magnets</p></figcaption></figure>

2. For a non-magnetic surface peel away the backing of the double-sided adhesive and firmly press the sensor onto the surface. Make sure the surface is clean, dust and grease-free before mounting.

<figure><img src="/files/X8nzceAVO7mKxZkUAHre" alt=""><figcaption><p>Schematic of the location of the adhesive in the NEON Temperature Sensor</p></figcaption></figure>

<figure><img src="/files/ipa64rThBT1iqkO1dk7l" alt="" width="375"><figcaption><p>Example of the pelled adhesive in the NEON Temperature Sensor</p></figcaption></figure>

3. For non-magnetic surfaces or rounded objects, a band clamp may be used to strap the sensor to the surface.

<div align="center" data-full-width="false"><figure><img src="/files/AGiXA6qTRHn22jm8bKtl" alt="" width="375"><figcaption><p>Example of a NEON Temperature Sensor mounted with a band clamp</p></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.twtg.io/docs/installation-and-provisioning/installation/temperature-sensor-ts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
