# Configuring sensors on Teltonika trackers

## Question

How to configure a measurement/discrete sensor on a Teltonika tracker?

## Answer

To configure a sensor on a Teltonika tracker, follow the step-by-step guidance below.

This is a common guide for setting up sensors and fields for Teltonika devices. Using this guide, you can set up almost any sensor for Teltonika devices in Navixy.

Here we provide instructions for Teltonika FMB920, where we configure Board Voltage as an example.

{% stepper %}
{% step %}

### Download the configurator

Download the correct configurator version for your model:

* <https://wiki.teltonika-gps.com/view/Teltonika_Configurator_versions>

Find your model (Ctrl+F), then download the latest version.

![](/files/b895195daad19559522261b6d8cd51499a03850a)

If it is your first time downloading and using a Teltonika configurator, unzip the archive, install the additional software that comes with the configurator, and only then open the configurator.

![](/files/53ab00ce6217994aa5036c2966f8a9dfb4b20db0)
{% endstep %}

{% step %}

### Open the configurator

Connect the device to the PC or create an offline preset.

If you don't have the device on hand, you can upload the configuration later using FOTA. Or you can configure the device remotely via SMS/GPRS using Air Console (see the optional step below).

![](/files/5a86f959a59907c58546793a6203c8ca9e574690)

![](/files/c198765ef9479f4038e3c5a827a78e1419770729)

![](/files/9b87773978013c0d23792ef0f3b1b2a08a01ffed)
{% endstep %}

{% step %}

### Choose the parameter

Find the parameter by meaning.

Example: Board Voltage may be named **External Voltage**.

![](/files/91836840cd24dac10981fad27bd1e13ba104c072)
{% endstep %}

{% step %}

### Configure sending settings

To work well with Navixy:

* Priority: **Low**
* Event Only: **No**
* Operand: **Monitoring**

![](/files/796f751cccf09728c379685d6890d6b5bae85a24)

Save the configuration to the device.

If the device is not nearby, you can update the configuration online via Air Console.
{% endstep %}

{% step %}

### Optional: set parameters via Air Console (GPRS) / SMS

If the device is remote, configure via Air Console or SMS.

Look up the **Parameter ID** by hovering in configurator.

Example:

* External Voltage priority ID: `50080`
* Priority Low value: `1`

Command:

`setparam 50080:1`

Use the Teltonika parameter list to confirm values:

* <https://wiki.teltonika-gps.com/view/FMB920\\_Parameter\\_list>

{% hint style="info" %}
When sending Teltonika configuration commands via SMS, add **two leading spaces** before the command. It is mandatory for SMS delivery.
{% endhint %}
{% endstep %}

{% step %}

### Verify the parameter arrives to Navixy

Find the **AVL ID** (not Parameter ID).

Example for External Voltage AVL ID is `66`.

Teltonika AVL list example:

* <https://wiki.teltonika-gps.com/view/FMB920\\_Teltonika\\_Data\\_Sending\\_Parameters\\_ID>

In Air Console, verify `avl_io 66` appears.

![](/files/96a02f77a5a3ad89704506445c23f7723c8a3a94)
{% endstep %}

{% step %}

### Create the sensor in Navixy

1. Open **Devices & Settings**.
2. Select the tracker.
3. In **Sensors and buttons**, add a measurement sensor.
4. Choose input type **AVL IO \[N]**.
5. Enter the AVL IO number (`66` in this example).

![](/files/98d316d9333cb6cb261a8ac5765838e22d30edb6)
{% endstep %}

{% step %}
**Save**
{% endstep %}
{% endstepper %}


---

# 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/device-related-questions/configuring-sensors-on-teltonika-trackers.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.
