Coder Social home page Coder Social logo

Comments (2)

tphakala avatar tphakala commented on July 26, 2024 1

MQTT support is now added, code was contributed by @janvrska. Release v0.5.1 and latest docker images contain support for this, please test and provide feedback.

Add following under realtime node in config yaml file

realtime:
    mqtt:
        enabled: true                      # true to enable MQTT
        broker: tcp://localhost:1883       # MQTT (tcp://host:port)
        topic: birdnet                     # MQTT topic
        username: birdnet		   # MQTT username
        password: secret       		   # MQTT password

from birdnet-go.

tomlut avatar tomlut commented on July 26, 2024 1

Confirmed as working. Thank you both.

birdnet startup

Starting BirdNET-Go Analyzer in realtime mode
Threshold: 0.8, sensitivity: 1, interval: 15
2024/04/06 08:22:42 Connecting to MQTT broker
2024/04/06 08:22:42 Successfully connected to MQTT broker
2024/04/06 08:22:42 Connected to MQTT broker: tcp://10.1.1.100:1883
[2024-04-06T08:22:43+11:00] [INFO] ⨠http server started on [::]:8080

mqtt broker /birdnet topic:

{
  "ID": 0,
  "SourceNode": "BirdNET-Go",
  "Date": "2024-04-06",
  "Time": "08:23:51",
  "InputFile": "",
  "BeginTime": "2024-04-06T08:23:48.736132138+11:00",
  "EndTime": "0001-01-01T00:00:00Z",
  "SpeciesCode": "railor5",
  "ScientificName": "Trichoglossus moluccanus",
  "CommonName": "Rainbow Lorikeet",
  "Confidence": 0.8614452481269836,
  "Latitude": <redacted>
  "Longitude": <redacted>
  "Threshold": 0.8,
  "Sensitivity": 1,
  "ClipName": "clips/2024/04/trichoglossus_moluccanus_86p_20240406T082353Z.wav",
  "Comment": "",
  "ProcessingTime": 598766979,
  "Results": null
}

Just have to work out how best to display it in Home Assistant now.

from birdnet-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.