you can use the attribute copy
cristian where do you do this setting, because my j16 also only reports ignition when it wants ???
so just copy
processing.copyAttributes.enable
and processing.copyAttributes in xml?
<entry key='processing.copyAttributes.enable'>true</entry>
<entry key='processing.copyAttributes'>ignition</entry>
obrigado
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?
What device is it?
SL-44
GT06 protocol
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.
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?