openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.7k forks source link

[telegram] 404 error #5695

Closed Homer-Sim closed 5 years ago

Homer-Sim commented 5 years ago

Hi,

This is my config:

# Read http://www.instructables.com/id/Telegram-Bots-for-beginners/ # to see how to set up bots and find your chat ids # bots=bot1,bot2 bots=heinz,kathleen # Handy Heinz S7 Active heinz.chatId=753770147 heinz.token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX # Handy Kathleen iPhone kathleen.chatId=760677197 kathleen.token=XXXXXXXXXXXXXXXX

and this is my rule entry:

sendTelegram("heinz", "Trockner ist fertig!") sendTelegram("kathleen", "Trockner ist fertig!")

But I am receiving in openhab log this error: [WARN ] [ab.action.telegram.internal.Telegram] - Method failed: HTTP/1.1 404 Not Found

Do you know where to look for a solution?

Thanks

9037568 commented 5 years ago

A debug log is always the first place to look. The community forum is always the second.