FMB001 event id 253 received but there is no indicator what type or harsh is it?

Primtek22 days ago

Re to: https://wiki.teltonika-gps.com/view/FMB001_Teltonika_Data_Sending_Parameters_ID

Driving behavior io event id is: 253 which:

1 - Harsh acceleration
2 - Harsh braking
3 - Harsh cornering

and re to tc_positions, I found the following:

{"priority":1,"sat":5,"event":253,"motion":true,"io80":5,"rssi":5,"io200":0,"io69":1,"io113":100,"io263":1,"io303":1,"io251":0,"io246":0,"io252":1,"pdop":3.4000000000000004,"hdop":2.5,"power":0.0,"io24":0,"io206":1206,"battery":4.025,"io68":0,"io13":9,"axisX":581,"axisY":567,"axisZ":-19,"io15":1000,"operator":51010,"tripOdometer":763,"odometer":62152570,"io12":2243960,"io449":1677506,"io11":894447750000,"io238":0,"io258":277965954284121,"io14":2591315,"io387":"2d3036323437352e323333332b313036363236312e393636372b3030302e3032342f","distance":18.79675704796513,"totalDistance":567794.2598201991,"Fuel Rate GPS":0.09,"batteryLevel":100,"Eco Score":10.0,"ICCID1":"894447750000","ICCID2":"2591315","GSM":"Best","hours":113156930,"ignition":false,"vin":"MHRRW1880NJ202703","io36":1608,"rpm":1608}

and yes, it received event = 253, but how to determine the harsh type (harsh acceleration or braking or cornering)?

anybody can give me a clue or advice?

Cristian22 days ago

your device must report io253

Don22 days ago

yes, I have checked in tc_positions:

some have alarm "hardBraking" but no io253 but the others only have event:253 without alarm, any suggestion?

== with event 253 with alarm but no io253

{"priority":1,"sat":14,"event":253,"ignition":true,"motion":true,"io80":5,"rssi":5,"io200":0,"io69":1,"io113":99,"io263":1,"io303":1,"io251":0,"alarm":"hardBraking","io246":0,"io252":1,"pdop":1.0,"hdop":0.6000000000000001,"power":0.0,"io24":0,"io206":1206,"battery":3.852,"io68":0,"io13":7,"axisX":-332,"axisY":668,"axisZ":-867,"io15":0,"operator":51010,"tripOdometer":0,"odometer":60021288,"io12":1940608,"io449":1047843,"io11":894447750000,"io238":0,"io258":3800999196986,"io14":2591307,"io387":"2d3036323730322e323636372b313036363138302e363030302b3030302e3036332f","distance":8.510348969904264,"totalDistance":64.1001041592166,"hours":-2809610000}

== event 253 only

{"priority":1,"sat":0,"event":253,"ignition":true,"motion":true,"io80":5,"rssi":4,"io200":0,"io69":2,"io113":96,"io263":2,"io303":1,"io251":0,"io246":0,"io252":1,"pdop":0.0,"hdop":0.0,"power":0.0,"io24":0,"io206":1206,"battery":3.8850000000000002,"io68":0,"io13":9,"axisX":-275,"axisY":295,"axisZ":-2037,"io15":1000,"io260":6200,"operator":51010,"tripOdometer":28,"odometer":62166187,"io12":2251481,"io449":1693447,"io11":894447750000,"io238":0,"io258":277820026189756,"io259":278679000840524,"io14":2591315,"io387":"2d3036323730312e303636372b313036363138322e343833332b3030302e3030302f","distance":0.0,"totalDistance":607094.4495683591,"ICCID2":"2591315","Eco Score":10.0,"ICCID1":"894447750000","Fuel Rate GPS":0.09,"GSM":"Good","hours":118307930,"vin":"MHRRW1880NJ202703","io36":779,"rpm":1608}

see the last row of the event 253 only above at the last line ==> io36 value is also different with the rpm value

Cristian22 days ago

