What you did seems correct, assuming config matches what you have on the device. So, you don't get any location data?
No, no location data.
I have added both the Serial Number and also the IMEI.
Also, I am running the latest firmware (AAa4-1133KB1.1-3c74751)
I had reset the device back to factory before configuring it (:udcmd factory)
Is that everything you see in the log?
2021-10-20 19:05:35 INFO: [c62df06b: xt2400 < 31.210.232.53] HEX: 000b8d4afe016170687601c93363fa2537370d4d000000000118000009080000000000008a0016000000000000000007
2021-10-20 19:07:09 INFO: [c62df06b: xt2400 < 31.210.232.53] HEX: 000b8d4afe01617068dc01c93368fa2537090d88000007ec0a088a0017000000000008
2021-10-20 19:07:19 INFO: [c62df06b: xt2400 < 31.210.232.53] HEX: 000b8d4afe00617068e701c9336cfa2536fe0da1000007ec0a098a0017000000000009
2021-10-20 19:40:12 INFO: [b13d231a] connected
How come message lengths are different?
I had changed the PCR on the device with another one I found on this form to see if it worked, but as you can see, it did not...
Did you change the config?
No, because immediately after I made the change to the device, I read further in that thread and you told the other user the "correct" pcr to use so I changed it back.
I have tested your sample with configuration and it turns out your config is incorrect. You are missing colon. It should be:
<entry key='xt2400.config'>
:wycfg pcr[0] 000f01030406070809570a131217141005
</entry>
Can you please link me to the place where you got this config from, so I fix it for future.
Here is the URL for the page that contained the incorrect code:
https://www.traccar.org/forums/topic/xt2469-configuration-issue/page/2/
I will give the new code a test and report back.
Tested, and this DOES work now that I corrected the missing colon.
Thank you!
Hello,
I see that the XT2400 binary version is supported in traccar. However, I havent been able to find any details on how to get it connected.
There are 2 or 3 posts in the forum about the topic, but no conclusive data. Has anyone succeeded in getting this device to work?
I have pointed my device to my local instance on port 5138
I do see HEX data coming in the logs, so I know the device is connecting:
<entry key='xt2400.config'> wycfg pcr[0] 000f01030406070809570a131217141005 </entry>
Does anyone know what changes need to be made to get this hardware to work on Traccar?