Frigate and Home Assistant Integration for Camper Surveillance

Hello everyone, I wanted to share my recent project of setting up a video surveillance system for my camper using Home Assistant (HA) and Frigate. The goal was to integrate four AHD cameras (front, back, left, and right) along with an optional indoor camera, all powered by a 12V battery system. Here’s how I approached it:

Project Overview:

  • Hardware: I chose 4x AHD cameras for their reliability and wide-angle coverage. For processing, I went with a mini-PC running Frigate, which handles object and motion detection efficiently.
  • Software: Home Assistant runs on a Raspberry Pi, managing the integration and automation. I used ffmpeg to convert AHD signals to RTSP streams, which Frigate processes seamlessly.

Challenges and Solutions:
One of the biggest challenges was ensuring low power consumption, especially since the camper is mobile. I opted for a compact DVR that supports RTSP and a mini-PC with low power requirements. I also implemented a DC-DC converter to manage the 12V supply effectively.

Frigate Configuration:
Frigate was configured to detect humans, vehicles, and even animals around the camper. The system records events, triggers automations (like notifications or lighting adjustments), and stores everything locally for privacy.

Tips for Others:
If you’re planning a similar setup, I recommend:

  • Researching DVRs that support RTSP and have low power consumption.
  • Testing different mini-PCs to find one that balances performance and energy efficiency.
  • Ensuring your DC-DC converters are reliable to avoid power issues.

This project has been a great learning experience, and I’m thrilled with how smoothly everything integrates. If anyone has questions or suggestions, I’d be happy to discuss further!

Cheers,
Micha