I could use some help. I am not sure what happened. I recently started using two servers, and my Home Assistant VM was one of the things that moved from my original server to my 2nd server.
It was a pretty simple move, just installed the VM, and did an update from my google backup. It was all up and running in a matter of minutes. I moved Frigate over to that server as well, also easy since its just the config file that I needed to move to the container.
Frigate works, my automation that uses people on my camera in the kitchen to turn on the undercounter lights works. If I go into HA for a camera outside I can see it recognizing people/cars etc etc. However the Notifications have stopped working.
Iām not sure what has happened. I went ahead and deleted frigate from HA, and HACS and deleted the blueprint, restarted HA, and installed all of those from scratch again, and again the automation that uses frigate for my kitchen works, but my notifications do not.
When I look at the traces I just see this error.
Stopped because of unknown reason ānullā at January 30, 2023 at 5:06:06 PM (runtime: 0.01 seconds)
Thank you for your work on this!!! I canāt even explain how frustrating it was that I couldnāt figure out what I did in moving from one server to the other and breaking something.
I got yours installed and itās working perfectly on the one camera I tested, now to get it setup on the other camers and to test them as well, but since it worked on one, I think we are good.
This blueprint looks great, but Iām not able to get it to work. I have it setup as shown, and itās never triggering (last triggered: never). Itās saved/enabled, it just wonāt trigger.
My Frigate sensors in HASS are all are working as expected. I just stepped out on the front porch, and the binary_sensor.front_porch_motion and sensor.front_porch_person_count sensors etc all reacted to me out there. But the automation to send the alert didnāt fire.
Oh thank you @SgtBatten , I missed that. Some great new features in your fork.
Is there a way to get the notification to open the related clip in the Home Assistant app rather than the web browser? I did not set the base URL, and it works, but opens in the browser. Iād like to find a way to open the clip from the notification in HA (either the Media Browser, or better, yet, a popup over a particular dashboard), so that when I close the clip, I can be left viewing my live camera feed.
Hi
I been waiting to use this along with Frigate but my Coral device 81 weeks away. My question is do you all have a Coral or does it work well enough without it?
5310
I ran frigate without a coral fine with two 1080p cameras. Once I upgraded and got more cams my low end system struggled with its 4th gen Intel mobile CPU. I now have a much more powerful server and a coral, the coral takes care of the heavy lifting.
Thank you for your work on the fixed template! Notifications are working with my camera, however I am wondering if zones are broken or if I am using them wrong? Hereās my automation using the template, and I defined the zone I want notifications for but Iām getting notifications for all zones on this camera:
Thereās a zone filter enabled toggle you need to turn on. Not sure if capitalisation is an issue off the top of my head either, but just try the toggle first.
Thank you so much for the speedy reply! Iām so sorry, I donāt know how I missed that! Thereās a lot going on in this blueprint, itās amazing and so helpful to not have to configure all the API links for my frigate notifications.
EDIT: For those who may also be facing this issue: capitalization absolutely does matter; it didnāt like when I had my zone name capitalized. I have it working now:
This is working pretty great for me so far, but, is there a way to have it only send the snapshot to iOS in a way that it is just viewable in the notification, instead of a link back to the hass webserver?
I just tried installing the stable blueprint right now and i get a 500 error when i try to create the automation with it. You have have the state and presence filters as optional in the descriptions, but show as required on the actual fields. At least it looks like thats the issue. Appears the blueprint is Frigate Notification (0.11.0.10) - SgtB. Now one thing I just noticed is that it says the minimum requirements have Minimum Frigate Integration Version: 3.0.01 listed. I am using the Frigate Proxy addon since my frigate box is separate. Would that be the problem? Also, while we are at it, shouldnt the base_url for public access be automatically pulled from home assistance config? You would have an internal_url or external_url value. (personally I use the the same for both and do loopback).
Donāt think Iāve ever seen this. Where exactly?
The state filter is a toggle so I assume you refer to the state filter entity? In what way does it show as required? Did you click on the field and then not select an entity causing it to turn red? Not sure if that actually stops you saving the automation but if it does, switch to yaml mode and back. That will clear the red.
No, but you do need the integration installed. The proxy is an add-on not an integration. I use it also for the same reason. Seperate things.
No, those are optional in the HA config. They also donāt support subdirectories which could be how people have HA accessible externally. Iāve never used them myself.