Can't get network info from the teltonika fmm920

nothingpa year 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 Tananaeva year ago

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

nothingpa year 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 Tananaeva year ago

Yes, you need to set the model name.

nothingpa year 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 Kaneva year ago

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

nothingpa year ago

Kaloyan Kanev, thanks!