Background
I loaded node-red-contrib-telegrambot on Raspberry Pi4 using Node-Red Pallet
Then I create a bot with botfather.(and got a Token ,use r& chatID)
If I test sending messages via the Pi web browser it works. But I can not get it working via Node-Red !
But I don't get it working in Node-Red
I made sure of the following:
Only have one node red running with this Bot
Only one telegram bot in one flow
Only same telegram bot in one flow
Only one and same telegram bot in one flow
I did restart Pi after adding new Bot name to send / receive node
Software:
Debian 11.3 Bullseye (64Bit) Running on external SSD
Linux 5.15.32-v8+ arm64 LE
Node-RED version: v2.2.2
Node.js version: v14.19.3
node-red-contrib-telegrambot V11.3 (Installed via the Node-Red pallet)
mosquitto is an MQTT v5.0/v3.1.1/v3.1 broker.
influxdb 1.8.10-1
Grafana 8.5
Question
- Why would a message go through with Pi web browser but not with Node-Red?
- Can it be a port clash. (Port already be used by other program?
- Does node-red-contrib-telegrambot use a specific port?
Link for simple echo Node-red flow Link
Regards