-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracker sends same records again and again #10
Comments
I've now debugged a little bit more. The number of data bytes, sent with the payload, is matching the count of records I create from the data. And this, is matching the numberOfData of the collectino. So, I don't see any problems here. Even if I use the numberOfData-bytes from the payload directly and return it with pack('N', ...), the tracker ignores it.... |
@uro can you help? |
Hey @lukasreusch Hmm, thinking about it now. It looks like the tracker is not acknowledging received data and resending it. Just in case, could you confirm on the teltonika configurator that the device can receive data? I see this as a problem if the amount of received data is 0. Otherwise, we can validate the checksums. |
Hi, I believe the same problem appeared to me. When the tracker sends the AVL package it hopes to get a response with a count of packages that were received. `[2022.10.06 14:23:07]-[NETWORK.PARSER] Parsing data from 0 socket, data len: 5 DUMP DATA START: [2022.10.06 14:23:07]-[NETWORK.PARSER] Server: 0, Record ACK received: 16777216, expected 21` Don't know why, but the tracker receives "01" at the beginning of message. |
Hey @algirdas-iterato did you solve this issue? |
Hi @uro or anyone with solution to this issue.
Anyone with a solution to this?`` |
I don't have any teltonika device atm. As you can find in the docs, the device will resend the payload if the confirmation checksum that you reply with does not match. I would validate what data you use to calculate the checksum. Then I would check what they expect.
This example shows an obvious problem here. Just check why they want you to send them 21. Is there something we're not reading from the device? I would also check for any updates to the teltonika software; maybe there is a new contract and something changed on the communication level. I can implement some changes but won't do the early debugging. Please help to find the issue. |
This comment was marked as outdated.
This comment was marked as outdated.
Hi @uro I have the same problem with the FMB965. It continue to sent the same records. Did you solve your problem? Thanks in advance |
@lukasreusch @salboy @uro @MPE-Danitech I got the same problem and solved it by providing the time to the device (FMxxx) to process the acknowledge from the server.
I hope it helps! |
Thanks @Du22. I'll try that next time I play with the FMB965. |
Hey guys,
I am trying to collect some data from my FMB965.
In general I am able to collect the data and writing it to a database.
But I have the problem, that tracker sends the same records again and again. The Last Server Response Time in the Configurator says 01.01.1970 01:00:00 (so, never?).
Something wrong with the Acknowledge-stuff?
Thank you!!
The text was updated successfully, but these errors were encountered: