I wasn’t referring to the one you made, but basically all blueprints related to this. Having a feed per tag and showing that on the page should be do-able right? The blueprint related to Hue could be shown on the Hue page, etc. Search for the correct blue print is more effort then it should be I believe. But that’s for an other tread I guess.
No I only need one URL. I mean I have a VPN for the ProtectApp because it’s slow. That by-passes the cloud and it’s really fast then. Hench why I have a link to it on my HA page for the doorbell. I setup a DNAT for the internal URL. That fixed the issue I have with sending the feed to my hub when I’m home.
I have it in a separate one now. But since the list of automations is becoming quite long I kind of want to group it all in one. Have a grouping option for scripts would help so I can just call them one by one in an automation. But have that long list at scripts. For instance one for updates. Since I can’t do them all at once if there are more then one, I’d need to plan time in between the options.
Hello, I am currently the smart detection notifications with 2 G4 Bullet and it works fine with the camera streams via nabu casa connection and notify via APP.
But the visualization of the stream is qute slow.
Is it possible to get a Snapshot of the camera in the notificaton instead of the camera stream?
I have a problem with configuring doorbell notifications to show images. blueprint says:
A valid HTTPS certificate and public facing Home Assistant instance
- If you do not have these, the actionable notifications and images will not appear in the notifications. - You do not need your whole Home Assistant to be publicly accessible. Only the paths /api/camera_proxy/* and /api/webhook/* need to be accessible outside of your network.
Could you please help me to understand how to do this configuration? (Currently HA instance is completely locked by pfsense)
Thank you, but I still get a video clip in my notification. I am using nabu casa cloud and iOS App.
Do I still need to make /api/camera_proxy/* and /api/webhook/* need to be accessible outside?
How can that be done?
In my HA media folder I find the clips but no snapshots. What am I doing wrong?
At “(Optional) Base Image URL” I put my nabu casa URL, right?
Struggling to find out why my G4 cameras are not configured for Detect Object sensor when they are configured in Unifi Protect with Smart Detections. I am hoping it’s something simple I haven’t enabled so I can take advantage of these great Unifi Protecf Blueprints. Any ideas??
2 observations that I’m working through with the change:
Presence Filter appears no longer includes person entities - the previous automation I had setup used person.xyz to determine if someone is home since multiple devices were used. It appears this blueprint requires selecting one device. What would need to be changed to include person entities?
iOS Notification no longer shows thumbnail - I’m getting an error in the thumbnail on iOS, but if I click into the notification it shows the video feed. Any pointers on how to restore the thumbnail image?
Correction - I think the iOS notification thumbnail issue was because I was forcing a trigger in the UI of the automation, but if it happens on its own the thumbnail comes through.
I think I am having similar issues to some of the ios users but on android/telegram. I get notifications but no thumbnails. in the old setup you had to tell the blueprint what your external url was but now you don’t? i am not quite sure if i am doing something wrong or this isn’t working 100% yet.
What an amazing blueprint - well done AngellusMortis!
I’m just a bit confused by the code since it is way more complicated than my old automation for sending images on motion
One problem I have is that it doesn’t work too well consistently with my smart watch (Samsung Galaxy Watch 4 together with a Pixel 6). I can’t really put my finger on why but sometimes I don’t have an image in the notification on my watch despite having it on my phone. I guess it has to do with the mobile_app_notification_cleared, I can see the image initially when I get the notification but then in the next notification replacing the first one it is sometimes gone, but it is all very inconsistent.
Is there a way to simplify this so that the notification isn’t updated several times, my watch vibrates several times for each notification because of this.
Has anyone experienced the same?
Edit:
Been running in and out to trigger the cameras now (can I debug and test it somehow) and this is my finding:
When the motion is triggered I get an image to my watch with the full image, so basically a snapshot from the camera. Image “1” below.
When the motion event is over the notification seems to get updated with the small thumbnail zoomed in on the object causing the camera to go off together with a video clip (animated gif kind of style). Image “2” below.
#2 above causes the notification on my watch to update so that I only get the zommed in thumbnail as an icon for the notification, the actual image thatused to be shown below the message is gone, maybe because the watch can’t show the animated image.
I guess thie is related to my watch because on my phone it looks good. As long as I look at the watch before the first notification is replaced it’s all good. But if I miss it and look first after the notification has been updated then I get a very tiny image of what happened.
Not sure there is anything to do about it but if you have any thoughts or input @AngellusMortis please share
Hey @AngellusMortis, what an incredible blueprint. I’ve got nearly everything working with my G4 Pro.
Question for you: For TTS, I’ve got the google_translate_say service filled in; however, it never triggers the TTS to play when I unlock the door or press “Respond” from the HA actionable notification on my iPhone.
From the developer tools, if I do a ‘tts.google_translate_say’ service call to ‘media_player.front_door_speaker’, the audio plays with no problem on my doorbell. But the blueprint doesn’t call it. Could it be something with the naming of the media player?
Understood. It doesn’t look like the externally accessible webhook URL is the issue. To test, I setup a IFTTT trigger that plays TTS (via google_translate_say) through the doorbell when triggered–that works without issue. To be clear, I see the actionable notification with the video thumbnail. I am able to unlock the door using the notification, but the TTS script(s) doesn’t play through the doorbell.
Would it matter that the doorbell’s speaker is named: “media_player.front_door_speaker” and the doorbell’s binary sensor is “binary_sensor.front_door_doorbell”? (I don’t see anywhere in the blueprint where to specify the G4 doorbell’s media_player entity.
I tried implementing the Blueprint to my current setup and everything seems to be running smoothly. I get the Notification when the motion detection has fired off, but unfortunately the notification does not update with a video on my Android OnePlus device.
Does this only work for iOS or what could I be missing?
For me I sometimes got the animation, sometimes a zoomed in photo of the motion (just liek in the Unifi app) and sometimes just the “normal” photo, so it was a bit inconcistent for me.