The question is not clear. Bell icon enables/disables sound for notifications.
No, there are also SMS and email notifications.
Any speed value in the config is in knots.
thanks for the reply.
<entry key='web.enable'>true</entry>
in config file or is it triggered via the database?It is triggered through API, so you need to have web app enabled. But all events are also saved in the database.
hi anton,
i have success the config and get the email on moving and online. but i did not get the email of overspeed. clearly the is overspeed in positions table but there is no row of deviceoverspeed in events table. where can i troubleshoot to get this overspeed notifications working.
How and what speed limit have you configured?
hi anton, my traccar.xml is at the opening thread. here is also my traccar.xml
<entry key='event.enable'>true</entry> <entry key='event.overspeedHandler'>true</entry> <entry key='event.overspeed.notRepeat'>true</entry> <entry key='event.motionHandler'>true</entry> <entry key='event.geofenceHandler'>true</entry> <entry key='event.alertHandler'>true</entry> <entry key='event.ignitionHandler'>true</entry> <entry key='distance.enable'>true</entry> <entry key='filter.distance'>true</entry> <entry key='event.globalSpeedLimit'>50</entry> <entry key='event.motion.speedThreshold'>0.01</entry> <entry key='report.trip.minimalTripDuration'>300</entry> <entry key='report.trip.minimalTripDistance'>500</entry> <entry key='report.trip.minimalParkingDuration'>600</entry> <entry key='report.trip.greedyParking'>true</entry>
OK, so you have set it up to 50 knots. It's more than 90 km/h. Are you sure your vehicle is moving faster than that?
yeah pretty sure, there is speedway in my area.
I would recommend to update to the latest version of Traccar. I don't remember now what was in 3.7.
ok will update to the latest version
hi anton,
i have updated to 3.11, seems to be okay but i dont move my car yet. so how do I troubleshoot the overspeed notifications? where do I set the overspeed value?
Check here:
https://www.traccar.org/configuration-file/
You can set it in the config or device attributes.
https://www.traccar.org/configuration-file/
I cant seem to open each config
hi anton,
what commands to database or server that the ring icon (default muted) in the web interface? this is because it wont send any notifications until it is enable. are there any flag to database or config file?
does the notification only works when the web interface is enable, if it turn off, the notifications does not works?
the globalspeedlimit is in km/h right? but still it does not send any notifications. here are my snippets of traccar.xml
thanks for the amazing software