Getting other events but not Command Result - gps103

Gaurav2 years ago

I am getting other events but not getting Command Result in event,
Any ideas what can be the issue or how to get the command response as event.

Here's the event for Ignition Off

{events: [{id: 8569604, attributes: {message: Device 1 ignition OFF at 2024-01-11 15:51:45}, deviceId: 3209, type: ignitionOff, eventTime: 2024-01-11T15:51:45.000+00:00, positionId: 19071096, geofenceId: 0, maintenanceId: 0}]}

I have also turned on notification for Command Result.

Anton Tananaev2 years ago

Probably either your device doesn't send command results or they're not supported on the server.

Gaurav2 years ago

Is it possible that the Command Result is getting stored in the logs?
I am currently using demo server so cannot access the logs.

Also if in case it stores response in logs, Is there any feasible way to get the data from logs to the frontend?

Anton Tananaev2 years ago

In the logs there will be all the raw data, so it's possible that the response is there.

As for getting the logs, it's not possible in the current version.

Gaurav2 years ago

I was wondering if you could kindly check the log files of the demo server to see if there are any command responses from the device.
The details are as follows:

IMEI : ******************
Url : http://46.101.24.212/
Port: 5001

Your assistance would be greatly appreciated. Thank you!

Anton Tananaev2 years ago

Sorry, but we don't provide support for demo servers.

Gaurav2 years ago

image
The gps103 protocol documentation says that it provides a response to commands, Also Traccar supports gps103 protocol.

Can you please suggest any other workarounds or ideas we can try to get a response from the device?