Skip to content

Instantly share code, notes, and snippets.

@gmarfjan
Created June 1, 2020 11:45
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save gmarfjan/e088d839d996effe71e5d99af93a873b to your computer and use it in GitHub Desktop.
Save gmarfjan/e088d839d996effe71e5d99af93a873b to your computer and use it in GitHub Desktop.
Commands for managing a tk-start tk915 GPS tracker

TKSTAR-TK915 SMS Commands

Nota

  • <space> means space character

  • <phone number> like 00330612345678 (prefer international format)

Table 1. Admin commands
Description Command Response Comment

Change password

password<current password><space><new password>

password ok

Enable admin phone number

admin<password><space><phone number>

admin ok

Up to 5 phone numbers.

Disable admin phone number admin

noadmin<password><space><phone number>

noadmin ok

Table 2. Configuration commands
Description Command Response Comment

Reset hardware

begin<password>

begin ok

Check the device

check<password>

device informations

Timezone setting

timezone<password><space><timezone>

time ok

ex: timezone123456 +2

Table 3. Network commands
Description Command Response Comment

Enable GPRS

gprs<password>

gprs ok

Disable GPRS

nogprs<password>

nogprs ok

Set APN

apn<password><space><APN name>

apn ok

Set APN user

apnuser<password> <APN username>

apnuser ok

Set APN password

apnpassword<password> <APN password>

apnpassword ok

Table 4. Alarm commands
Get position g<password># location informations

Enable shock detection

shock<password>

shock ok

Disable shock detection

noshock<password>

noshock ok

Sleep after 10min

sleep<password><space><time>

sleep time ok

Sleep by shock after 5min

sleep<password><space>shock

sleep shock ok

Disable sleep mode

sleep<password><space>off

sleep off ok

Enable alarm when move

move<password><space><distance in meter>

move ok

ex: move123456 500 (over 500m)

Disable alam when move

nomove<password>

nomove ok

Enable over-speed alarm

speed<password><space>080

speed ok

ex: speed123456 080 (over 80km/h)

Disable over-speed alarm

nospeed<password>

nospeed ok

Enable Auto location

t<time w/ 3 digits><time unit s/m/h><occurs w/ 3 digits>n<password>

location informations

ex:

* t030s005n123456 send location every 30s, 5 times.

* t001h001n123456 send location every hour, 1 time.

* t005m**n123456 send position every 5min

*time: from 20sec / cycle between 000 and 255.

Disable Auto location

notn<password>

notn ok

@5p0ng3b0b
Copy link

@Lucas-allard
I don't have this device anymore but I had it working on a traccar server I set up using port 5093. AFAIK, the device uses 'watch' protocol.
https://www.traccar.org/devices/
https://www.traccar.org/protocols/
Some java decode/encode/test stuff here.
https://github.com/traccar/traccar/tree/master/src/test/java/org/traccar/protocol
Hope it is of some help!

@kaluxxx
Copy link

kaluxxx commented Mar 20, 2024

@5p0ng3b0b
Thanks for your reply! After searching a bit (thanks to the leads you provided) I have the impression that my tk-905 uses another protocol, the Huabao protocol.

Thanks again for your reply, which has given me some ideas for further research.

@orangelizard
Copy link

Hi I have two tk918's I am trying to add them on one email account to use on mytkstar or winnes. When I try to add one of them that works fine. If I then try to add the second one it says "no permission" I've tried RESET123456 on it but to no avail. I can log in to both separately fine using the login by ID. Just not log in by username with my account email. I've tried the winnes app and mytkstar app. Any ideas? Kind regards Jason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment