Hello everyone,
I have a SeeWorld S06A GPS tracker installed in my car. I’m trying to connect it to my Traccar server installed in my windows 11 local machine, but while the device connects and disconnects, no data is being received.
My Setup:
Device Model: SeeWorld S06A
Protocol Tried: H02 (5013
), GT06 (5023
), TK103 (5002
)
Forwarding with Ngrok
What I’ve Tried:
- Tracker is connecting & disconnecting, but no data is showing in Traccar.
- Tested multiple ports (5013, 5023, 5002) but still no data.
- Sent SMS command to verify server settings and that was Correct.
- Enabled debug logs in Traccar (
tracker-server.log
), but no GPS data appears.
Log Output (tracker-server.log
):
2025-03-25 11:24:53 INFO: [Td0044162] connected
2025-03-25 11:27:27 INFO: [Td0044162] disconnected
2025-03-25 11:27:27 INFO: [T0ba7ebd0] connected
2025-03-25 11:30:01 INFO: [T0ba7ebd0] disconnected
2025-03-25 11:30:25 INFO: [T14164e5d] connected
Questions:
- Does the S06A tracker require a different protocol in Traccar?
- Should I try another port other than
5013
, 5023
, or 5002
?
- Is there a way to manually decode the tracker’s data if it's using an unknown protocol?
Any help would be greatly appreciated!
Thanks in advance.
Did you try to connect it to one of the demo server. Since you using windows and ngrok is not very helpfull to do troubleshooting if you want to know if the device actually connects to traccar server and sends data.
Hello everyone,
I have a SeeWorld S06A GPS tracker installed in my car. I’m trying to connect it to my Traccar server installed in my windows 11 local machine, but while the device connects and disconnects, no data is being received.
My Setup:
Device Model: SeeWorld S06A
Protocol Tried: H02 (
5013
), GT06 (5023
), TK103 (5002
)Forwarding with Ngrok
What I’ve Tried:
tracker-server.log
), but no GPS data appears.Log Output (
tracker-server.log
):Questions:
5013
,5023
, or5002
?Any help would be greatly appreciated!
Thanks in advance.