Hi Fredric,
Anton will help integrate MT700 on traccar and it may release soon in the next traccar version.
Thanks,
Mictrack
Great to hear. Our testing so far has been good with the units... Not that I had any doubts. First event for them to get used at is in a few weeks and the battery life is just great. One minute updates and it ran for just over two weeks with LTE-M. Most events are 2-3 days so can turn the devices on during the setup the day prior and not worry about them till clean up a few days later.
Hi Fredric,
Thanks for your feedback.
You may test on Mode 1, Mode 1 the power consumption is the biggest because the Network and GPS will always on.
As our actual test in Mode 3 the standby current is less than 1.5uA and this is the video for the test.
https://youtu.be/s94OteBE7qM
Thanks,
Garin
Hi Fredric,
Anton has finished the integration and it will available in the next version
https://github.com/traccar/traccar
Thanks,
Mictrack
Hi Fredric,
The latest version supported Mictrack MT700 and you can find it on the device list:
https://www.traccar.org/devices/
Thanks,
Mictrack
So there is an issue with the new version, Just upgraded and the MT700's are all throwing:
error - NullPointerException (FilterHandler:84 < *:161 < *:200 < BaseDataHandler:27 < ... < *:29 < ... < ExtendedObjectDecoder:61 < ...)
I will open an issue on github.
Thanks Fredric.
tananaev made a fix and I just compiled those changes and checked and it's all good.
https://github.com/traccar/traccar/commit/0d491bc058de127bbcc8c014fe9a18e89544f1bb
Hello, I am using the MT700 devices from Mictrack and they are working to the TLT2H port at the moment. But the devices send the battery voltage string but that's not in the TLT2H decoder it looks like. If i hexdecode the raw data I see the battery voltage but traccar itself isn't.
Mictrack provides a protocal data sheet:
https://www.mictrack.com/downloads/protocols/Mictrack_Communication_Protocol_For_MT700_V1.0.pdf
Example string:
the #38 is 3.8volts
If it is not to much trouble can this get ether added to the TLT2H decoder or a fresh decoder added for the MT700 devices please.
Thanks,