Dieser Adapter nutzt die Sentry-Bibliotheken, um Ausnahmen und Codefehler automatisch an die Entwickler zu melden. Weitere Details und Informationen zum Deaktivieren der Fehlerberichterstattung finden Sie in der Sentry-Plugin-Dokumentation . Die Sentry-Berichterstattung wird ab js-controller 3.0 verwendet.
Frigate-Adapter für ioBroker
Adapter für Frigate NVR – ein Open-Source-Videoüberwachungssystem mit KI-gestützter Objekterkennung, das selbst gehostet wird.
Dokumentation
Diskussion und Fragen
https://forum.iobroker.net/topic/64928/frigate-adapter-für-iobroker
Changelog
3.1.3 (2026-09-09)
- (@GermanBluefox) The camera name in the device manager tile moved below the picture: at the top of the tile the drag handle and the favourite star of the widget manager were drawn over it
- (@GermanBluefox) The build helper is written in TypeScriptpes itself now.
3.1.2 (2026-08-28)
- (@GermanBluefox) The Frigate directory can no longer be left empty by accident: the validator complained but did not stop the dialog from being saved. With an empty directory the plugin mounts named volumes instead of the chosen directory, while the adapter writes
config.ymlinto the ioBroker data directory - Frigate then starts without its configuration - (@GermanBluefox) Removed the
iobBackup=frigate_datalabel: no volume of that name exists, so it never marked anything. The label works for named volumes only, and everything worth keeping lives in the bind-mounted Frigate directory -config.ymlis generated from the instance settings, which an ioBroker backup contains anyway, and recordings and clips are far too large for one
3.1.1 (2026-08-24)
- (@GermanBluefox) Fixed the clip download failing with
Request failed with status code 400: Frigate answers that while the recording segments of the event are not written yet, so the download is now retried with a growing delay and the message Frigate sent is written to the log instead of only the status code. The default wait time after the event end was raised from 5 to 10 seconds - (@GermanBluefox) Added the missing translations for the LPR settings, the go2rtc restream column and the event history header, and corrected translations where the product name
Frigate, state IDs and the{{source}}/{{type}}placeholders had been translated as words - (@GermanBluefox) Fixed stale
.jpg/.mp4files in the tmp folder: the cleanup no longer depends onnotificationActive, aborted downloads and failed notifications no longer leave files behind, and every instance now uses its own tmp folder (iobroker-frigate.<instance>) - (@GermanBluefox) Added a web extension: every camera is now served under
/frigate.0/<camera>/snapshot.jpgand/frigate.0/<camera>/stream.mjpegof the web adapter, behind the ioBroker authentication and without exposing Frigate itself - (@GermanBluefox) Added two widgets for ioBroker.devices: a snapshot tile that works everywhere, and a live MJPEG tile
- (@GermanBluefox) Added the
snapshotmessage, which returns the current picture of a camera as base64 - (Eistee82) Fixed zone object counters (e.g.
<zone>.person) staying at their last value after the object left the zone. Per-zone object counts are now sourced solely from the Frigate MQTT occupancy topics, and the zone aggregator resets its active/stationary states to 0 and usescurrent_zonesinstead of the cumulativeentered_zones.
3.0.3 (2026-06-09)
- (@GermanBluefox) Added a button to re-create the docker container
3.0.2 (2026-05-30)
- (@GermanBluefox) Replaced the track of objects with a drop down menu
License
MIT License
Copyright (c) 2026 iobroker-community-adapters iobroker-community-adapters@gmx.de
Copyright (c) 2024-2025 TA2k tombox2020@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.