hello CWB Tracker,
managed to solve? I have the same problem...
I there, any news about this ? I have the same problem.
At least the second one will be support in the next release:
First one is also probably supported, but someone needs to test it to confirm.
I have 4.10 traccar version, and in the log shows
ST300ALT;511311670;45;311;20110101;00:25:38;529712;-23.303117;-051.151558;001.778;034.90;0;0;0;12.50;100000;59;000846;0.0;1;018A70FA1B0000;0;35001;724;4;-70;21143;1
but the ID 018A70FA1B0000 does not show in status field.
I believe we already discussed it here:
https://www.traccar.org/forums/topic/help-with-driver-identification-for-suntech-protocol/
but the issue is not resolved in this thread, suntech ST340UR devices still do not display the driver in the status.
need to change the suntech protocol and compile the traccar
if (protocol.equals("ST300") || protocol.equals("ST500") || protocol.equals("ST600")) {
#só acrescentar a linha abaixo
position.set(Position.KEY_DRIVER_UNIQUE_ID, values[values.length - 2]);
index += 1; // model
}
Master Anton, I use traccar 4.6 with suntech device, protocol 200 and 300, performing RFID and I-Button test, information sent in the string but does not appear in the status field.
Protocol 200.
Hex (I-Button)
Protocol 300.
Hex (RFID)
It is supported ?