Several doubts

smsoousa8 years ago

Hi, Anton.
I have some doubts, come if you can help me:

  1. When I make a route with the vehicle, the "routes" report works perfectly, but when I am going to issue a "trips" report, the route of stops and exits I made in that period does not appear 100%. What can it be?

  2. There are times when in the state of the vehicle, the ignition appears with its online / offline status, but has moments that disappear, why will it?

  3. What are attributes and aliases for? How to configure them? Can you cite an example?

  4. What is the status of each icon color?

  5. Is it possible for me to access the system from another login area? An external area with another form style.

  6. What are the steps to steps to change the database to mysql? I have how to use phpmyadmin to manage the database?

  7. The system issues an alert in the correct system area, but it does not inform where the alert came from, which user, of which vehicle, simply says "ignition off" but does not inform the vehicle license plate or user identification . Can you change that?

  8. How do I compile the code in netbeans? To generate the .run file

Forgive me so many doubts.

Anton Tananaev8 years ago
  1. You might need to adjust trip calculation parameters.

  2. You can use "processing.copyAttributes" config parameter.

  3. They are for renaming additional position attributes.

  4. It has been answered before. Please search before asking questions.

  5. I don't know what you mean by that.

  6. Please use SEARCH before asking questions!

  7. Please provide a screenshot.

  8. Please use SEARCH before asking questions!

smsoousa8 years ago

Anton, would that be more or less the configuration?

Example
  1. You might need to adjust trip calculation parameters.
    R: How could I do that?

  2. I don’t know what you mean by that.
    R: For example, suppose I have a website at www.teste.com, and there is a login area on this site, I would like to configure this login form so that when the user logs in with email and password, it is authenticated and redirected For traccar customer area.

Anton Tananaev8 years ago

Please read this:

https://www.traccar.org/configuration-file/

As for the login question, you would obviously have to modify your website code, but it's possible to create a session using API from your own login screen.

smsoousa8 years ago

It would be like this?

config
Anton Tananaev8 years ago

Yes, also you need to set "processing.copyAttributes.enable" to "true".

smsoousa8 years ago

I made the settings but did not see any results. The state of the device remains the same and no new taxes appear. Should I be forgetting something?

test test
Anton Tananaev8 years ago
  1. Have you restarted the server?
  2. Have you actually received an ignition value from the device at least once?
smsoousa8 years ago

Yes, I restarted the traction service.
Yes, ignition alarm has appeared on / off and ignition status on / off.

smsoousa8 years ago

But as I said, there are hours that appears and have hours that disappears, does not stay fixed in the state of the device.

Anton Tananaev8 years ago

If you are using the latest version and everything as you said in previous comments, it should work. If it doesn't, you must have missed something.

smsoousa8 years ago

Hi Anton, yes, I tried as you indicated, but it really did not work out. The files are straight, but it's as if it has not changed anything.

I did something like that but it did not work:

<form action="http://181.214.59.76:8082/" method="GET" enctype="application/x-www-form-urlencoded">
<input type="text" name="email" value="Usuário">
<input type="password" value="Senha" name="password">
<div class="submit">
<input type="submit" value="Entrar" name="submit" >
</div>
</form>
Anton Tananaev8 years ago

Please read the API documentation:

https://www.traccar.org/traccar-api/