I'm guessing that commands are incorrect.
Hello Tananaev,
How do I check command is correct or not?
I am using 'SAVED COMMAND' -> SET SOS Number, and my device uses GT06 Protocol.
And I want to know battery status frequently
And I need one more help, I am trying to add the device from DB directly and then see the dashboard (Traccar Web), But the device is not displaying there. I want to create a custom form and submit device to the traccar interface.
Quick Help Really appreciated.
Thanks and Regards,
Nayab
You need to ask device vendor for correct command format. Also I'm not sure why you are using saved command.
Traccar has internal cache, so when you modify database it's not reflected until you restart service.
0x41SOS number
Server sent to the device
Start bit 2byte Packet length 1byte Protocol number 1byte Number end bit 2byte
eg.7878 07 41 3133353333333333333333 0D0A
The number is based on ASCII encoding, 3133353333333333333333 converted to
13533333333
0x42 Papa/Father’s number
Server sent to the device
Start bit 2byte Packet length 1byte Protocol number 1byte Number end bit 2byte
eg.7878 07 42 3133353333333333333333 0D0A
The number is based on ASCII encoding, 3133353333333333333333 converted to
13533333333
0x43 Mother's number
Server sent to the device
Start bit 2byte Packet length 1byte Protocol number 1byte Number end bit 2byte
eg.7878 07 43 3133353333333333333333 0D0A
The number is based on ASCII encoding, 3133353333333333333333 converted to
13533333333
ABove are command, but i m not sure how do i use it
I don't think the format is correct. Please provide official vendor documentation for the commands.
Hello,
Please find provider command document
http://35.158.97.10/staging/Command%20manua(1).docx
Please let me know how to set SOS Number and When any one press SOS where do it record in DB
The format is very different from GT06, so I guess it's different protocol.
Hello Tananaev,
I am facing issue with following :
My Device is having GT06 Protocol, and I am trying to achieve the following :
To do, SOS number I have created a command for SOS and assign that command to my device but this number not getting updated.
To do, Battery Alert I have created a command and assigned but not getting any battery status.
Thanks for the help in advance.