Device sends info but Traccar don't import

celsospina9 years ago

The device send this ionformation (traccar.log)

2015-11-24 10:12:08 DEBUG: [5013 <- 191.198.39.14] - HEX: 2a48512c313435313331363438352c56312c3132313535372c412c2d32332d33352e333430382c532c2d34382d322e383932362c572c302e312c3135382c3234313131352c464646464646464623

String: *HQ,1451316485,V1,121557,A,-23-35.3408,S,-48-2.8926,W,0.1,158,241115,FFFFFFFF#

But in the traccar.devices table no latestPosition_id

Anton Tananaev9 years ago

I have fixed the problem. Here is a new build:

https://www.dropbox.com/s/cgmlansv32j3ii0/tracker-server.jar?dl=0

celsospina9 years ago

Thanks for your answer.
But before I reading your post, I have uninstalled old version and installed version 2.12.
But the problem still.
So I change the tracker-server.jar for the dropbox version.
I have received the warning:

WARNING: traccar may have failed to start.

Anton Tananaev9 years ago

You need to install version 3.2 first.

celsospina9 years ago

Thank you again.

I have tried using the version 3.2. But because the tables names has changed I could not use it.
I will have to change my entire application. It means a lot of work.

Is there anothe way?

Anton Tananaev9 years ago

Well, you can try to back-merge the changes and build your own custom version. It's not very easy because there were a lot of changes.

I guess you would have to update sooner or later anyway, so now is a good time. If you are using MySQL, you can use following database update scripts:

https://www.traccar.org/update-from-2-x-to-3-0/
https://www.traccar.org/update-from-3-0-to-3-1/
https://www.traccar.org/update-from-3-1-to-3-2/

celsospina9 years ago

Thanks again. Now I am running 3.2.
But the problem continues.
I have this information from traccar log:

*HQ,1451316451,NBR,112315,724,10,2,2,215,2135,123,215,2131,121,011215,FFFFFFFF#??

But no import.

celsospina9 years ago

*HQ,1451316485,V1,121704,A,-23-35.3284,S,-48-2.8938,W,0.7,094,011215,FFFFFFFF#???

Dont import too.

Anton Tananaev9 years ago

First message does not have GPS data. It looks like LBS (cell info), but I need protocol documentation to add support for it.

As for the second one, it's already fixed. Please use this build on top of 3.2 version:

https://www.dropbox.com/s/cgmlansv32j3ii0/tracker-server.jar?dl=0

celsospina9 years ago

Solved