Telegram notifications multiple chats

dennis2 years ago

Hi,

https://github.com/traccar/traccar/pull/4697

Can someone explain to me what i should do to get this working?
Am i correct that if i remove this from the config:

<entry key='notificator.telegram.chatId'>******</entry>

That when i create a user attribute with name: notificationTelegramChatId and value: the chatId that it will work?

dennis2 years ago

Because when i create a user attribute with name: notificationTelegramChatId and value: the chatId it is getting removed somehow

Anton Tananaev2 years ago

How are you creating it? Can you share a screenshot?

shyy2 years ago

You can use telegram bot @chatIDrobot to find your chat id

dennis2 years ago

I found the problem. It should be “TelegramChatId“ then it’s working fine.
A little better documentation would be appreciated for Traccar :-)

Thanks

Anton Tananaev2 years ago

You just need to use the existing attribute:

screenshot

dennis2 years ago

In the legacy web ui that option was not provided.
I’m still in the migration state since when I go to the new web interface my phones can’t load the page anymore with the iPhone app, this happens when I go from 5.2 to 5.3 so I downgraded first for the current time. Maybe it has something to do with the Ngix proxy I don’t know yet, I’m using Traccar for years this way.