Map custom params from Flespi

H C3 years ago

Hello everybody, right now I'm having issues on how to map params that come from Flespi Integration,

This is an Calamp Device, Calamp uses Accumulator to report certain values,

Example:
Accumulator 1: Internal Baterry
Accumulador 2: Vehicle Battery
.
.
.
Accumulator 15: RPM
Accumulator 16: Throttle Pos

Right now I'm receiving this info on my traccar server:

Accumulators info on traccar

So my question is, how can I correct map for example accumulator 15 value to Traccar RPM tag value?

Thank you all in advance.

H C3 years ago

This is the complete data from my device:

{
accumulator.1 : 4046
accumulator.10 : 103698033
accumulator.11 : 16403
accumulator.12 : 2500575626
accumulator.13 : 209981843
accumulator.14 : 0
accumulator.15 : 366
accumulator.16 : 13015
accumulator.17 : 5568
accumulator.18 : 175230000
accumulator.19 : 0
accumulator.2 : 13771
accumulator.20 : 59050
accumulator.21 : 1282
accumulator.22 : 1216
accumulator.23 : 2669
accumulator.24 : 13980
accumulator.25 : 0
accumulator.26 : 11620180
accumulator.27 : 365319
accumulator.28 : 0
accumulator.29 : 1030
accumulator.3 : 441288
accumulator.30 : 0
accumulator.31 : 15
accumulator.4 : 280932
accumulator.5 : 721
accumulator.6 : 0
accumulator.7 : 0
accumulator.8 : 0
accumulator.9 : 135
accumulator.exceed.threshold : 8388608
channel.id : 1152678
device.id : 4996865
device.name : ""
device.type.id : 274
din : 9
engine.ignition.status : true
event.enum : 1
gnss.status : false
gsm.network.roaming.status : true
ident : ""
message.buffered.status : false
network.signal.rssi : -65
peer : ""
position.altitude : 0.63
position.direction : 30
position.hdop : 0.8
position.latitude : 25.013634
position.longitude : -83.176483
position.satellites : 13
position.speed : 21.5
position.valid : true
protocol.id : 42
server.timestamp : 1677872392.338003
timestamp : 1677872390
}
Anton Tananaev3 years ago

You can use computed attributes.