I found myself wanting Pushover notifications for Traccar on stop/start events and ultimately moved most of the relevant logic into an external script (I am much better at Python than Java!). Sharing here in case anyone else has a use for it.
https://github.com/sbma44/traccar-event-handler
Isn't pushover supported natively now?
Ha! Looks like I just missed that functionality! Well, I'll add that my script does a few other things, in the hopes that it's a useful starting point for others:
- fetches static map images for those Pushover notifications via the Mapbox Static Images API
- reverse geocodes stop addresses for same
- publishes status to an MQTT server
- uploads completed trips as GeoJSON traces to S3
I found myself wanting Pushover notifications for Traccar on stop/start events and ultimately moved most of the relevant logic into an external script (I am much better at Python than Java!). Sharing here in case anyone else has a use for it.
https://github.com/sbma44/traccar-event-handler