Multiple geofence enter/exit events and notifications

Goutham2 years ago

Please help... this is creating a mess in our system... unable to manage our business without correct geofence events.

Anton Tananaev2 years ago

Are you sure you're using the latest version of Traccar?

Goutham2 years ago

Yes.. i am on 5.12

Anton Tananaev2 years ago

OK. So have you checked the locations you receive and the geofence boundaries?

Goutham2 years ago

Yes... The vehicle is moving through the day and we have geofence created in one place.
Vehicle starts in the morning and comes back on the evening. Geofence is created in this location.

We have many vehicles, all of them have the same problem

Anton Tananaev2 years ago

And absolutely no errors in the logs?

Goutham2 years ago

Nope, none...

Also, please check the events for top few devices;

select count(*) as eventcount, deviceid from tc_events where type like '%geo%' and eventtime > '2024-03-11' group by deviceid order by eventcount desc;

 eventcount | deviceid 
--------+----------
   3555 |   439285
   2747 |   439386
   2652 |   439312
   2547 |   439313
   2465 |   439316
   2432 |   439290
   2323 |   439308
   2227 |   439309
   1433 |   439317
    866 |   439318
    756 |   439404
    742 |   439310
    630 |   438304
    620 |   438357
    580 |   439411
    469 |   439307
    387 |   439405
    246 |   439271
    236 |   439397
    200 |   439294
    172 |   439283
    165 |   439291
    159 |   439295
    155 |   439396
Goutham2 years ago

I see a few WARN messages though... with error in them

Geocoder network error - HTTP 429 Too Many Requests - ClientErrorException (... < JsonGeocoder:126 < NotificationManager:120 < *:163 < BaseEventHandler:40 < ...)
Anton Tananaev2 years ago

Previously I asked to check the locations. Have you actually checked it? Can you please provide a screenshot.

Goutham2 years ago

How do I add image here? Do I have to upload to a drive and share link here?

Anton Tananaev2 years ago

Yes, that works.

Goutham2 years ago

Meanwhile, here is the summary of a vehicle for today

Device	Start Date	Distance	Average Speed
MP28G2443	2024-03-12	82.15 km	7.16 km/h
Anton Tananaev2 years ago

Dumping random unrelated data doesn't help at all. In fact it makes it worse.

Goutham2 years ago
Anton Tananaev2 years ago

This doesn't look like official Traccar and I also don't see individual points. And I don't see the geofence boundary. I think I'm giving up on this. It doesn't look like you're very interested in investigating it. It seems like you're just dumping random data without putting any thought to why it's needed and what we're looking for.