ignition and motion status

digvijay4 months ago

Hi,
position attributes examples:-

{"status":68,"ignition":false,"charge":true,"blocked":false,"batteryLevel":100,"rssi":2,"alarm":"tampering","distance":0.0,"totalDistance":150844.79939357034,"motion":false}

{"status":70,"ignition":true,"charge":true,"blocked":false,"batteryLevel":100,"rssi":1,"alarm":"lowBattery","distance":0.0,"totalDistance":7661.200351167603,"motion":true}

{"sat":8,"ignition":false,"distance":177.20680644762737,"totalDistance":122582.97880225287,"motion":true}
{"sat":4,"ignition":false,"distance":198.7168091749836,"totalDistance":6243.38765370688,"motion":true}

my device sending i ignition false status in motion state How to fix it.

Anton Tananaev4 months ago

That could be normal. Those are not connected. Motion is true when speed is not zero, which can happen if GPS location fluctuates a bit.

digvijay4 months ago

This motion status is correct because my vehicle is running, but I keep receiving that the vehicle is running with the ignition status being false.

Screenshot 2024-08-03 200920.png

Anton Tananaev4 months ago

Check the raw data against the protocol documentation to see if it's decoded correctly.