Hi, everyone.
I’ve begun to use OH2 at my OrangePi with Ubuntu.
I have some items and no proplems with it, but i want to use notification via Telegram,
I’ve been created bot by instruction https://www.openhab.org/addons/actions/telegram/, of course add Telegram action. And i can sent to my bot message over api.telegram.com use the chatid and token. Also added nessesary command in the .rules file to rule, which i need. But. When condition is met, in console appeared message:
[WARN ] [hab.action.telegram.internal.Telegram] - Transport error: {}
java.net.ConnectException: Connection refused
chatid and token in config same as i use in api.
What its may be?