Hi, I am having an issue where I can't get the webapp alerts or email notifications for alarms / alerts.
I have tried looking through the forums but I can't seem to find what I'm looking for.
On the https://www.traccar.org/notifications page I noticed from the screenshots that there are multiple channels in the drop-down but I only have
"traccar" see attached image: https://ibb.co/bs283pg
The traccar channel is working fine for push to the Android app.
I have a mail server setup and scheduled reports are working although I don't see a channel for "mail" to send alerts.
Any help would be greatly appreciated.
Thanks.
you must enable each channel in the configuration file /opt/traccar/conf/traccar.xml
something like this:
<entry key='notificator.types'>web,mail,sms,firebase</entry>
each channel has its corresponding configuration that you can obtain here:
https://www.traccar.org/notifications/
Thanks Christian, that fixed it :)
The tutorial I originally followed only had "traccar" in the traccar.xml.
Hi, I am having an issue where I can't get the webapp alerts or email notifications for alarms / alerts.
I have tried looking through the forums but I can't seem to find what I'm looking for.
On the https://www.traccar.org/notifications page I noticed from the screenshots that there are multiple channels in the drop-down but I only have
"traccar" see attached image: https://ibb.co/bs283pg
The traccar channel is working fine for push to the Android app.
I have a mail server setup and scheduled reports are working although I don't see a channel for "mail" to send alerts.
Any help would be greatly appreciated.
Thanks.