> 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/rx-http/reset.md).

# Reset

In case of loss of access to the **RX** (forgotten password or unknown IP configuration), strictly follow the steps below to restore factory settings (default IP: 192.168.77.77).

1. **Power off** the product (unplug the 12/24V).
2. Open the enclosure and set the **Rotary Switch** (internal rotary selector) to position **D**.
3. **Power the product back on and** the product and **wait** a minimum of **45 seconds** (memory erasure phase).
4. **Power off** the product again.
5. Reposition the **Rotary Switch** to position **0** (normal mode).
6. **Power the product back on and** the product and connect it directly to your PC via an Ethernet cable (RJ45).
7. Access the configuration interface from your web browser at the following fixed IP address: `192.168.77.77`.

{% hint style="danger" %}
**Warning** : in addition to **resetting** your sensors, all **your sensors will be deleted**.
{% endhint %}


---

# 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/rx-http/reset.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.
