Update README.md

This commit is contained in:
Alexandre
2024-05-29 13:49:33 +02:00
committed by GitHub
parent f3e66cd343
commit 3333c9625a

View File

@@ -38,6 +38,8 @@ Features of the addon :
## Configuration ## Configuration
---
Install, then start the addon a first time Install, then start the addon a first time
Webui can be found at <http://homeassistant:80>. Webui can be found at <http://homeassistant:80>.
@@ -83,16 +85,29 @@ The installation of this add-on is pretty straightforward and not different in c
## Integration with HA ## Integration with HA
---
You can use apprise to send notifications with mqtt, then act on those using HomeAssistant You can use apprise to send notifications with mqtt, then act on those using HomeAssistant
Further informations : https://wander.ingstar.com/projects/birdnetpi.html Further informations : https://wander.ingstar.com/projects/birdnetpi.html
## Using ssl ## 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 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 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): 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 - 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) ![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 : 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` - 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`