GF-09 tracker

AJ Goed4 years ago

https://ibb.co/SXryVsw

Hi Guys,
I run a traccar server for a few months now, great success!
I have buyed a new GF-09 tracker but now I have to connect it to the server. Out of the box it works with 365gps.net. I have found this topic Topin ct1 zx612 protocol and the SMS commands are the same. I could succesfully connect to my own server at port 5023 and only get connect / disconnect messages:

2020-03-18 23:53:21  INFO: [e3149f0f] connected
2020-03-18 23:53:51  INFO: [e3149f0f] disconnected
2020-03-18 23:55:04  INFO: [1d6bb513] connected
2020-03-18 23:55:23  INFO: [1d6bb513] disconnected

When I connect to port 5001 for debugging I get:

2020-03-18 19:50:30  INFO: [5a4c259b] connected
2020-03-18 19:50:30  INFO: [5a4c259b: easytrack < 188.206.112.1] HEX: 78780d0103593390753202924c0d0a
2020-03-18 19:55:24  INFO: [5a4c259b: easytrack < 188.206.112.1] HEX: 787801080d0a
2020-03-18 20:03:24  INFO: [5a4c259b] disconnected

When I connect to port 5093 I get:

2020-03-19 10:54:58  INFO: [32b0b632: genx < 31.161.228.34] HEX: 78780d0103593390753202924c0d0a
Y3�u2�L (31.161.228.34)RN: Unknown device - xx
2020-03-19 10:55:20  INFO: [32b0b632: genx < 31.161.228.34] HEX: 78780713644c0819640d0a
2020-03-19 10:55:20  WARN: Unknown device - xxdd (31.161.228.34)

Tried all the ports for the chinese clones (5001 5002 5006 5013 5023 5036 5093) without success. Anyone a suggestion?

hi! i have the same problem
this is the log:

2020-03-18 23:59:02  INFO: [c56fcc14: gt02 < 186.111.144.176] HEX: 2a48512c393137303831353432372c56322c3233353930302c412c333232382e343531392c532c30353831342e323533332c572c3030302e30302c3236342c3138303332302c46464637423946462c3732322c33342c3830362c363030323623
2020-03-18 23:59:02  WARN: Unknown device - 2322c33342c3830 (186.111.144.176)
2020-03-18 23:59:02  WARN: Unknown device - c56322c32333539 (186.111.144.176)
2020-03-18 23:59:03  INFO: [c56fcc14: gt02 < 186.111.144.176] HEX: 24917081542723585918032032284519060581425332000264fff7b9ff000000560000000002d2220326ea7a19
2020-03-18 23:59:03  WARN: Unknown device - 64637423946462c (186.111.144.176)
2020-03-18 23:59:03  WARN: [c56fcc14] error - Adjusted frame length exceeds 256: 260 - discarded - TooLongFrameException (... < WrapperInboundHandler:57 < ... < StandardLoggingHandler:43 < ... < NetworkMessageHandler:37 < ...)
2020-03-18 23:59:03  INFO: [c56fcc14] disconnected
2020-03-18 23:59:15  INFO: [2ab254fd] connected
2020-03-18 23:59:19  INFO: [0cd6222d] connected

someone can help?

Anton Tananaev4 years ago

@AJ, correct port for your device is 5023.

@Carlos, correct port for your device is 5013.

Make sure you thoroughly test ports next time.

@AntonTananaev, thanks! It is working perfectly without interruptions !, I apologize for the ignorance, I am new to this type of systems and I make beginner mistakes. You have been more than kind. I greet you cordially.

AJ Goed4 years ago

@Anton, thanx for your quick reply. As mentioned, I had tested 5023 for one night without success. After switch to all other ports, I'm now back at 5023 and the device is online, however, it stays at 0.000 0.0000 and states a incorrect date. Seems like the GPS is not sync time or do I hit a bug in traccar? (Using MySQL)
Device was rebooted several times and stay online overnight. When I send a SMS to retreive the coordinates, I get a coordinate in my neighbourhood so I had som kind of fix (700 meters away from home).

2020-03-20 10:55:50  INFO: [6580c646] connected
2020-03-20 10:55:50  INFO: [6580c646: gt06 < 89.200.44.71] HEX: 78780d0103593390753202924c0d0a
2020-03-20 10:55:50  INFO: [6580c646: gt06 > 89.200.44.71] HEX: 7878050132026e550d0a
2020-03-20 10:56:11  INFO: [6580c646: gt06 < 89.200.44.71] HEX: 78780713644c0819380d0a
2020-03-20 10:56:11  INFO: [6580c646: gt06 > 89.200.44.71] HEX: 787805134c089bf60d0a
2020-03-20 10:56:11  WARN: Failed to store position - Data truncation: Incorrect datetime value: '1970-01-01 01:00:00' for column `track`.`tc_positions`.`fixtime` at row 1 - MysqlDataTruncation (... < QueryBuilder:480 < DataManager:458 < DefaultDataHandler:40 < ...)
2020-03-20 10:56:11  INFO: [6580c646] id: 359339075320292, time: 1970-01-01 01:00:00, lat: 0.00000, lon: 0.00000, course: 0.0
2020-03-20 11:00:11  INFO: [6580c646] disconnected
Anton Tananaev4 years ago

It means your device hasn't reported any GPS data yet. Usually GT06 based devices only report when they move.

AJ Goed4 years ago

@Anton, Thank you for the quick and correct response.

For users who own a GF-09: In my opinion useless in combination with traccar. It comes online but (also when moving), it only sends the address lat: 0.00000, lon: 0.00000.
For those who want to configure the device with traccar:
Use port 5023
For pointing to your own server, sms: SERVER#my.server.hostname#5023# or SERVER#10.20.30.40#5023#
and sms: 123#1 to activate data upload (default disabled).

My other 3 devices are working ok, from my opinion the GF-09 is not working correct, when pointing to its original server 365gps.net it came back with locations a few hundred meters from my location.

Nikolai Vetrov2 years ago

@AntonTananaev i need help

I try to connect GF-09 to traccar and tried port 5023 and all chinese clones ports, but it doesnt work.

2022-10-11 09:16:44  INFO: [Ta815577e] connected
2022-10-11 09:16:44  INFO: [Ta815577e: xexun < 176.59.1.73] 5452564150303038363932303730333037363839393923
2022-10-11 09:17:44  INFO: [Ta815577e] disconnected
2022-10-11 09:17:57  INFO: [Tf504feb4] connected
2022-10-11 09:17:57  INFO: [Tf504feb4: gt06 < 176.59.20.213] 5452564150303038363932303730333037363839393923
2022-10-11 09:18:57  INFO: [Tf504feb4] disconnected
Anton Tananaev2 years ago

Try TRV protocol.