{
  "config": {
    "audio": {
      "channels": 1,
      "device_preferred": "default",
      "overlap_seconds": 1.0,
      "preprocessing": {
        "highpass_enabled": false,
        "highpass_hz": 300,
        "noisegate_enabled": false,
        "noisegate_threshold_dbfs": -45.0,
        "normalize_enabled": false
      },
      "samplerate": 44100,
      "segment_seconds": 3.0
    },
    "battery": {
      "capacity_wh": 74.0,
      "output_efficiency": 0.85
    },
    "filters": {
      "day_end_hour": 22,
      "day_start_hour": 6,
      "daytime_only": false
    },
    "inference": {
      "aggregate_per_species": false,
      "classifier_labels_path": null,
      "classifier_model_path": null,
      "min_confidence_log": 0.6,
      "postfilter_enabled": false,
      "postfilter_min_count": 1,
      "postfilter_window_seconds": 60,
      "reject_nonlocal": false,
      "save_recording": 1,
      "score_threshold": 0.6
    },
    "limits": {
      "cpu_temp_c_limit": 80,
      "min_free_space_gb": 2
    },
    "location": {
      "lat": 50.1109,
      "lon": 8.6821,
      "timezone": "Europe/Berlin"
    },
    "logging": {
      "level": "INFO",
      "werkzeug_level": "INFO"
    },
    "record": {
      "recording_enabled": false
    },
    "server": {
      "host": "0.0.0.0",
      "port": 8080
    },
    "service": {
      "name": "birdpi",
      "sync": "birdpi-sync",
      "timer": "birdpi-sync"
    },
    "sites": [
      {
        "key": "dev",
        "lat": 49.8728,
        "lon": 8.6512,
        "name": "Entwicklung",
        "timezone": "Europe/Berlin"
      },
      {
        "key": "DA",
        "lat": 49.8728,
        "lon": 8.6512,
        "name": "Darmstadt",
        "timezone": "Europe/Berlin"
      }
    ],
    "telemetry": {
      "history_limit_h": 48,
      "interval_sec": 300
    },
    "ui": {
      "enabled": false
    }
  },
  "ok": true
}
