diff --git a/home_assistant_blue_iris_automations/README.md b/home_assistant_blue_iris_automations/README.md index 12a719a48..d7ea3daa6 100644 --- a/home_assistant_blue_iris_automations/README.md +++ b/home_assistant_blue_iris_automations/README.md @@ -1 +1,19 @@ -Example +**Frigate - Home Assistant - Blue Iris NVR automation example** + +The basics: +Blue Iris is a normal "dumb" NVR software that records several camera RTSP streams and present it to an API and a number of user interfaces. There isnt any great local AI features built in, it normally triggers motion based on "motion detection" (that would be considered somewhat advanced). There´s a lot of false positives causing the NVR event recording to be somehwat useless. Yes, I know, there are several ways to tweak and fix this to lessen the false positives. +There are quite a community around the Blue Iris software and there are other stabs at making local AI such as the "aitool" with Deepstack. + +I got inspired by the video from "The Hookup" on youtube explaining the setup with the "aitool" and Deepstack. I tried it and it works - ish. + +Link to the video with all Blue Iris configuration: https://www.youtube.com/watch?v=fwoonl5JKgo + +I base all my Blue Iris configuration on the example from the video above - but i´d just simply turned off picture save to folder feature (that the aitool uses to pick up the jpeg and send it deepstack). Instead I use frigate and a Home Assistant automation. + +Installation: +* Make sure that your Blue Iris NVR has been configured so that the API calls and user/password has been set. + +* Test the HTTP request manually in a browser to see that it works and triggers recording of the HD camera instance in Blue Iris +* Then, just make a copy of the package yaml file above and adjust the entities accordingly into the folder '/config/packages' in your home assistant installation +* Reload Home Assistant and test trigger the automation +