FMC125 and digital hourmeter data via GPRS

Hello.

Im new on this world of codecs, i have a server on node.js, this server can decode codec8, this works for lat, long sats, etc. (data of GPS Teltonika) but when i try send this data and the hourmeter data ( hourmeter is connected to GPS ), i cant see this data, i think that is another code, but i dont know how decode it, this is the response of my server when GPS and hourmeter is connected and sending data:

PD: i sent this data ( GPS and hourmeter ) to an app, this app says that is Codec 12 and decode it, but i dont know how find this and decode it.

{
  packet: '000000000000049508120000018e9d0e12a800d5b61f96eb50c88c017b014c0e0000000c05ef01f0001503c800450105b5000bb60008423749430fbd44000002f100011d291000002151000000018e9d10d5b000d5b61f96eb50c88c017b014c0c0000000c05ef01f0001503c800450105b5000cb6000a423743430fbd44000002f100011d291000002151000000018e9d1394d000d5b61f96eb50c88c017b014c0d0000000c05ef01f0001503c800450105b5000cb6000a423748430fbd44000002f100011d291000002151000000018e9d1653f000d5b61f96eb50c88c017b014c0b0000000c05ef01f0001503c800450105b5000db6000b423746430fbd44000002f100011d291000002151000000018e9d19131000d5b61f96eb50c88c017b014c0d0000000c05ef01f0001503c800450105b5000bb60009423747430fbd44000002f100011d291000002151000000018e9d1a824000d5b61e7beb50c838017b00ab0d0000f00c05ef01f0011503c800450105b5000cb6000a423749430fbd44000002f100011d291000002151000000018e9d1bda0000d5b61cebeb50cf0f017c015f0b0000f00c05ef01f0001503c800450105b5000db6000b423747430fbd44000002f100011d291000002151000000018e9d1e992000d5b61cebeb50cf0f017b015f0c0000000c05ef01f0001503c800450105b5000db6000b423745430fbd44000002f100011d291000002151000000018e9d20bc0000d5b61df6eb50cc95017b009b0a0000000c05ef01f0001503c800450105b5000fb6000c423746430fbd44000002f100011d291000002151000000018e9d20bc0a00d5b61df6eb50cc95017b009b0a0000f00c05ef01f0011503c800450105b5000fb6000c423748430fbd44000002f100011d291000002151000000018e9d21ecb000d5b61df6eb50cc95017b009b0a0000f00c05ef01f0001503c800450105b5000fb6000c423744430fbd44000002f100011d291000002151000000018e9d22a06000d5b61df6eb50cc95017b009b0b0000f00c05ef01f0011503c800450105b5000db6000b423740430fbd44000002f100011d291000002151000000018e9d24696800d5b61f65eb50c7e5017e00ac0b0000f00c05ef01f0001503c800450105b5000db6000a423740430fbd44000002f100011d291000002151000000018e9d27288800d5b61f65eb50c7e5017e00ac0a0000000c05ef01f0001503c800450105b5000eb6000b423746430fbd44000002f100011d291000002151000000018e9d29eb9000d5b61f65eb50c7e5017e00ac0c0000000c05ef01f0001502c800450105b5000cb6000a42373e430fbd44000002f100011d291000002151000000018e9d2caab000d5b61f65eb50c7e5017e00ac0b0000000c05ef01f0001502c800450105b5000db6000a423746430fbd44000002f100011d291000002151000000018e9d2f69d000d5b61f65eb50c7e5017000ac0e0000000c05ef01f0001503c800450105b5000ab60007423749430fbd44000002f100011d291000002151000000018e9d3228f000d5b61f65eb50c7e5017000ac0c0000000c05ef01f0001502c800450105b5000bb60008423746430fbd44000002f100011d291000002151001200001bc6',
  length: 2370
}
CodecType: data sending
AVL_Data {
  Timestamp: 2024-04-02T04:25:29.000Z,
  Priority: 0,
  GPSelement: GPSelement {
    Longitude: -70.948465,
    Latitude: -34.7027316,
    Altitude: 379,
    Angle: 332,
    Satellites: 14,
    Speed: 0
  },
  IOelement: IOelement {
    EventID: 0,
    ElementCount: 12,
    Elements: {
      '16': 8529,
      '21': 3,
      '66': 14153,
      '67': 4029,
      '68': 0,
      '69': 1,
      '181': 11,
      '182': 8,
      '200': 0,
      '239': 1,
      '240': 0,
      '241': 73001
    }
  }
}```

Hi Carlos,

Good day, please follow our wiki page documentation for codec 8: Codec - Wiki Knowledge Base | Teltonika GPS (teltonika-gps.com)

Note for data sending we are using codec 8/codec 8 extended.

we are using codecc12/13/14 for sending GPRS command.

As per the device RAW data you are using codec 8.
Here is the screenshot from the teltonka data parser:


If you need the application and the source code for the data parser kindly create a ticket via helpdesk or contact your sales manager.

If you don’t have any contacts with our Sales managers, please contact them on our official website https://teltonika-gps.com/ and click on the “Contact Us” button. When you click, please fill out the form and submit it. Note: as a topic, please choose “Vehicle telematics”.

Best Regards
Maynard C

This topic was automatically closed after 10 days. New replies are no longer allowed.