Ignition Status

cristiandev913 days 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?

Cristian13 days ago

you can use the attribute copy

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

45747895547513 days ago

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

Anton Tananaev13 days ago
45747895547513 days ago

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

Cristian13 days ago

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

45747895547513 days ago

obrigado