# Platform shows a full fuel tank when it is not actually full

## Question

Why does the platform show a full fuel tank when it is not actually full?

## Answer

There's likely a sensor connection problem. Here's what's happening:

When your fuel sensor is working correctly, it should send values between 0 and last calibration table value, where last calibration value represents a full tank. However, your device is sending values higher than the last calibration table value: 65454 and 65455, which are error codes. These abnormal readings typically indicate one of two problems:

1. The sensor has disconnected from the tracker
2. The sensor itself has failed

Here is how to diagnose this issue:

1. Check when the sensor was last updated. Hover your mouse on the sensor name and wait for a few seconds. The last update of the sensor will be visible.
2. Check the sensor’s calibration table on the platform. It should be configured properly.
3. Check the last received values from the sensor’s input using the Air Console or Raw Data export for the last several minutes/hours.

To fix this:

* Check the physical connection between the sensor and tracker (if it is a wired sensor) and sensor presence if it is a BLE sensor.
* Test the sensor itself to see if it's functioning.
* If needed, replace the faulty sensor or repair the connection.

## Links

[Sensor calibration data](/docs/expert-center/vehicle-telematics-technology/fuel-management/fuel-control-in-navixy/sensors-setup-and-configuration.md)

[Air Console instruction](/docs/admin/devices/air-console.md)

[Getting raw data](/docs/expert-center/faq-and-troubleshooting/access-iot-data/save-iot-data-to-csv-file.md#raw-data-export)


---

# Agent Instructions: 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:

```
GET https://navixy.com/docs/qna/using-navixy/platform-shows-a-full-fuel-tank-when-it-is-not-actually-full.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
