I have a working version of openhabian - latest and updated to the latest.
COnnection to openhab cloud works and shows as online.
I can send notifications manually in the openhab cloud to my ios device - works fine.
My openhabian shows as online in there and i can connect to it.
I see notifications in there… - ie when i use sendLogNotification
however i dont get anythg on my phone…
rule “Garage Door toggle”
when
Item GDOOR changed to ON
then
if (GDOOR.state == ON) {
sendNotification(“myemail@mydomain”, “test aaaaaa”)
sendBroadcastNotification(“test bbbb”)
sendLogNotification(“testccc”)
sendCommand(GDOOR ,OFF)