vitalidze / traccar-web

Traccar Web UI mod
http://traccar.litvak.su/
151 stars 145 forks source link

Ignition state of GPS103B with Protocol H02 and Port 5013 is not show correctly #764

Open onethings opened 8 years ago

onethings commented 8 years ago

Hi, Ignition state of GPS103B with Protocol H02 and Port 5013 is not show correctly.

When the ACC signal is in off state (no power in ACC wire), the Web GUI shows Ignition = True When the ACC signal is in on state (12V power in ACC wire), the GUI shows Ignition = False

But i can't find https://github.com/tananaev/traccar/blob/master/src/org/traccar/protocol/H02ProtocolDecoder.java#L69 to edit. In web-ui mod where can i edit the ignition status.

vitalidze commented 8 years ago

This file (and actually all protocol decoders) is in another project, usually called traccar "backend". You can update it there, then rebuild the tracker-server.jar file by following these instructions: https://www.traccar.org/build/

onethings commented 8 years ago

ok, Thank you very much.