Hi Anton, I have the parameter (speedLimit) configured for each device (Suntech ST-340) and we are not getting the alerts for speed. Even knowing that the configured speed must be in (knots) the alerts do not arrive.
Any tips what should I investigate?
Thank you
Make sure that event handlers are enabled in the config file.
Hello Anton, I have the following handlers in the file traccar.xml, however I do not get the speeding alerts from the device in question.
<entry key='event.motion.speedThreshold'>0.04</entry>
<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='event.statusHandler'>true</entry>
<entry key='event.maintenanceHandler'>true</entry>
1 - Yes, I configured the speed using the (speedLimit) parameter for each device.
2 - To add the handlers
3 - Traccar V3.10 official
If you are using 3.10, you don't need to change anything in the config file. Everything is configured by default.
Thank you, now it's all right!
Hi, i am new with app and trying to configure this, so i am using 3.14.
Where i can see the config to control events montion ?
I believe documentation explains it.
So, i understood all events are configured by default, so in report y got the info.
Thanks,
All event handlers are enabled by default. Some events need to be configured. Please read full documentation carefully.
I'm new to traccar and am about to configure everything. I am running traccar via docker and have one client (android) connected for testing the functionality. I'm trying to figure out how to configure speed limits and a lot of threads here on the forum simply talk about the documentation like this very first post here too. Can someone link me to the documentation that helps me configure / setup speed limits?
Edit device > click attributes > add speed limit.
Hello Guys,
i want to configure my server to use speed limit functionality. I check documentation and found this option:
speedLimit
server/device/group*
Speed limit in knots, for device, group* or whole server.
My questions is: