Morphy99

Results 61 comments of Morphy99

> So for this to be fixed, we need to wait for a new version of the editor. Seems this has been open a few years now, are there any...

> Which mqtt topic? I've just checked my HA automation and it's triggered from the sensor.camera_X_person entity. I was assuming this was triggered by MQTT in the Frigate HA integration?

> `MQTT -> required_zones` only restricts the MQTT snapshots from being sent. > > If you're referring to the `/events` topic in MQTT, that will always send all updates and...

> > > Which mqtt topic? > > > > > > I've just checked my HA automation and it's triggered from the sensor.camera_X_person entity. I was assuming this was...

My issue is trying to eliminate false positives on this camera. As it's a small area that's covered and people are large in the frame, positive detections are a high...

I'm still getting some weird behaviour with my automation triggering despite the filters set up. Last night I had a "person in zone" event which wasn't in the Frigate database...

> Was there another event at that same time? Nope, nothing on any camera until 02:47.

> Do your notifications check for the required zones before notifying? The automations are [here](https://github.com/blakeblackshear/frigate/issues/3783#issuecomment-1240326757) and for this particular camera there is no required zone in the mqtt condition. However,...

But I have this in the frigate config for that camera: ``` mqtt: required_zones: - back_patio_left - back_patio_right - back_patio_steps - back_patio_shed ```

Ahhhhh, yes sorry! I forgot that crucial snippet. Maybe you need to look at renaming that config entry mqtt_snapshots to avoid confusion. I'll adjust my automation conditions to require zones.