Analysis updated 2026-05-18
Track which bird species visit your yard by combining camera and audio detection data in one Home Assistant dashboard.
Browse historical bird activity charts and per-species sighting counts from your home NVR setup.
Watch video clips or listen to audio recordings of specific bird detections directly inside Home Assistant.
| chasem12345/hass-aviary | 0-bingwu-0/live-interpreter | 0xkaz/llm-governance-dashboard | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | ops devops | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Frigate NVR and BirdNET-Go already running, plus a Home Assistant instance with MQTT broker.
Aviary is a Home Assistant add-on that collects bird detections from two separate systems and displays them in a single dashboard inside your Home Assistant setup. It connects to Frigate NVR, which uses a camera to identify birds visually, and BirdNET-Go, which identifies birds by their calls using audio. Both systems publish their detection results to MQTT, a messaging protocol common in home automation. Aviary subscribes to those messages and stores every detection in a local SQLite database. It does not do any bird identification itself, it only aggregates results from the two sources that already do that work. The dashboard appears as a sidebar entry in Home Assistant on both desktop and mobile. You can browse recent detections, view a live-refreshing feed, and click into individual species pages that show totals, first and last sightings, and activity charts. When you open a detection from Frigate, it plays the video clip or snapshot. When you open a detection from BirdNET-Go, it plays the audio recording with a spectrogram. Detections can be filtered by day and are paginated for long lists. Installation works through the standard Home Assistant add-on store. You add the repository URL, find Aviary in the store, and install it. The configuration tab asks for the URLs of your Frigate and BirdNET-Go instances and lets you override MQTT settings if you are not using the default Mosquitto broker. Once started, the add-on can also backfill existing detections from both sources on startup. The project is new, created in July 2026, and appears aimed at birding enthusiasts who already run Frigate and BirdNET-Go at home.
A Home Assistant add-on that collects bird detections from Frigate NVR and BirdNET-Go via MQTT and shows them in a single searchable dashboard.
Mainly Python. The stack also includes Python, FastAPI, Home Assistant.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.