Can't get network info from the teltonika fmm920

nothingp2 years ago

Hi. I think traccar has a problem with the teltonika fmm920.
It's lte cat.m1 version of fmb920
fmm920 : https://wiki.teltonika-gps.com/view/FMM920_Teltonika_Data_Sending_Parameters_ID

traccar can't get cell info(for geolocation) and beacon(codec_8_ext) with the fmm920. network section is empty.

Anton Tananaev2 years ago

Parameters are device specific, so most of them are decoded as generic attributes.

nothingp2 years ago

In TeltonikaProtocolDecoder.js, there's something like fmbXXX parameters that fmm920 uses. Is there anything I can do to get it working on the fmm920?

Anton Tananaev2 years ago

Yes, you need to set the model name.

nothingp2 years ago

How can I set it? I can't find it on configuration file. Do you mean compile with "fmm920" added to the fmbXXX list? or is there any custom way to set the model name of the device?

Kaloyan Kanev2 years ago

Go to Device -> Extra -> Model and write your tracker model

nothingp2 years ago

Kaloyan Kanev, thanks!