doubts with telegram

Cristian3 years ago

I apologize for not seeing the previous messages until now.

jean jose de matos, you have to modify the short templates located in .../traccar/templates/short/

for ignitionOn.vm something like this

$device.name Turned on at $dateTool.format("HH:mm:ss", $event.serverTime, $locale, $timezone)#{if}($position.latitude) Location: $position.address https://www.google.com/maps/search/$position.latitude,$position.longitude#{end}#{if}($position.address) #{end}
Zero483 years ago

Hello,
Would this work on Traccar Version 5 ?
It would receive these notifications ? :
-Ignition
-Geofence
-Maintenance
-Power cut (when it is disconected from vehicle's battery)
-Cut oil ?
-Resume cut oil ?
-Report (CVS)

Thanks in advance

Anton Tananaev3 years ago

What is "Report (CVS)"? We don't have a notification like that.

Zero483 years ago

Typo CSV

Anton Tananaev3 years ago

It still doesn't make sense to me. How is CSV report related to notifications?

Zero483 years ago

Is just a question.
a simple "no it does not" would work. (if you will to reply)
I asked because Notifications Send this report to an Email , So i decide to ask.
I do understand now that is tricky to ask in this forum .
No offense .

Won't bother again

Anton Tananaev3 years ago

It would receive these notifications ? :
...
-Report (CVS)

Report is NOT a notification. There's an option to deliver a report via email to avoid timeouts for large reports, but it doesn't make it a notification.

Zero483 years ago

Fair enough... Your system, Your rules , Your time , Your way of educate (inform, saying, showing).

Thanks once again for your time and support .

PawBud2 years ago

Hey, I added the telegram configurations as mentioned, but I cannot see the telegram channel notificator type in the modern UI, as I am building locally.

Anton Tananaev2 years ago

Have you followed the official documentation? What have you added to the configuration?

PawBud2 years ago

Hey Anton, my apologies for not giving the details in the first place. I simply added the configurations in traccar.xml as mentioned here. My traccar.xml looks something like this:-

    <entry key='notificator.types'>telegram</entry>
    <entry key='notificator.telegram.key'>{Bot_Key}</entry>
    <entry key='notificator.telegram.chatId'>{Chat_id}</entry>
    <entry key='database.driver'>org.h2.Driver</entry>
    <entry key='database.url'>jdbc:h2:./data/database</entry>
    <entry key='database.user'>sa</entry>
    <entry key='database.password'></entry>

The build is from the latest master branch of Traccar as of the time of writing this message, on macOS Ventura 13.4.

Anton Tananaev2 years ago

What notification types do you see in the UI? Please provide a screenshot.

PawBud2 years ago

Hey, so I only see the default options as shown here, which are :- web, command, mail

Anton Tananaev2 years ago

Have you restarted your service after changing the config? Are you sure you don't have duplicated notificator.types records in there with different values? Are you sure you're using that config file?

PawBud2 years ago

Yes, I have. I re-built the app using IntelliJ Idea as recommended and restarted my web service. There are no errors in the console, except a session error which I think has no connection. also, I also noticed that the default.xml already has the notificator.types entry, but I believe that should be irrelevant right?