My scenario:
Observed issue:
Some of these trackers have a strange behavior: they appear in the MySQL [into table tc_devices and tc_positions], they also appear in the file traccar.logs [everything perfect, without any error or warning], but it does not appear in the Traccar web.
I tried stop and restart de Traccar service, but unfortunately did not work.
So, I stop the services again, I delete these devices direct on MySQL and restart the Traccar service. So now work! [ the tracker received a new Id/deviceId]
I would like to know if is there a tool or procedure to delete a device, that is not showing on Traccar web without need to stop the Traccar service all the time that it occurs.
JB
Have you linked your device to the user? I don't see anything about it in your comment.
Sorry, complementing:
the tracker is set to appear, also automatically, in group 1:
<entry key='database.ignoreUnknown'>false</entry>
<entry key='database.registerUnknown'>true</entry>
<entry key='database.registerUnknown.defaultGroupId'>1</entry>
<entry key='database.registerUnknown.defaultCategory'>car</entry>
After delete then of MySql, all appear on traccar web normally
JB
Is there a command to cache of traccar reread the mysql data without need to restart the service?
My scenario:
Observed issue:
Some of these trackers have a strange behavior: they appear in the MySQL [into table tc_devices and tc_positions], they also appear in the file traccar.logs [everything perfect, without any error or warning], but it does not appear in the Traccar web.
I tried stop and restart de Traccar service, but unfortunately did not work.
So, I stop the services again, I delete these devices direct on MySQL and restart the Traccar service. So now work! [ the tracker received a new Id/deviceId]
I would like to know if is there a tool or procedure to delete a device, that is not showing on Traccar web without need to stop the Traccar service all the time that it occurs.
JB