Hallo Till,tillus wrote:Hello,
currently I'm working on the integration of Pushsafer into my OpenHab2 Setup.
Simple Messages (text only) are working fine, but I'm not able to push a link / image via the OpenHab2 Addon to my iPhone.
This is my Rule:
rule "push"
when
Item SchlafzimmerPCLED changed
then
logInfo("PUSH","RULE: PUSH")
pushsafer("XXXXXXXXXXXXXXXXXXXX", "u='ht#tps://ww#w.go#ogle.de' ut='Google'", "openHAB", "3908", "77", "", "")
end
I added some '#' in the URL to avoid creating an URL in this post.
How do I manage to push a link / image to my iOS Device?
Thanks for your help!
Regards
Till
ich denke mit Schlafzimmer geht es auch auf deutsch
Zu Zeit werden in openHab nur folgende Parameter unterstützt.
Code: Select all
pushsafer("XXXXXXXXXXXXXXXXXXXX", "Nacricht", "Titel", "DeviceID", "Icon", "Vibration", "Sound")
Grüße Kevin