Hi,
I have a problem with incoming data from sigfox. The Callback works and I do get the status updates. As soon as the device is moving, traccar is not able to decode the data Stream. I think it is a Problem with the payload. Following payload works:
00cd90941e79ac48079100b9
That is when the device is NOT moving, as soon as it is moving, the payload changes:
10328c941e9fb448070000b9
Every status with a non moving device is accepted in traccar, as soon as the device moves: Error:
2020-05-25 21:28:58 INFO: [90bcfeb6: sigfox < 185.110.97.84] HEX: 504f5354202f20485454502f312e310d0a636f6e74656e742d6c656e6774683a203135300d0a6163636570742d6c616e67756167653a2066720d0a686f73743a20747261636361722d30312e6b706c6e2e64653a353135340d0a636f6e74656e742d747970653a206170706c69636174696f6e2f6a736f6e0d0a6163636570742d656e636f64696e673a20677a69702c6465666c6174650d0a757365722d6167656e743a20534947464f580d0a6163636570742d636861727365743a205554462d383b713d302e392c2a3b713d302e370d0a0d0a7b0d0a202022646576696365223a22424642313736222c0d0a20202274696d65223a313539303433343531372c0d0a20202264617461223a22313063643862393431656133626234383037386630306239222c0d0a2020227365714e756d626572223a32382c0d0a202022646576696365547970654964223a22356563623862666163353633643632306363396536373938220d0a7d
2020-05-25 21:28:58 WARN: [90bcfeb6] error - readerIndex(12) + length(1) exceeds writerIndex(12): UnpooledHeapByteBuf(ridx: 12, widx: 12, cap: 12/12) - IndexOutOfBoundsException (... < SigfoxProtocolDecoder:193 < ExtendedObjectDecoder:51 < ... < WrapperContext:102 < ...)
2020-05-25 21:28:58 INFO: [90bcfeb6] disconnected
Help appreciated.
Hi,
I have a problem with incoming data from sigfox. The Callback works and I do get the status updates. As soon as the device is moving, traccar is not able to decode the data Stream. I think it is a Problem with the payload. Following payload works:
That is when the device is NOT moving, as soon as it is moving, the payload changes:
Every status with a non moving device is accepted in traccar, as soon as the device moves: Error:
Help appreciated.