Telegram
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
token | Token Also called Bot ID. | optional | |
chats | Chat IDs Chat identifiers and group identifiers can be specified. The latter have a minus sign. One entry per line. Tip: Log in to Telegram in your browser and open the chats to see the identifiers in the URL. | optional |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
messaging: services: - type: template template: telegram token: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 # Token, Also called Bot ID. chats: # Chat IDs, Chat identifiers and group identifiers can be specified. The latter have a minus sign. One entry per line. Tip: Log in to Telegram in your browser and open the chats to see the identifiers in the URL.