Does this actually open the app directly for you? Using the AppStore url just opens the AppStore for me on the Reolink page but then I have to tap Open there which is another step.
I got mine to work somewhat better by using a Shortcut: url: "shortcuts://run-shortcut?name=OpenReolink"
Just made a shortcut called OpenReolink that just launches the app.
It does quickly show the Shortcuts app between tapping the notification and seeing the Reolink app, but it’s pretty quick.
Definitely still bad UX and they need to add the URL schemes back in.
for the iOS boys and lads, try this link in your notification automation:
url: https://Reolink.com/ulink
This directs me instantly in the Reollink app and opens the camera feed, even if I quit the app in the background only if the app is not running or active in the background anymore. If you recently used the app, then the link will open the app in this last state.
But I have to say at this moment I only use one Reolink Camera, so there is nothing else in the App besides the Home Hub, my Doorbell and a Chime. I don’t know how that link will work, if you have multiple Reolink Cameras running, but I’m curious to know how it’s going on your side.
Kudos goes to the people in the Reolink subreddit, where I found this link.
This blueprint works great! I’m new to Reolink cameras and have one of their hubs and was so happy to find this. One question though…When I first loaded the Blueprint and made the automation, I did not get a notification. I had to add the following to my configuration,yaml to make it work:
allowlist_external_dirs:
- /media/reolink
-
Was this the correct thing to do or should I do something else?
I’m also having issues with my previously working notifications. The clickAction no longer opens the camera stream in the Reolink app, but just opens the App. App version 4.58.0.4.20251127
intent://scan/#Intent;scheme=reolink;package=com.mcu.reolink;launchFlags=0x14000000;action=android.intent.action.VIEW;S.UID=HIDING_UID;S.DEVNAME=NVR;S.ALMTYPE=PEOPLE;S.ALMCHN=1;S.channelid=1;S.ALMNAME=Detection;S.ALMTIME={{ (now().timestamp()) | int }};S.pushVersion=v2;end
Yes, what I’m using now is very similar to yours and its working perfectly for me (I also use a NVR) - I don’t see anything obviously wrong with your new URI
I’m not sure if channelid is needed for NVRs but it was mentioned in one of the new examples from reolink so I added it just in case (with the same value mask as ALMCHN)
I’ve spent several hours trying to make this work without much luck.
If you’re lucky enough to have a camera that offers rich notifications (I have a Trackmix which does) then you can see that these work reliably, opening the app, the right camera and in playback mode.
Has anyone achieved that with a HA rich notification?