Rain / Snow detection for IR #20940
Replies: 1 comment
-
|
Frigate doesn't have built-in rain or snow detection capability, but you can work around this using Home Assistant automations to toggle object detection on and off(1)(2)(3). For your audio detection approach, you can enable audio events and monitor volume levels through MQTT(1). You would configure audio detection globally or per-camera like this: audio:
enabled: True
min_volume: 500
listen:
- bark
- fire_alarm
- scream
- speech
- yellThe From Home Assistant, you can monitor the audio volume sensor and create an automation that disables object detection when sustained high audio levels (potentially rain) are detected(4). The Frigate integration exposes switch entities for each camera's detect functionality(3)(5). To toggle detection, you can use the One limitation: if you disable audio in the config with 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to detect rain / snow during night (as the cameras are blind anyways), and switch off object detections until the storm passes? I thought maybe for rain audio detection could be used and toggled through HA but still thinking about options.
Beta Was this translation helpful? Give feedback.
All reactions