nein, auch für oh2. das neue kannst du via paperui installieren unter bindings. das alte war bei actions
poste doch den ganzen eintrag. kannst ja adressen unkenntlich machen.
ja, videos dauern zu lange. da ist mir die verzögerung zu gross.
Ja das hatte ich ja installiert, aber nun nochmal alles von vorne, installiert ist nun über die PAPERUI "binding-telegram - 2.5.6".
Habe dann ein Telegram Thing erstellt, mit der ChatID und BotToken.
ich glaube das liegt an der binding version 2.5.6
die Rule
Code
rule "telegram test123"
when
Item dummy_telegram received command
then
val telegramAction = getActions("telegram","telegram:telegramBot:e8c8adc3")
telegramAction.sendTelegramAnimation("file:///usr/share/openhab2/cameratmpfs/8015/ipcamera.gif", "sent from openHAB")
end
So das sagt er mir.
[errorbox] Rule 'telegram test123': 'sendTelegramAnimation' is not a member of 'org.eclipse.smarthome.core.thing.binding.ThingActions'; line 6, column 5, length 117[/errorbox]