Sinotrack ST-901

jabbadabbadahat3 years ago

Hello, I am struggling with trying to set up device named above. I tried to follow all suggestions from FAQs but i failed. Don't know if its my lack of knowledge or is there something wrong with my device/setup. I'll paste here some log:

server log

When I convert from hex to text I get this:

POST / HTTP/1.0
Content-Length: 51
Content-Type: application/json

{"id":0,"jsonrpc":"2.0","method":"eth_blockNumber"}

For some reason I get ID 0 - any ideas how to solve it?

Anton Tananaev3 years ago

What is that HEX? Are you saying it's from your device? I very much doubt it.

jabbadabbadahat3 years ago

well, i changed the ip of the tracker server and it stopped showing at logs. Reversed settings to my ip and logs started coming back. So I guess it is my device.

Anton Tananaev3 years ago

And which port you configured it to send data to?

jabbadabbadahat3 years ago

the tracker device sends data to port 8082

Anton Tananaev3 years ago

That explains the problem. You should probably read our documentation before asking for help.

  1. Port 8082 is only for the web app access. It should never be used for devices.
  2. Data that is sent to port 8082 will never show in the log, which means that your earlier claim is incorrect.
jabbadabbadahat3 years ago

Changed it to h02 protocol and now it works. Sorry for fuzz for some reason thought that the port has to be same as web interface/server.
Well I guess it was coincidence with me turning off for device for 2 minutes.