Skip to content

Instantly share code, notes, and snippets.

@JAnslinger
JAnslinger / birdnet_to_mqtt.py
Last active April 25, 2024 07:38 — forked from deepcoder/birdnet_to_mqtt.py
BirdNET to MQTT publishing for Home Assistant consumption
#! /usr/bin/env python3
# birdnet_to_mqtt.py
# fork of https://gist.github.com/deepcoder/c309087c456fc733435b47d83f4113ff
#
# 20240425
#
# monitor the records in the syslog file for info from the birdnet system on birds that it detects
# publish this data to mqtt
#