mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 05:11:49 +02:00
Update README.md
This commit is contained in:
@@ -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
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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`
|
||||||
|
|||||||
Reference in New Issue
Block a user