Telegram is free service
Considering you have Telegram account and you already installed Telegram on you phone/PC:
You need a bot token and a chat/channel id:
1 - Create a bot with BotFather
- Open telegram application and open chat with Botfather.
- Type or select
/newbot
- Type the name of the bot (2) and its username (3)
- Doing this you will get your bot token (4) that you need for
T1=<bot token>
- You can have notifications directly from your bot by finding the numeric chatid.
In order to find it you need to say something to your bot:
Copy this url into your browser and modify it with your bot's token
https://api.telegram.org/bot<TOKEN>/getUpdates?offset=-1
You can quickly find your numeric chat idT2=<numeric chat id>
2 - Alternatively you may create a public channel if you want to share your printer. If isn't the case proceed to step 4.
- In telegram select new channel
- Type channel name (1) and description (2)
- Make channel public and create your channelid/chatid
- Now you have your chatid without the
@
3 - Assign your bot as administrator of your channel so it can use it
- Press your channel title, the top banner will expand
- Selet manage channel
- Push Administrators
- Look for your bot in search and add it
- Validate bot can have access to channel
- Validate bot can admin the channel
4 - Save the generate token and chatID in ESP3D, and set Telegram as notification supplier
[ESP610]type=TELEGRAM T1=<bot token> T2=<numeric chat id>
[ESP610]type=TELEGRAM T1=<bot token> T2=<@chatID>
(for channel)
5 - Type [ESP610]
to verify (T1/T2 won't be displayed)
6 - Try to send message:
[ESP600]Hi there, test from ESP3D