Ignition Status

cristiandev9 last year

I have a device that doesn't always send the ignition status. How can I handle this in relation to notifications, so that empty statuses are not considered as a status change? Is there any configuration on the server that I can set up to address this?

Cristian last year

you can use the attribute copy

Captura de pantalla 2025-03-01 a la(s) 10.22.47 a.m..png

457478955475 last year

cristian where do you do this setting, because my j16 also only reports ignition when it wants ???

Anton Tananaev last year
457478955475 last year

so just copy
processing.copyAttributes.enable
and processing.copyAttributes in xml?

Cristian last year

<entry key='processing.copyAttributes.enable'>true</entry>
<entry key='processing.copyAttributes'>ignition</entry>

457478955475 last year

obrigado

cristiandev9 last year

I've already changed the settings and restarted the server, I've waited up to a few days, but the client continues to receive various notifications, the system understands that when the device doesn't send ignition information and then sends it as a status change. Any suggestions?

Cristian last year

What device is it?

cristiandev9 last year

SL-44

cristiandev9 last year

GT06 protocol

Cristian last year

It's not very clear to me what the problem is, I assume you have a power off and then it doesn't come in a couple of frames the data and then it comes in off again but Traccar interprets it as a change in status. Is that it? because if it was off and then comes on, that is a change of state.

it occurs to me that you can associate the ignition to the voltage through a calculated attribute.
If the ignition data comes and the voltage is not higher than a range you discard it, otherwise you validate it.