Ignition Status

cristiandev92 months ago

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?

Cristian2 months ago

you can use the attribute copy

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

4574789554752 months ago

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

Anton Tananaev2 months ago
4574789554752 months ago

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

Cristian2 months ago

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

4574789554752 months ago

obrigado

cristiandev913 days ago

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?

Cristian13 days ago

What device is it?

cristiandev913 days ago

SL-44

cristiandev913 days ago

GT06 protocol

Cristian13 days ago

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.