You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the config.yaml the realtime/interval is set to 15. Which makes that next same species detections within 15 seconds are dropped and not registered.
But although not registered the detections clearly does get messaged through MQTT if that is integration path is set to on.
Steps to Reproduce (for bugs)
[First Step]
[Second Step]
[and so on...]
Expected behavior
I'd expected that when a detection is dropped due to above mentioned setting this also means that it's excluded rfrm any further (external) reporting too. It should by fully dropped.
Actual behavior
Although the detection does not get registered it is messaged to any interested MQTT client if MQTT integration is on.
Screenshots
Environment
Version Information (build date)
Provide the following line from your system:
$ ./birdnet-go
[Paste the output line here, which should look like this:]
BirdNET-Go build date: YYYY-MM-DDTHH:MM:SSZ, using config file: /path/to/config.yaml
System Information
Device:
Raspberry Pi (specify model, e.g., Raspberry Pi 4 Model B)
Other SBC (please specify)
PC/Server (please specify)
OS: [e.g. Raspberry Pi OS, Ubuntu, Debian]
OS Version: [e.g. Raspberry Pi OS Bullseye, Ubuntu 20.04.2 LTS]
Issue Type
Description
In the config.yaml the realtime/interval is set to 15. Which makes that next same species detections within 15 seconds are dropped and not registered.
But although not registered the detections clearly does get messaged through MQTT if that is integration path is set to on.
Steps to Reproduce (for bugs)
Expected behavior
I'd expected that when a detection is dropped due to above mentioned setting this also means that it's excluded rfrm any further (external) reporting too. It should by fully dropped.
Actual behavior
Although the detection does not get registered it is messaged to any interested MQTT client if MQTT integration is on.
Screenshots
Environment
Version Information (build date)
Provide the following line from your system:
System Information
For Non-Raspberry Pi Linux Users
Have you tested with the latest dev branch container image?
If not, first test with the latest dev branch container image and see if the issue is already fixed.
Additional context
[Add any other context about the problem here, such as any custom configurations or specific usage scenarios]
Possible Solution
[If you have a suggestion for fixing the bug or implementing the feature]
The text was updated successfully, but these errors were encountered: