Looks like you forgot to share the file. No permissions.
And what about the first question? Why did you skip it?
Sorry about that
- Where's the data from your device?
I honestly have no idea. My thinking is a connection needs to be established before i get to see data..
- Do you have protocol documentation?
Protocol documentation here
So, it sounds like your device is simply doesn't send any data.
Well, I don't know if that is the case.
I do get location data on the Yuntrack App and the web app when I change back to the Chinese domain
If you don't see it in the logs, it means that it's not reporting anything or you have some other network issue.
That is my question. Is it that I am doing something wrong or some devices can not communicate with the traccar server
It has nothing to do with Traccar. Your device either send data or it doesn't. To be clear, Traccar will show the HEX data even if the port is wrong or the format is not supported. If your device sends something, it will show in the logs.
@Mufti
So the first thing i would think about is that you actually set the correct IP an Port correctly to make the device connect with your traccar server..
So read out / check the device config to check if it is actually set to send data to your server ip and port.
Check if the server device port is open and can be reached from the internet https://www.traccar.org/port-check/
Make sure you start your traccar server first.
When you paste HEX data from your log into https://www.traccar.org/hex-decoder/ and press decode you will actually see that the data you have in the log is no position data from your device.
Thus your device data does not reach your traccar server.
So make sure that the server port is open and can be accessed from the internet. If you cant acces the port with the Tool https://www.traccar.org/port-check/ them make sure to check there is no firewall blocking your port (this can be for instance the firewall on a router or your computer / server itself). If so open the device port in your firewall to forward the port to your traccar server..
And The traccar server log is your main source to see any incoming data. So check your log after you made changes and restarted ( i noticed that i had to restart traccar server when i made changes to my firewall). Also for instance your device can stay offline in your weblogin while you could already see data in the log (for instance when you added the wrong ID when adding the device to traccar). So your log is all you need for such troubleshooting.
Connect device to server
I have a Chinese device that is configured to publish to http://www.gpscj.com/ on port 7700
I followed the documentation and some suggestions in previous posts but I'm still struggling to direct the data to my traccar server.
Question
What I have tried
Kindly assist
Logs
These are some logs I got from my experiments trying to connect the device, I am relatively new to traccar and GPS protocols, and really don't understand what is going on yet.