You need to make a change in H02ProtocolDecoder.java line 69.
Which change must I do? Could you show me please?
Just remove the exclamation mark.
OK, now the ACC status works OK. Thanks a lot.
Hi Anton
Now I need to translate the status words (true, false) to spanish language ... How can I do this?
I want to show:
Ignition: true > Ignicion > Encendido
Ignition: false > Ignicion > Apagado
Thanks in advance.
Unfortunately there is no localization support for attributes at the moment, but you can change the name directly in the code.
Me too have the exact same problem,
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
Can you please help me on this? , i am not familiar with java coding
@sulfy, the issue is already fixed on GitHub. You can just wait for next Traccar release or build it from source yourself.
Dear Anton
I am using a Coban Tracker model GPS103B with Protocol H02 and Port 5013.
The data is arriving correctly to my server:
But there is a problem:
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
How can I correct this?
Which lines of code I need to change on source code v3.2 to correct it?
Regards,
Carlos