FMB125 and Azure IoT Hub

Hi,

I have receive this data from the FMB125 to the Azure IoT Hub:

{“state”:
{“reported”:
{“ts”:1730263022000,
“pr”:0,
“latlng”:“0.000000,0.000000”,
“alt”:0,
“ang”:0,
“sat”:0,
“sp”:0,
“evt”:0,
“239”:0,
“240”:0,
“21”:4,
“200”:0,
“69”:2,
“181”:0,
“182”:0,
“66”:12079,
“67”:3739,
“68”:137,
“241”:50213,
“16”:184000,
“72”:3000,
“73”:3000,
“4”:0,
“76”:“0x0000000000000000”,
“77”:“0x0000000000000000”}}}

May I know where can i get further information regaridng the mapping of the number? As I need to get information for the Analog Input 1 which I do not know is represented by which parameter.

Best regards,
Yap

Check the user manual, technical guides, or datasheets provided by the manufacturer of the FMB125 device. This documentation should outline the data structure, parameter mappings, and meanings of the values transmitted by the device.

Hello @soonjoo

Kindly identify the parameter value using the AVL ID of the parameter
The list of data sending parameter IDs is available at the following link https://wiki.teltonika-gps.com/view/FMB125_Teltonika_Data_Sending_Parameters_ID

Meanwhile, the parameter ID for Analog Input 1 is 9, but it is not available in the data you shared.
Please enable it from the I/O configuration and then check the value for the Analog input.

Regards
Maryam

Hello @Maryam,

Thanks so much for the useful information. Just want to know when you said enable it means set the priority to High? or any other settings?

Thanks!

Hello @soonjoo

You may follow to the screenshot I shared above for Analog Input i/o configuration.
The configuration can be set to low or monitoring, and you should receive the analog value once it’s configured.

Regards
Maryam

1 Like

@Maryam

Thank you very much! I can receive the analog readings in my IoT Hub from my device, thank you.

This topic was automatically closed 40 hours after the last reply. New replies are no longer allowed.