Device Attributes

dneb4 years ago

Hi Anton,
how can i get all device attributes from device?
for example Teltonika device sends 27 parameters but on traccar attribute field there is only 21 available.

Anton Tananaev4 years ago

Please provide a sample message breakdown, with a list of parameters that are not getting decoded.

dneb4 years ago

device attributes => gpslev=14, gsmlev=4, hdop=0.6, io1=0, io16=9134209, io175=-1, io2=0, io200=0, io236=0, io239=0, io240=0, io241=63601, io246=1, io247=0, io248=2, io252=0, io253=0, io254=124, io3=0, io66=0, io67=3145, io68=0, io69=1, io9=130, pdop=0.8

Attributes on Traccar => priority=0, sat=12, event=0, ignition=, motion=, rssi=4, io200=0, gpsStatus=1, di1=0, di2=0, di3=0, pdop=0.9, hdop=0.6, power=0, battery=3.17, io68=0, adc1=130, operator=63601, odometer=9134209, raw=01000009b8, distance=0, totalDistance=9936.48, ip=197.156.95.120

is there a way i can get direct attributes(parameters) from the device? without traccar server parsing parameters like ignition, motion . . .

Anton Tananaev4 years ago

I need to see a proper HEX breakdown.

dneb4 years ago
0000000000000062080100000178dfb4cf4000171e3223055cb85700000000000000001308ef00f00050001503c80045020100b30007b50000b60000423165180000430fad4400000900d902f10000f8711000cf0b6f020b0000000213fa3c870e000000001c920fc0010000007a

is there any way to save device AVL without Traccar Server assign attributes ignition,motion,event . . . i just want attribute column only parameters directly from device like {"io1":0,"io2":1,"io3":0,"io9":2526,...

FBoscarato10 months ago

Hi,
i'm interested in this topic. How can i read io246 or other from Teltonika FMC920?

Thank you