> 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/intermittent-data-issue-wifi.md).

# Intermittent Data Issue - WiFi

If your sensor is only sending data intermittently, and missing scheduled data sends, the issue **could be related to your WiFi signal strength**. You can check the signal strength of your TankMate unit (last known connection only) on the expanded dashboard screen of the app - see screenshot at the bottom of this page.

A received signal strength (RSSI) **greater than -70dBm** is usually good enough for a stable connection to TankMate sensor.

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

{% hint style="warning" %}
If the received signal strength is in the range of **-80** to **-85 dBm**, you will likely have issues sending data reliably. &#x20;
{% endhint %}

## How to test an intermittent WiFi connection issue:

Take a few **test readings at the tank** - to see if it connects consistently - 3 or 4 times in a row. Press the **RESET button** (short press only - don't hold it down):

* If the LED blinks green, then **turns solid blue** for around 5 seconds => device **connected OK**
* If the LED blinks green, then **blinks red**  => device **failed connection**

To confirm if the **signal strength** is causing failed connections, **remove the sensor** from the tank and **bring the unit closer to the router:**

* Increase the **reading frequency to 4 times / day** (in the app - on the settings screen)
* Take a **test reading -** press the RESET button (short press only - don't hold it down)
* Check the new **RSSI value** (swipe down to refresh the app)
* Check the app - to see if you are getting more regular readings **over the next few days**

{% hint style="info" %}

### How can I improve the WiFi signal strength at my tank?

There is only so much you can do - without changing any of your network hardware (router / access points), but you can try:

* adjust the **position of the router**, to try and to reduce interference from surrounding objects
* performing a **hard reset** of the router (power cycle)
* **removing any foilage** that may be obstructing the WiFi signal at the tank
  {% endhint %}

{% hint style="success" %}
**TIP**: setting the **publishing frequency** to **more than once per day** would be helpful. That way, if it misses the odd connection, you will still get reasonable data frequency
{% endhint %}

<figure><img src="/files/2cz5DrIRnwXGJCSBWOo0" alt=""><figcaption><p>Check the last known RSSI value for your 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/intermittent-data-issue-wifi.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.
