How can I send commands to Sinotrack st-907 like turn off the engine or turn on the engine, this can be done using SMS, the commands will be 9400000 and 9410000. I need to send requests using a code. Maybe someone can rest api sinotrack?
Sinotrack st-907 How to send engine shutdown commands using requests/code
Tronnelkan follow this article to build REST API command for sinotrack using flespi commands UI.
And you may try our AI assistant from the chat located in top right corner of your flespi.io account. Most of the time it provides great answers. If it will not work let us know in the chat to assist you further.
Hello shal, i need some urgent help regarding this same issue of unlocking through rest api
MuhammadUmairAsif please use chat to address your issue.
- Edited
Hello Shal, its a bit urgent, any favor would be highly appreciated, we connected the devices on flespi, ran through the sms code and the cut off command ( for locking/unlocking ) worked perfectly fine, however when we tried through internet through REST API, the command processes successfuly but the ignition status doesn't change, we are very confused at the moment. Following is the code used by our team
curl -X POST -d '[{"name":"custom","properties":{"payload":"9400000"}}]' 'https://flespi.io/gw/devices/6067472/commands' --header 'Content-Type: application/json' --header 'Authorization: FlespiToken <TOKEN>'
we have just failed again and again to unlock bike through gprs
MuhammadUmairAsif I removed the token from your post and in general suggest you never share it anywhere. Its like a password from your account.
On any questions please use the chat only. We do not support on a forum.
Oh,ok, thanks for this,i am a new user, our issue has still not resolved, we talked to flespi team and they were also not able to figure out, they said that sinotrack's documentation is incorrect. I have searched everywhere from linkedin to reddit, couldn't find the solution,