What does "ac alarms" mean? I can add a mapping for it.
Hi Anton,
I have made my home work, i managed to build traccar using Netbeans after making a change on Gps103ProtocolDecoderProtocolDecoder.java adding this two lines:
case "ac alarm": return Position.ALARM_POWER_CUT;
I'm assuming that power cut is when the GPS is disconnected from external power supply is that ok?.
I manage to start the server using the generated traccar-3.8-SNAPSHOT-jar-with-dependencies.jar and the alarm get reported on the database but when i try to use the small one i got this errors and the server didnt start:
INFO | jvm 1 | 2016/12/01 18:38:18 | WrapperSimpleApp Error: Encountered an error running main: INFO | jvm 1 | 2016/12/01 18:38:18 | WrapperSimpleApp Error: java.lang.NoClassDefFoundError: com/ning/http/client/AsyncHttpClient
How i can make the jar to read the dependencies from the ones already installed on the server?
Thanks for your help
Versions or the libraries are different. If you want to use 3.8 binary, you should install full version of 3.8.
Hi,
I've been testing traccar for a few days with the modified from Vitaly Litvak gui and works very well, i thought that this issue was only using that web interface but now im doing some test using your default web interface and im having the same problem.
I'm trying to get the alarm signals for the Coban GPS which uses the GPS103 protocol, i manage to get the SOS alarm from the database in the table positions using the "attributes" field, i can get the following value:
The problem i have is that the "ac alarm" event is not going to the database, i know that the server is receiving the signal because i manage to identify this event in the log:
When i convert this in the HEX converter i get:
This particular event does not get to the database, is there any recommendation to get it working?
Thanks for your help.