Geofences

Manuel47a year ago

Hi! Are Geofences broken in 5.12? In 5.7 worked great. Now a lot of users does not appear geofences in and out…

Log not tell anything.

Anton Tananaeva year ago

Works for me and most other people. Need more details to investigate. Ideally steps to reproduce on a clean server.

Peterroa year ago

Me too. Nothing in logs and a lot of my users hasnt got geofences notifications after update

Peterroa year ago

in my case in 5.8 works all great and...

sudo service mariadb stop
sudo service mysql stop
sudo service traccar stop
cd /opt/
sudo cp -r /opt/traccar/ /opt/traccar-/
sudo wget https://github.com/traccar/traccar/releases/download/v5.12/traccar-linux-64-5.12.zip
sudo unzip traccar-linux-*.zip
sudo ./traccar.run
sudo service mariadb start
sudo service mysql start
sudo service traccar start

and geofences does not shows in the registry.

Anton Tananaeva year ago

Need steps to reproduce.

Peterroa year ago

For example: In 5.8 when ALL vehicles go into geofence, shows notification Geofence IN. And you can see in the reports/summary the vehicle is in.

When I update to 5.12, when the same tracker go into and out the geofence, without touch anything, I dont recive any notification telling me the tracker is in or out geofence. Neither shows in reports/summary.

Maybe this help to you Mr. Tananaev?

Anton Tananaeva year ago

Doesn't help. It works for me.

Peterroa year ago

What do you need? If you tell me... give me... X I will try to give you X.

Anton Tananaeva year ago

I need exact steps to reproduce the problem on a clean server.