batteryLevel showing more then 100

Ashok Chandra3 months ago

batteryLevel always showing more then 100 is this percent value or i need to convert it to percent

[
    {
        "id": 23919,
        "attributes": {
            "iccid": "8991102205722417239",
            "distance": 0,
            "totalDistance": 9138638.943187226,
            "motion": false,
            "sat": 13,
            "ignition": false,
            "status": 5,
            "rssi": 4,
            "batteryLevel": 240,
            "hours": 61235000
        },
        "deviceId": 3,
        "protocol": "gt06",
        "serverTime": "2024-01-22T07:25:09.000+00:00",
        "deviceTime": "2024-01-22T07:25:09.000+00:00",
        "fixTime": "2024-01-22T06:56:45.000+00:00",
        "outdated": false,
        "valid": true,
        "latitude": 28.747718333333335,
        "longitude": 77.16498499999999,
        "altitude": 0,
        "speed": 0,
        "course": 18,
        "address": "Delhi, DL, IN",
        "accuracy": 0,
        "network": null,
        "geofenceIds": null
    }
]
Anton Tananaev3 months ago

It probably means that the protocol your device using is slightly different from what's implemented in Traccar. Do you have the protocol documentation and HEX samples?