For Option 1 - using
Blue Iris to do notifications - no joy.
Recall, I have a wimpy PC and don't want to do any image processing, AI or or in-camera. I just want my old-school alarm sensors triggering Blue Iris. I used to do this with Milestone (using Barionet), but that software is so bloated and expensive.
I was able to setup the MQTT server. Blue Iris tested connection fine. But not seeing anything in the manual how to trigger Blue Iris from HA.
It seems Blue Iris can send MQTT, not sure if it can listen to MQTT?
For Option 2 - using Home Assistant to do the notifications - works great, super happy.
The blueprint worked great. Images pop up quickly, no perceivable delay. Even my Milestone + Barionet setup had at least a second or two delay on images, so you miss fast action.
This blueprint is super simple to setup and works well pretty well.
Send camera snapshot notification on motion. It could use some refinement (conditions for alerts, like when I'm not home or when alarm is set).
I setup the integration for each Hikvision camera, I mostly have older 2032 cameras for now. Bypassed any Blue Iris setup, it looks to be a bit more complex (install HACS or use the Blue Iris Blueprint - which I think adds latency).
For future folks looking to do the same, this works for me:
- Add integration: "generic camera"
- used the camera still image URL: http://192.168.00.000/Streaming/channels/1/picture
- Stream source - I left blank, I think Blue Iris is consuming these streams and I just wanted image notification
- set HTTP as the RTSP transport protocol
- set basic authentication, add the username and password for your camera
- no SSL
On the blueprint, be sure to set the delay to 0 seconds, it defaulted to no value for me and was causing errors.
This blueprint looks like it builds on the one I used, with some more features, like blocking
Notification with camera snapshot with blocking condition and clickaction