windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
256 stars 117 forks source link

Problems with commands #375

Closed nusserer closed 1 month ago

nusserer commented 1 month ago

Hello,

I have problems with the command nodes. I have 3 commands in 3 flows and a central Telegram sender. Unfortunately after some time only 1 command is received. If I save the config of the bot again, all 3 commands work. After a certain time, only one works again. I have registered the commands on the server.

windkh commented 1 month ago

Hm strange. How long does it usually take until the error occurs?

nusserer commented 1 month ago

between 5 minutes and several hours. It varies greatly. It then says “Polling” under all Telegram nodes. If I send all 3 commands via telegram, it changes to “connected” for one and this command works. The other two remain “polling”.

windkh commented 1 month ago

Ah you create three nodes with the same command e.g. /foo

Is that correct?

nusserer commented 1 month ago

no, 3 different commands

windkh commented 1 month ago

hm... can you provide the flow or as an alternative we have a teams meeting where you can show me that

nusserer commented 1 month ago

flows.json Here is my flow. The Telegram nodes are under “Fenster”, “Lüfter” and “Shelly” I deployed it again this morning and since then it works surprisingly well

windkh commented 1 month ago

Please keep in mind that you always need to do a full deploy when using the telegram nodes

nusserer commented 1 month ago

ohh, that could be the problem. Thank you! I will watch it again