> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/bbo-gateway-installation-manual/bbo-web-interface/advanced/details.md).

# Details

Click on “Advanced”->”Details”.

This form presents detailed information about each node connected to the gateway.

Most of these fields can be ignored by an installer, but there are some fields that contains data necessary during installation. The text from the page can be selected and copied to the clipboard but the page is auto updating which makes copying text from the page difficult. To stop auto updating, untick the “Enable auto update” box in the top right corner.

<figure><img src="/files/yuT32xSpSXLWLHcfxA9J" alt=""><figcaption></figcaption></figure>

## Health

The Health status indicator of the sensor must be checked to determine if a reading is valid.

<figure><img src="/files/l6QwE4Hr4mJmdHLBtnvy" alt="" width="563"><figcaption></figcaption></figure>

The Health fields are the health status indicators of sensors. Each time the gateway successfully reads the sensor it increments this health indicator until it reaches 7 and then it stops incrementing it. If the node fails to read the sensor it decreases this value until it reaches 0 and then it stops decrementing it.

&#x20;

| Health          | Meaning                                                          |
| --------------- | ---------------------------------------------------------------- |
| 7               | The value shown is valid.                                        |
| Between 1 and 6 | The value shown is valid if the previous Health value was lower. |
| 0               | The value shown is invalid and is an old reading.                |

&#x20;

In normal operations the Health for a connected sensor should always be 7, but if a new sensor is connected a moment ago or a sensor is defective other values may be shown.

## **Temperature (XBT006 / EDS0071)**

The RTDxTemperature is the calculated temperature value from the connected corresponding Pt100 sensor.&#x20;

<figure><img src="/files/xWJQG1qvmEy5vUAzTsHA" alt="" width="341"><figcaption></figcaption></figure>

## **RTDFault (XBT006 / EDS0071)**

The RTDFault indicates if the corresponding Pt100 sensor is connected or not. It is 0 if the sensor resistance is within the allowed limits.&#x20;

If the sensor is not connected or faulty then the RTDFault equals 1.


---

# 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://help.boomerang3.com/bbo-gateway-installation-manual/bbo-web-interface/advanced/details.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.
