Skip to content

Instantly share code, notes, and snippets.

View alexbelgium's full-sized avatar
💭
Helping improve things!

Alexandre alexbelgium

💭
Helping improve things!
  • 14:21 (UTC +02:00)
View GitHub Profile
@all3kcis
all3kcis / Emby-theater-premiere-bypass.md
Last active July 2, 2024 14:41
Emby Theater premiere bypass
@JuanMeeske
JuanMeeske / Readme.md
Last active July 5, 2024 12:24 — forked from deepcoder/birdnet_to_mqtt.py
BirdNET to MQTT publishing for Home Assistant consumption

BirdNET-Pi to MQTT Integration

This Python script birdnet_to_mqtt.py does monitoring on the BirdNET-Pi detections from the syslog file and publishes the bird species detection data to an MQTT broker, which can be used by Home Assistant or other systems.

Introduction

BirdNET-Pi is an tool for analyzing bird sounds using a Raspberry Pi. This project enhances its utility by integrating detected bird species data into Home Assistant through MQTT, enabling users to receive real-time alerts and perform automated actions based on bird detections.

Prerequisites