Hello, do you need the current value? if so, the device reports it as "adc"
Hi @Guarave,
we want to copy it in location packets so we have using copyAttributes
Please note that copyAttributes is intended to copy the attributes from last position data if that specific attribute is missing in new reported position, it doesn't mean that it will grab any data from heartbeat token.
ok thanks for the clarification.
so in case of GT06 ignition comes only in heartbeat for some concox copy devices.Any suggestion how do we handle such cases.
If it is not supported by default, then you may need to modify the source code (decoder for heartbeat).
ok thanks.pls share some code sample if anybody has done such source code change as i am not a much into coding .it will be a help.
If you are unfamiliar with code, then it is better to go with paid support. If you want to get the paid support, please check this page:
https://www.traccar.org/product/professional-services/
We are getting igniton value in heartbeat packets and we want to copy it in location packets so we have using copyAttributes.Below is our settings but it is not working
<entry key = 'processing.copyAttributes.enable'> true </entry> <entry key = 'processing.copyAttributes'> charge,power,battery,hours,ignition</entry>
please help me if anybody also got the same type of issue and how did you resolve it.
I am attaching logs also...