additionally, What I received is :
{
"position": {
"id": 0,
"attributes": {
"priority": 0,
"sat": 18,
"event": 0,
"ignition": true,
"motion": true,
"workMode": 1,
"rssi": 3,
"gpsStatus": 1,
"batteryLevel": 98,
"io30": 0,
"io31": 26,
"io32": 81,
"io33": 7,
"io37": 24,
"io38": 32,
"io39": 42,
"io41": 32,
"io50": 99,
"io13": 0,
"io15": 1000,
"io36": 1037,
"io40": 243,
"io42": 637,
"io43": 0,
"io49": 4361,
"io51": 13320,
"io52": 11,
"io54": 0,
"io55": 12025,
"tripOdometer": 4000,
"odometer": 4000,
"io12": 2342,
"io11": 896211593,
"io238": 0,
"io14": 8329674358,
"distance": 30.55,
"totalDistance": 4061.5,
"hours": 644000,
"Eco Score": "A",
"Fuel Used GPS": 2.342,
"Fuel Rate GPS": 0.0,
"Signal Level": 3
},
"deviceId": 27,
"type": null,
"protocol": "teltonika",
"serverTime": "2020-08-18T11:37:59.654+07:00",
"deviceTime": "2020-08-18T11:37:57+07:00",
"fixTime": "2020-08-18T11:37:57+07:00",
"outdated": false,
"valid": true,
"latitude": -6.3004483,
"longitude": 106.6681466,
"altitude": 46.0,
"speed": 11.879054,
"course": 164.0,
"address": null,
"accuracy": 0.0,
"network": null
},
"device": {
"id": 27,
"attributes": {},
"groupId": 1,
"name": "B1320NRX",
"uniqueId": "359632106103234",
"status": "online",
"lastUpdate": "2020-08-18T11:37:59.655+07:00",
"positionId": 104734,
"geofenceIds": [],
"phone": "",
"model": "",
"contact": "",
"category": null,
"disabled": false
}
}
Hi,
Why I am unable to receive VIN (io256) from Teltonika FMB001? ..
I have tested it by sending sms command getvin and it returns correctly..
what I missed?
traccar.xml
<entry key='geocoder.enable'>true</entry> <entry key='geocoder.type'>nominatim</entry> <entry key='geocoder.url'>https://us1.locationiq.com/v1/reverse.php</entry> <entry key='geocoder.key'>xxxxxxx</entry> <entry key='forward.enable'>true</entry> <entry key='forward.url'>https://xxxxx/webhooks</entry> <entry key='forward.json'>true</entry> <entry key='event.forward.enable'>true</entry> <entry key='event.forward.url'>https://xxxxx/webhooks</entry> <entry key='filter.enable'>true</entry> <entry key='filter.invalid'>true</entry> <entry key='filter.zero'>true</entry> <entry key='filter.duplicate'>true</entry> <entry key='event.enable'>true</entry> <entry key='event.ignoreDuplicateAlerts'>true</entry> <entry key='processing.computedAttributes.enable'>true</entry> <entry key='processing.engineHours.enable'>true</entry>
tracker-server.log