Commands Teltonika GPRS

userjr3 years ago

Hello greetings. I have a doubt with the teltonik protocol
I understand that it is possible to send teltonika commands but the format is not clear to me.
I need to control the remote shutdown or blocking of a vehicle by gprs via traccar.
Do you have a documentation or list of commands that you can provide me with. Do they need to be custom?
Thanks for your time

you must create a custom command and see what digital output you want to activate example activate digital output 1 "setdigout 1" deactivate "setdigout 0" I recommend you search the teltonika wiki

userjr3 years ago

Ok thanks... those commands help me at least to change the outputs...

But as I understand, it is possible to receive a response from these gps when I require a parameter or some type of data. For example a "getgps" https://wiki.teltonika-gps.com/view/FMC130_SMS/GPRS_Commands
.. how would traccar receive this answer? It would be a simple text that we could not decode
It's not like the cobans who respond with their gps103 format...

I don't understand what you want to know with getgps, teltonika is reporting through io attributes, you can convert this through calculated attributes, for example detecting a battery disconnection is reported through io 252=1, but in the configurator you must assign so that the gps reports it

https://wiki.teltonika-gps.com/view/FMC130_Parameter_list

userjr3 years ago

For example, the coban has periodic frequency commands, or simple position... immediately he reacts and gives us the information in gps103 format.

But, I would like to know if there are such commands for the Teltonikas. GetGPS should identify the last coordinate and some parameters.

So according to your last comment, we can treat each parameter in the IO attributes, I understand that perfectly. The only question I have is if traccar cannot receive this information as a response to some commands sent as getgps or getinfo?
Thank you for your patience.

Anton Tananaev3 years ago

Traccar decodes all IO attributes that your device reports.

rgff19702 years ago

Buenas . es posible enviar comando de off/resume motor en traccar , he estado viendo informacion y con lo que he obtenido no me ha sido posible.