Ignition Status

cristiandev9a month 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?

Cristiana month ago

you can use the attribute copy

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

457478955475a month ago

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

Anton Tananaeva month ago
457478955475a month ago

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

Cristiana month ago

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

457478955475a month ago

obrigado