That are Telegram Sender nodes. You can enable the smaller icon by the Label-Hide option in the settings tab (most right tab) of your Telegram Sender node.
The settings depends on your private Telegram-bot settings.
EDIT: Your bot configuration looks okay with me, looking at your configuration screenshot.
@woody4165
Just a suggestion, in your Telegram-bot setting you can add the logfile option. It will write all Telegram communication to a txt file on a specified location. It can be handy to watch what is happening and it even shows all non-authorized communication.
[{"id":"e3844358.586c","type":"api-call-service","z":"a1026aeb.28b498","name":"Send Video","server":"c5be9440.e8c1a8","service_domain":"telegram_bot","service":"send_video","data":"{\"file\":\"/config/www/cam_videos/study/study.mp4\",\"caption\":\"Here you go!\",\"target\":\""TELEGRAM_CHAT_ID\"}","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2350,"y":580,"wires":[["3dd1dd94.6c7e82"]]},{"id":"c5be9440.e8c1a8","type":"server","z":"","name":"Home Assistant"}]
Heres the first stupid oneā¦ does my instance of HA need to be open to the internet for this to work!
ā¦ Hanging my head in shame while I wait for the smart people to help
I hate that the instructions on the dock page does not list dependencies and requirements!
Im gonna eat crowā¦ sort ofā¦
No Telegram in BROADCAST mode does not require exposureā¦
but It wasnt mentioned here:
or on the other three component pagesā¦ UGHā¦
But Im still getting this error
xxxxxxxxxxx = My Chat Id
Error sending message: Forbidden: bot canāt initiate conversation with a user. Args: (xxxxxxxxxxx, āThis is a testā), kwargs: {āparse_modeā: āMarkdownā, ādisable_notificationā: False, ādisable_web_page_previewā: None, āreply_to_message_idā: None, āreply_markupā: None, ātimeoutā: None
Did you send a first message with Telegram Messenger App to your bot for initiation of the user?
Also, did you add you, as user, to Telegram as allowed user id?
Did you send a first message with Telegram Messenger App to your bot for initiation of the user?
Also, did you add you, as user, to Telegram as allowed user id?
I think I didā¦ from my phone I sent āThis is an initial messageā and I have I have on the left hand side of the app a āContactā called HomeAssistant"
Right now I have all my Telegram configuration in my Config yaml fileā¦ and it looks just like yoursā¦
I thought the ā- nameā" should be the name of the notify entity ( Iāve changed it to ātelegram_messagesā to avoid any name space problems) so the entity now shows up as ānotify.telegram_messagesā
My user idā¦ which I got from Telegram by using /getid which gave me a 9 digit numberā¦ is in the bot definition and the notify definition
No I renamed the notification from telegram to telegram_messages
from the notify documentationā¦
CONFIGURATION VARIABLES
name
(string)(Optional)Setting the optional parameter `name` allows multiple notifiers to be created.
The notifier will bind to the service `notify.NOTIFIER_NAME`.
.
.
.
Okā¦ successā¦ I guess I had NOT talked to my botā¦ I found thisā¦
Bots canāt initiate conversations with users. A user must either add them to a group or send them a message first. People can use telegram.me/<bot_username> links or username search to find your bot.