Skip to content

Instantly share code, notes, and snippets.

@deepcoder
deepcoder / birdnet_to_mqtt.py
Last active May 21, 2024 16:49
BirdNET to MQTT publishing for Home Assistant consumption
#! /usr/bin/env python3
# birdnet_to_mqtt.py
#
# 202306171542
#
# monitor the records in the syslog file for info from the birdnet system on birds that it detects
# publish this data to mqtt
#
import time