priority=0 sat=14 event=239 ignition=true motion=true rssi=2 io200=0 io69=1 io113=82 io30=0 io31=16 io32=27 io33=249 io35=24 io37=33 io38=8 io39=22 io41=0 io48=63 pdop=0.5 hdop=0.30000000000000004 power=14.344 battery=3.919 io68=0 io36=1631 io43=0 io51=14394 io52=15 operator=73001 odometer=43273130 distance=23.731054708999068 totalDistance=980334.0291880192 fuel=30.24 batteryLevel=82 rpm=1631 color=success hours=173606970

priority=0 sat=15 event=0 ignition=true motion=true rssi=3 io200=0 io69=1 io113=82 io30=0 io31=14 io32=32 io33=11 io35=28 io37=25 io38=13 io39=22 io41=0 io48=63 pdop=0.5 hdop=0.30000000000000004 power=14.33 battery=3.919 io68=0 io36=1269 io43=0 io51=13617 io52=32 operator=73001 odometer=43273218 distance=67.90932640716966 totalDistance=980418.5942180075 fuel=30.24 batteryLevel=82 rpm=1269 color=success hours=173625970

I shared 2 examples with you because of the io36 and rpm, the value is the same, I don't know why in your case you have different values. All the ones I checked match the values

Don21 days ago

Hi Christian,

I suspect the following config:

        <entry key='filter.enable'>true</entry>
        <entry key='filter.zero'>true</entry>
        <entry key='filter.duplicate'>true</entry>
        <entry key='filter.outdated'>true</entry>
        <entry key='processing.copyAttributes.enable'>true</entry>
        <entry key='processing.copyAttributes'>power,ignition,vin,rssi,io239,io21,io36,io13,io15,io12,rpm,io253,io255</entry>
        <entry key='web.shareDevice.commands'>true</entry>
        <entry key='web.shareDevice.reports'>true</entry>

can you share yours? or do I need to add something there?

Kaloyan Kanev21 days ago

Remove io36 and rpm from processing.copyAttributes.

Cristian21 days ago

I do not use the following

<entry key='filter.outdated'>true</entry>
<entry key='web.shareDevice.commands'>true</entry>
<entry key='web.shareDevice.reports'>true</entry>

neither io36 in the copy of attributes

Don20 days ago

thanks all, it works now, but I still finding why we don't receive the io253

Kaloyan Kanev20 days ago

Because is not sented by device, but you handle it with processing.copyAttributes

Primtek20 days ago

but I don't use copyAttributes any more

Don19 days ago

I check tc_positions, there are some event: 253 but no io_253

{"priority":1,"sat":0,"event":253,"ignition":true,"motion":true,"io80":5,"rssi":0,"io200":0,"io69":2,"io113":0,"io263":1,"io303":1,"io30":0,"io31":21,"io33":0,"io35":24,"io37":15,"io38":252,"io41":9,"io50":100,"io251":0,"io246":0,"io252":0,"pdop":0.0,"hdop":0.0,"power":14.258000000000001,"io24":0,"io206":1206,"battery":4.128,"io68":0,"io13":9,"axisX":-17,"axisY":-68,"axisZ":-4,"io15":1000,"io36":948,"io42":371,"io43":0,"io45":403,"io49":9443,"io51":14537,"io52":20,"io260":1455,"operator":0,"tripOdometer":0,"odometer":62248878,"io12":2263612,"io449":1715653,"io389":63568,"io390":440,"io11":894447750000,"io238":0,"io258":665734479579,"io259":30072897499,"io14":2591315,"io387":"2d3036323731302e373333332b313036363136392e313833332b3030302e3034342f","vin":"MHRRW1880NJ202703","distance":151.00355261155474,"totalDistance":699355.1521292358,"ICCID1":"894447750000","hours":154252759}

Cristian19 days ago
Primtek19 days ago

yes I do, the differences are only I enable the following:

  • Eco driving duration, average and max

let me try to disable them

Kaloyan Kanev19 days ago

The io260 is exactly Eco driving duration

Cristian19 days ago

Primtek, could you test to put FMB001 in the device model?