> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-10/use/probe-installation.md).

# Probe installation

Installing a PT1000 probe is crucial because measurement accuracy depends directly on the quality of the contact with the surface. Here is how to install it in an industrial or commercial setting:

## Surface preparation

For accurate temperature measurement, heat transfer must be optimal.

* **Cleaning** : Carefully clean the surface (pipe or wall) to remove dust, rust, or insulation residue.
* **Thermal paste** : It is strongly recommended to apply a thin layer of thermal grease between the probe and the surface to eliminate insulating micro air pockets.

## Probe fastening (Surface contact)

The probe must be pressed firmly so that it conforms to the shape of the support.

* **On piping** (DHW, heating): Use metal hose clamps (Serflex type) or self-locking clamps (high-temperature Rilsan) to hold the probe along the pipe.
* **On a flat surface** : Use a dedicated probe holder or a high-performance aluminum adhesive that withstands extreme temperatures.

## Thermal insulation (The secret to an accurate measurement)

If you are measuring the temperature of a pipe, the probe can be influenced by the ambient room temperature.

* **Covering** : Once the probe is secured, cover it with the pipe insulation sleeve. This ensures that the probe measures the temperature of the fluid and not that of the ambient air.

## Cable protection

In an industrial environment, the probe cable is the most vulnerable part.

* Run the cable under **trunking** or use **regular** **ties** to prevent it from hanging down, which could shift the probe or damage the connector.


---

# 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://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-10/use/probe-installation.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.
