You can use this configuration parameter to only send one notification per speeding:
https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/config/Keys.java#L236-L241
In what file should I enter it?
/**
* If true, the event is generated once at the beginning of overspeeding period.
*/
public static final ConfigKey<Boolean> EVENT_OVERSPEED_NOT_REPEAT = new ConfigKey<>(
"event.overspeed.notRepeat",
Collections.singletonList(KeyType.GLOBAL));
It says in the comment.
Should I add this in the config.xml file?
<entry key='event.overspeed.notRepeat'>true</entry>
Hello,
When the car exceeds the speed, I receive a lot of emails. Is it possible to set an email limit? For example, 5 emails in an hour?
Today I received 70 e-mails within a dozen or so minutes.