Geofences

Manuel4710 months 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 Tananaev10 months ago

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

Peterro10 months ago

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

Peterro10 months 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 Tananaev10 months ago

Need steps to reproduce.

Peterro10 months 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 Tananaev10 months ago

Doesn't help. It works for me.

Peterro10 months ago

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

Anton Tananaev10 months ago

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