> For the complete documentation index, see [llms.txt](https://tankmate.gitbook.io/tankmate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tankmate.gitbook.io/tankmate/wi-fi-connectivity/reconnect-v2-wifi-level-sensor.md).

# Reconnect - v2 WiFi Level Sensor

{% hint style="success" %}
First, check that your sensor is not already connected! Press the **RESET button once** (short press) and watch the **status LED**. If you see a **solid BLUE (cyan)** colour for **5-10 seconds**, the unit is already **connected** to the network
{% endhint %}

### Reconnect a sensor using BlueConnect

* In the TankMate app, go to **Settings** > **Sensor / Tank Settings** > **Edit Network Settings**
* Put the sensor into BlueConnect mode: on the side of the sender unit - hold the **RESET** button for **6-8 seconds** then release.
* The status LED will **blink slowly** - **dark blue** - when in BlueConnect mode <img src="/files/7NHHWiw2tGy2geoyDUiV" alt="" data-size="line">
* The unit will go to sleep to conserve power after 3 mins. Click RESET again to wake it up.
* Follow the prompts in the app. Further details on the [BlueConnect process can be found here](/tankmate/wi-fi-connectivity/using-bluconnect.md).

{% hint style="warning" %}
**NOTE:** as of November 2023, all v2 sensors **must** be running **firmware version 21 or above**. Sensors running an older firmware version will not be able to send data to the TankMate server - and will need to be manually updated. Contact us for details.

The firmware version no. can be seen on the (expanded) home screen of the app.
{% endhint %}

{% hint style="danger" %}
**NOTE:** WiFi passwords that include the **$ symbol** are not currently supported by some older TankMate sensors. We recommend modifying the password, or setting up a guest network with a different password.
{% endhint %}

<figure><img src="/files/6A59Hcx5vqwTAOodfQg9" alt=""><figcaption><p>Edit the network settings for an existing sensor</p></figcaption></figure>


---

# 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://tankmate.gitbook.io/tankmate/wi-fi-connectivity/reconnect-v2-wifi-level-sensor.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.
