Telegram -

Same problem here using node-red chatbot.

...terminated by other getUpdates request; make sure that only one bot instance is running (409)
  • I disabled the bot in the config file of Home Assistant and kept just the node-red chatbot, but the error persists.
  • Deleted all flows in node-red except for one, but the problem persists…
  • The messaging is working fine, but the log is filling up with the above error.

I cannot imagine which other bot is running. I send a message via the node-red but and I read the messages using the telegram app on my android phone.

Any ideas please?
PPee

I do have the same problem.
No solution so far

I removed all nodes using telegram and repclaced it with only one central node, using link nodes to connect all messages to the one telegram node.
No I only recieve the error when the node is activated bij a link node.
Not every 5 seconds or so

How to select or HA or node red to set up the connection to Telegram?
It looks like that is indeed causing the problem both are creating a connection

EDIT:
I removed my telegram bot settings in HA configuration.
And only using nodered settings in the telegram node.
No error and Telegram in Nodered is still sending messages.
Only Telegram is not part of my all-Notify is not sending telegram any more:

#     Notify settings
notify:
  - name: EdwardHAbot
    platform: telegram
    chat_id: myID  

  - name: Alle_Notify
    platform: group
    services:
      - service: edwardhabot
      - service: mobile_app_ipad_van_edward
      - service: mobile_app_sm_g935f_arienne
      - service: mobile_app_sm_g935f_edward

Any idea what to do to also have telegram part of the all_notify group??