ICCID information missing sometimes

erickjohne2 years ago

Hi guys,
I hope you are all well,

I was trying to find a similar post about this, but as I haven't found I decided to create a new post,

For some devices when we click on State, to see the information, the ICCID from the sim card does not show up, but for some others it works fine,
Therefore

A question, is there any attribute or change that we can setup in the server to show the last ICCID information from the last simm card that was reported to the server?

Rgds

Anton Tananaev2 years ago

You can use attributes copying.

erickjohne2 years ago

Hi Anton

I'm using this on traccar.xml

        <entry key='processing.computedAttributes.deviceAttributes'>true</entry>
        <entry key='processing.copyAttributes.enable'>true</entry>
        <entry key='processing.copyAttributes'>ignition,blocked,motion,power,battery,batteryLevel,sat,rssi</entry>

Is this what you are talking about?

Anton Tananaev2 years ago

Something like that, but you have to add ICCID there.

erickjohne2 years ago
    <entry key='processing.computedAttributes.deviceAttributes'>true</entry>
    <entry key='processing.copyAttributes.enable'>true</entry>
    <entry key='processing.copyAttributes'>ignition,blocked,motion,power,battery,batteryLevel,sat,rssi,iccid</entry>

Thank you Anton, will try like that and revert after tests