Can we link a geofence to the Alarm geofence notification

Victor Butlera year ago

I need some advice whether the following setup is possible:

  1. We create a regular geofence in Traccar (i.e. the geofence is managed by traccar, not by the device).
  2. Configure traccar to send an Alarm - geofence enter/exit, instead of sending the regular geofence enter/exit notification.

Is this possible to achieve somehow without the need to set it up on the device side?

Thank you!

Anton Tananaeva year ago

Not possible without code changes.

Victor Butlera year ago

Thank you Anton!

Victor Butlera year ago

Another question, can we assign Notification A to Geofence A and Notification B to Geofence B?

I am wondering whether it's possible to have different notification events for the different geofences.

RastreameMXa year ago

As you cannot set customized notifications (only the notifications that are already listed in Traccar), i think you cannot do exactly what you want.
But, if geofenceIds attribute shows number of geofence where device has entered (i'm not sure), then i'm thinking in a possible cheaty method that you could use, doing Attribute calculation from geofenceIds, and generating different Alarms depending what geofenceIds is received, using computed attribute to trigger notification. But i'm not sure if that could work.

Greets.