Hi zusammen,
Wer NodeRed am laufen hat, einfach diesen Flow nehmen um Fotos zu versenden… Einfacher geht es fast nicht mehr
[
{
“id”: “a38911df.7d6168”,
“type”: “tab”,
“label”: “Flow 1”,
“disabled”: false,
“info”: “”
},
{
“id”: “575f7970.2de53”,
“type”: “http request”,
“z”: “a38911df.7d6168”,
“name”: “IP Kamera snapshot”,
“method”: “GET”,
“ret”: “bin”,
“url”: “”,
“tls”: “”,
“x”: 1020,
“y”: 140,
“wires”: [
[
“d380a798.24c188”
]
]
},
{
“id”: “d380a798.24c188”,
“type”: “chatbot-image”,
“z”: “a38911df.7d6168”,
“name”: “”,
“filename”: “”,
“image”: “”,
“caption”: “”,
“x”: 1170,
“y”: 200,
“wires”: [
[
“3cd0c954.b00a3e”
]
]
},
{
“id”: “c1835902.7ebba”,
“type”: “chatbot-conversation”,
“z”: “a38911df.7d6168”,
“name”: “”,
“botTelegram”: “”,
“botSlack”: “”,
“botFacebook”: “”,
“botViber”: “”,
“botUniversal”: “”,
“botTwilio”: “”,
“chatId”: “”,
“transport”: “telegram”,
“messageId”: “”,
“contextMessageId”: false,
“store”: “”,
“x”: 870,
“y”: 200,
“wires”: [
[
“575f7970.2de53”
]
]
},
{
“id”: “3cd0c954.b00a3e”,
“type”: “chatbot-telegram-send”,
“z”: “a38911df.7d6168”,
“bot”: “”,
“botProduction”: “”,
“track”: false,
“passThrough”: false,
“outputs”: 0,
“x”: 1190,
“y”: 240,
“wires”: []
},
{
“id”: “fd016bee.16e9e”,
“type”: “http in”,
“z”: “a38911df.7d6168”,
“name”: “Webhook homee erstellen IPraspi:1880/telegram”,
“url”: “/telegram”,
“method”: “post”,
“upload”: false,
“swaggerDoc”: “”,
“x”: 740,
“y”: 340,
“wires”: [
[
“c1835902.7ebba”
]
]
}
]