EElink Keelin GPT106-3G

kaykor7 years ago

Can anybody help where I went wrong?

2017-10-03 20:31:30  INFO: [82BAC9BE] connected
2017-10-03 20:31:30 DEBUG: [82BAC9BE: 5064 < 24.114.58.75] HEX: 676701000c00e503525550735253820104
2017-10-03 20:31:30 DEBUG: [82BAC9BE: 5064 > 24.114.58.75] HEX: 676701000200e5
2017-10-03 20:31:30  WARN: Unknown device - 352555073525382 (24.114.58.75)

Port 5064

STATUS#

BATTERY:100%
GPRS:SUCCESS
GSM:MED
GPS:CLOSED,0
MS:LIS3DH

PARAM#

IMEI:352555073525382
APN:internet.com
IP:45.72.190.130:5064
TIMER:60,1
CENTER:
SOS:,,
LANG:EN
GMT:E1.00
SAVING:1

WHERE#

Lat:N36.38522,Lon:W69.40408,Course:0.00,Speed:0.00km/h,DateTime:2017-10-04 01:26:46

Anton Tananaev7 years ago

You haven't registered your device on the server:

Unknown device - 352555073525382
kaykor7 years ago

I used that IMEI as the identifier in devices on the Traccar server and restarted the service(multiple times)

Anton Tananaev7 years ago

You need to use the number that you see in the logs. If you keep receiving that message it means that you haven't added it.

kaykor7 years ago

Sorry, No. That was the first one after a service restart. I do not continue to see the Unknown Device unless it is a restart. Normally it is 1 or 2 lines and when decoded it is gibberish.

2017-10-03 21:45:31 DEBUG: [069A0007: 5064 < 24.114.76.75] HEX: 6767030004010f0089
2017-10-03 21:45:31 DEBUG: [069A0007: 5064 > 24.114.76.75] HEX: 6767030002010f

2017-10-03 21:47:47 DEBUG: [069A0007: 5064 < 24.114.76.75] HEX: 6767020025011059d43dc004fa052cf77b0577000000012e02d0eaba239c800100891026001100000000

2017-10-03 21:48:38 DEBUG: [069A0007: 5064 < 24.114.76.75] HEX: 6767020025011159d43df304fa052cf77b0577000000012e02d0eaba239c800000881020001100000000

2017-10-03 21:48:53 DEBUG: [069A0007: 5064 < 24.114.76.75] HEX: 676703000401120088
2017-10-03 21:48:53 DEBUG: [069A0007: 5064 > 24.114.76.75] HEX: 67670300020112

2017-10-03 21:49:38 DEBUG: [069A0007: 5064 < 24.114.76.75] HEX: 6767020025011359d43e2f04fa0265f77b196a000000012e02d0eaba239c80010089101f001100000000
Anton Tananaev7 years ago

Can you please send me a full log. It seems like you filtered out some information that might be useful.

kaykor7 years ago

You will not believe what it was, I copied and paste from the log the identifier into the server web app. The copy had a space at the end.

It now turns green in the web app but still not actually seen

2017-10-03 22:10:55 DEBUG: [2C66D294: 5064 < 24.114.50.141] HEX: 676701000c0120035254407352438201f0
2017-10-03 22:10:55 DEBUG: [2C66D294: 5064 > 24.114.50.141] HEX: 67670100020120
kaykor7 years ago
2017-10-03 22:14:18 DEBUG: [2C66D294: 5064 < 24.114.50.141] HEX: 676703000401210089
2017-10-03 22:14:18 DEBUG: [2C66D294: 5064 > 24.114.50.141] HEX: 67670300020121
2017-10-03 22:14:18  INFO: Position filtered by Invalid Zero Static filters from device: 352555073525382 with id: 41
Anton Tananaev7 years ago

Looks like you enabled filtering. Please don't change config file if you don't know what you are doing.

kaykor7 years ago

You are right on both accounts: I do not know what I'm doing and I did enable filters in traccar.xml to try stopping constant updates when in the same general position.

<entry key="filter.enable">true</entry>
<entry key="filter.invalid">true</entry>
<entry key="filter.zero">true</entry>
<entry key="filter.duplicate">true</entry>
<entry key="filter.static">true</entry>
<entry key="filter.distance">2</entry>
kaykor7 years ago

I have an IOS client that basically flickers/jitters on the map every second or so. So if you can suggest what flter to use I will re-enable that.

By the way with the filters commented out the Keelin GPS works.

Anton Tananaev7 years ago

You should use distance filtering, but it will probably still get duplicate positions filtered.