Read parameters value

I edit some parameters pushing the parameter ID and its value, is there a way to retrieve those/other values?
Thanks!

Hi Manel,

Good day, as per my understanding you want to retrieve the AVL ID and the value of each AVL ID.
If that is the case you can visit this wiki page link this link includes all the AVL ID and its value: FMC130 Teltonika Data Sending Parameters ID - Wiki Knowledge Base | Teltonika GPS (teltonika-gps.com)

So the device will send raw data to your using using codec 8 or codec 8 extended protocol these are data sending protocols: Codec - Wiki Knowledge Base | Teltonika GPS (teltonika-gps.com)

If your server already supports codec protocol, it will automatically parse the data and read each AVL ID with its value.

But if you wish to send SMS commands to get the AVL ID value you can send readio plus the AVL ID to get the actual value of the ID, but make sure that the IO is set to LOW or HIGH priority so that the records will be created.

example:
To get the ignition Status

<space><space>readio<space>239

or

username<space>password<space>readio<space>239

Reference:
FMB readio - Wiki Knowledge Base | Teltonika GPS (teltonika-gps.com)

Best Regards,