Problem with Wialon IPS M-type message parsing

ELSE a year ago

Hello.
I tried to send to Traccar message with text only ("chat with drivers") M-type Wialon IPS. Russian|English letters are not matter.
2.png
1.png

Traccar got it right but two problems are:

  1. RESULT variable includes CRC16 of parsed inbound message (20FF). Although expected MESSAGE
  2. Coordinates are set to 0.0 and the device are pointed at 0.0

Could you fix it?

ELSE a year ago

I checked properly.
"2. Coordinates are set to 0.0 and the device are pointed at 0.0" - Is my mistake. Traccar shows last position correctly as expected. Sorry

Anton Tananaev a year ago
ELSE a year ago

In the link the behaviour of coordinates is invalid (via message D-type) - NA;NA;NA;NA leads to 0,0.
M-type message's behaviour of coordinates is correct. Only RESULT's value is wrong.

ELSE 10 months ago

Hello.
So, what about :
"2. RESULT variable includes CRC16 of parsed inbound message (20FF). Although expected MESSAGE?"

Anton Tananaev 10 months ago

That probably needs to change. Feel free to send a pull request or create a GitHub ticket.