TK05 from Kingneed - Battery info gone from "state" in webinterface

Thomas Mathiesen5 years ago

Hi all,

I am new to traccar. I had battery level yesterday, but not today in the webinterface.
I checked the hexcode from the log, and the battery level is sent:

(864768011624910,DW3B,291019,A,5904.80081N,01012.86341E,0.011,202456,000.0,-3.10,11,0)(864768011624910,ZC20,291019,202457,6,413,65535,255)

ZC20 is battery and 6 means full battery I believe?

How do I get that back in the traccar web interface?

Saif5 years ago

Try this

<entry key='processing.copyAttributes.enable'>true</entry>
<entry key='processing.copyAttributes'>battery,batteryLevel</entry>
Thomas Mathiesen5 years ago

Thank you Saif! Worked like a charm :D