Need Help with TeltonikaProtocolDecoder.java for decoding Thermoking IBOX

Santiago Alamos7 years ago

Hello Anton,
Previously he works with the FM53 model of Teltonika for Thermoking, but this time it is not more product in the market, so I have been forced to buy gps of the FM63 model. The issue is that the TeltonikaProtocolDecoder class (.java / .class) is no longer compatible to perform the decoding of the information sent by the GPS.

Is there a way to get a new class with the decoder for the FM63 model? considering that I do not have the tools to do it on my own.

Thank you in advance for your answer.

Santiago Alamos7 years ago

This is an extract of the Log that I get on my server:

2018-05-11 15:57:36  INFO: [B4DF603E] connected
2018-05-11 15:57:55 DEBUG: [B4DF603E: 5027 < 191.126.130.149] HEX: 000f333532303934303835323536353038
2018-05-11 15:57:55 DEBUG: [B4DF603E: 5027 > 191.126.130.149] HEX: 01
2018-05-11 15:57:58 DEBUG: [B4DF603E: 5027 < 191.126.130.149] HEX: 000000000000004308020000016350b6e6d001d5db2b1eec01d89b0202002a140000010101010100000000000163509879c001d5db2a24ec01dea9022100ac14000001010101010000000200004fd0
2018-05-11 15:57:58  WARN: [B4DF603E] error - Not enough readable bytes - Need 8, maximum is 3 - IndexOutOfBoundsException (... < TeltonikaProtocolDecoder:90 < *:142 < *:362 < *:402 < *:444 < *:434 < ExtendedObjectDecoder:58 < ...)
2018-05-11 15:57:58  INFO: [B4DF603E] disconnected
Anton Tananaev7 years ago

I would need protocol documentation for your device.

Santiago Alamos7 years ago

Previously you gave us a code to work with the telemetry of the FM53 model, but at this moment we can no longer work with this GPS model and we need to migrate to FMB63.

I attach the documentation of the old and the new protocol for the device.

FM53 Documentation - You helped us in the past

FMB63 Documentation - We need help with this

This last .java I have shared it via Google Drive to your email anton@traccar.org:
Java Class shared to anton@traccar.org

Anton Tananaev7 years ago

I have just tested message sample from your log and it works with the latest version of Traccar.