Frigate NVR Motion-Activated Lighting Setup

I recently set up a motion-activated lighting system using Frigate NVR, and I wanted to share my experience. The goal was to automatically turn on outdoor lights when motion is detected, especially at night. Here’s how I did it:

  1. Frigate Configuration: I integrated Frigate with my MQTT broker. Frigate sends motion events through MQTT, which I then use to trigger actions in my smart home system.

  2. Automations: Using a timer in the automation system, I configured it to turn the lights on when a motion event is detected and off after a set period. I also added a condition to check if it’s dark outside to avoid unnecessary light usage during the day.

  3. Testing: The setup worked perfectly! The lights come on when motion is detected, providing excellent visibility without constant monitoring. It’s been a great addition to my home security.

  4. Tips: - Ensure your MQTT integration is stable. - Test the timer settings to find the optimal duration for your needs. - Use motion sensors with reliable detection to minimize false triggers.

This project was a fun way to enhance home security while learning more about smart home integrations. If anyone has questions or wants to share their own setups, I’d love to hear about them!