Hi Folks,
I’m running a rule to receive an image on from my frontdoor camera on my iphone when someone is ringing. It works perfectly fine when I’m at home in my local wifi, but when I’m in mobile network the notification won’t show a preview either the image when tapping on it.
Here’s my configuration:
Item:
Image FtpImage1 "Haustür" <camera> (SemGrCorridorEGCam) { channel="ftpupload:imagereceiver:images1:image_Haustuer" }
Rule:
executeCommandLine("/etc/openhab/scripts/image.sh")
sendNotification("xxx.yyy@zzz.de","Es klingelt!", null, null, "Haustür", "img1", null, "https://xxx.yyy.zz:443/static/FtpImage1.png", null, null, null)
I use a script to store the image locally from a ftp image-item. The image is reachable from mobile network through ddns.
Any successions why its not working in mobile network?