From 3333c9625aa0a1a04f76c19f422e7b833cf300ac Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 29 May 2024 13:49:33 +0200 Subject: [PATCH] Update README.md --- birdnet-pi/README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/birdnet-pi/README.md b/birdnet-pi/README.md index 0169e1126..dc87da1e8 100644 --- a/birdnet-pi/README.md +++ b/birdnet-pi/README.md @@ -38,6 +38,8 @@ Features of the addon : ## Configuration +--- + Install, then start the addon a first time Webui can be found at . @@ -83,16 +85,29 @@ The installation of this add-on is pretty straightforward and not different in c ## Integration with HA +--- + You can use apprise to send notifications with mqtt, then act on those using HomeAssistant Further informations : https://wander.ingstar.com/projects/birdnetpi.html ## Using ssl +--- + Option 1 : Install let's encrypt addon, generate certificates. They are by default certfile.pem and keyfile.pem stored in /ssl. Just enable ssl from the addon option and it will work. Option 2 : enable port 80, define your BirdNET-Pi URL as https. Certificate will be automatically generated by caddy -## Microphone comparison +## Improve detections + +--- + +### Ferrite + +Adding ferrite to your cables seems to greatly decrease electronic noise in short frequencies +Example : https://www.amazon.fr/HUAREW-Valeurs-Ferrite-Suppresseur-Diam%C3%A8tre/dp/B09WTZNC38 + +### Microphone comparison Recommended microphones ([full discussion here](https://github.com/mcguirepr89/BirdNET-Pi/discussions/39): - Clippy EM272 (https://www.veldshop.nl/en/smart-clippy-em272z1-mono-omni-microphone.html) + ugreen aux to usb connector @@ -102,7 +117,7 @@ Conclusion, using mic from Dahua is good enough, but Boya by-lm40 is more optima ![image](https://github.com/alexbelgium/hassio-addons/assets/44178713/df992b79-7171-4f73-b0c0-55eb4256cd5b) -## Denoise ([Full discussion here](https://github.com/mcguirepr89/BirdNET-Pi/discussions/597)) +### Denoise ([Full discussion here](https://github.com/mcguirepr89/BirdNET-Pi/discussions/597)) Denoise is frowned upon by serious researchers. However it does seem to significantly increase quality of detection ! Here is how to do it in HA : - Using Portainer addon, go in the hassio_audio container, and modify the file /etc/pulse/system.pa to add the line `load-module module-echo-cancel`