Seeworld model S06A device

Wed4Carsa month ago

Hi,

I want to configure Seeworld device model S06A, my traccar server is http://5.175.146.4:9090/,

I sent this message to device but still offline:

SERVER,1,5.175.146.4:9090,5013,0#

could you please guide me to the correct way to run the device?

Screenshot 2024-12-28 at 11.05.15 AM.png

Anton Tananaev25 days ago

Your server IP is 5.175.146.4. Why are you including port 9090 as a part of the hostname?

Rodney Yeo24 days ago

Your format is incorrect for SeeWorld GPS Tracker reporting server config, please follow this format ...

Uses domain name format ...
SERVER,1,YourTracCarIP,5023,0#

or

Uses IP format ...
SERVER,0,5.175.146.4,5023,0#

Good luck! I am using SeeWorld GPS Tracker S5L too.

SeeWorld uses GT06 protocol and port is 5023 on TracCar server.

Rodney Yeo24 days ago

Correction ...

Use domain name format ...
SERVER,1,YourTracCarDomainName,5023,0#

Sorry for the typo errors ...

Send that command via SMS to your GPS Tracker to set it up to your TracCar server.

Wed4Cars24 days ago

@Anton Tananaev yes is a part of hostname, the port of my server.

Anton Tananaev24 days ago

Well, port is not a part of a hostname, so this is clearly incorrect right there.

Wed4Cars24 days ago

@Rodney Yeo, how do you type a server port under YourTracCarIP? usually traccar port number is 8082.

Wed4Cars24 days ago

@Anton Tananaev I tried to use no-ip to get host name rather than IP address and also the device still offline

Wed4Cars24 days ago

I already sent this command: SERVER,1,wedgps.ddns.net,5023,0#

Rodney Yeo24 days ago

This is how I configure on SeeWorld GPD Tracker ...

SERVER,1,demo.traccar.org,5023,0

You need to send a last comand ...

RESET#

To reboot the GPS Tracker for the latest changes to take effect ...

Rodney Yeo24 days ago

This command is correct:

SERVER,1,wedgps.ddns.net,5023,0#

Don't forget to Port Forward at your router firewall too.

TracCar Web UI Access
http://wedgps.ddns.net:9090/
Port 9090 TCP

GT06 Protocol on GPS Tracker
Port 5023 TCP

If not you will not be able to access via Internet.

Wed4Cars24 days ago

@Rodney Yeo when I use demo.traccar.org the device online and works fine, I think I have server problem or port forwarding error

Rodney Yeo24 days ago

Yes, as I noticed you have not done the Port Forwarding part yet at your home router to map your internal ip where your TracCar is running most probably Raspberry Pi unit. Your dynamic DNS client may run in the Raspberry Pi unit too with TracCar server. I am doing the same setup too.

Wed4Cars24 days ago

I do port forwarding but as you see the device not run, 5.175.146.4 is my public ip for router and 9090 is the port that forward data to traccar server

so the command should be SERVER,0,5.175.146.4:9090,5023,0#

am I right?

Rodney Yeo24 days ago

No you got it wrong again. Please study the format that is given by SeeWorld Device Protocol documentations.

Port 9090 is your define port for TracCar Web user interface only.

Port 5023 is TracCar define port for GT06 protocol for your tracker.

The correct format shouls be ...

SERVER,1,wedgps.ddns.net,5023,0#

I think your Telco ISP blocks URL links similar like my country too.

My work about is first to temp define IP format first.