> For the complete documentation index, see [llms.txt](https://innuendopi.gitbook.io/brautomat32/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://innuendopi.gitbook.io/brautomat32/info-1/sen.md).

# Set up temperature sensor

## Add new sensor

In the *Sensors* section, a new sensor can be added by clicking on the plus symbol.

![Create sensors](/files/m2LBOgofLhAeLf1xSvwO)

## Set sensor address and name

Dallas DS18B20 temperature sensors have a unique address that is used by the firmware for identification. The sensor address is read out automatically. If more than one sensor is connected, the sensor address can be selected from the selection list.

If no sensor is displayed:

* The detection of the sensors can be restarted using the reload button.
* If no sensor is still detected, the cable connection must be checked.

Each sensor needs a name. In this basic setup the sensor is called “Sensor IDS2”. called.

*Note: Sensor names can contain a maximum of 20 characters. Allowed special characters are # and spaces. The input is automatically checked by the web interface.*

![Configure sensors](/files/tlH4qutJxlQ5Drlle3Vv)

## Sensor calibration (offset values)

The Offset 1 and Offset 2 properties are used for sensor calibration. A detailed explanation can be found in the *Sensors – Calibration* section.

For this basic configuration, both values ​​remain unchanged at 0.00.

## Save and check sensor

By clicking on *save* the sensor is created and then displayed in Dashboard under *Sensors*.

![Sensors Dashboard](/files/65NtxyClpw54TRlCZr9N)

> **Note:**

Configuring analog PT100x sensors is done in the same way but is not covered in this basic setup.


---

# 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:

```
GET https://innuendopi.gitbook.io/brautomat32/info-1/sen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
