I don't know what you mean by that. Also, for any feature requests you should use GitHub.
The device reports battery, RSSI, Adc1 and adc2. But it does not always display in the State block on the map. My question/suggestion is can it be displayed and then overwritten with new information when it arrives? Or is it a decoder issue? Speaking of in the logs I can decode android and ios hex but the device hex is gibberish.
Excel link showing information that is gathered by Traccar export. (Lat, Lon address columns removed)
link
You can use attributes copying if you to keep values that are not present in every message:
Thanks, that is an improvement but not a perfect solution, some times it misses all fields or just some of the fields that are not persistent in the messages.
It shouldn't happen.
Well in my previous life as a programmer and computer support I came to the realization that things that should not happen do! Caused by Users, programmers and Murphy's Law, or maybe it's little green men from Mar, I never did figure it out.
Traccar.xml
<entry key='processing.copyAttributes.enable'>true</entry>
<entry key='processing.copyAttributes'>"battery,rssi,adc1,adc2"</entry>
Battery is the most important one to me but there are times it is not displayed, this example is a well behaved one as it only swings between two different states/displays. But that is not always the case.
I have added to traccar.xml
<entry key="filter.enable">true</entry>
<entry key="filter.invalid">true</entry>
The problem most likely is that they come at the same time. Please provide logs.
This happens due to the way the decoder processes heartbeat/location/event packets.
If you get an event packet it does not contain lots of the adc/battery/rssi etc data, if you are on V1 protocol then the status of of device (ie ACC on) is not included but in V2 they added this in which helps. Also V2 protocol includes lots more data on the location packets.
In my version of the eelink decoder I always pull the last track then put the new data into it. I need to finish it off then get it merged in.
On the next update can Traccar server display fields that are not constantly displayed. Leave field data there till overwritten.
Side by Side Comparison
Link