npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.frigate

v3.0.0

Published

Adapter for Frigate

Readme

Logo

ioBroker.frigate

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information on how to disable the error reporting, see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

frigate adapter for ioBroker

Adapter for Frigate NVR — an open-source, self-hosted video surveillance system with AI-powered object detection.

Documentation

🇺🇸 Documentation

🇩🇪 Dokumentation

Discussion and questions

https://forum.iobroker.net/topic/64928/frigate-adapter-für-iobroker

Changelog

3.0.0 (2026-05-16)

  • (copilot) Adapter requires node.js >= 22 now
  • (copilot) Added re-streaming support for live video feeds (experimental)
  • (copilot) Added support for license plate recognition events from Frigate

2.3.2 (2026-04-14)

  • (@GermanBluefox) Added support of shm_size

2.3.1 (2026-03-29)

  • (Eistee82) Added Frigate API authentication support for port 8971 (username/password login with JWT)
  • (Eistee82) Automatic token refresh on 401 responses

2.3.0 (2026-03-29)

  • (Eistee82) Many new features, improvements, and bug fixes in development for the next major release (see 2.2.2)

2.2.2 (2026-03-29)

New Features:

  • (Eistee82) Added per-camera motion threshold control (remote.motionThreshold)
  • (Eistee82) Added per-camera motion contour area control (remote.motionContourArea)
  • (Eistee82) Added per-camera birdseye mode control (remote.birdseyeMode)
  • (Eistee82) Added per-camera improve contrast toggle (remote.improveContrast)
  • (Eistee82) Added Frigate notification control via MQTT (notifications.enabled, notifications.suspend)
  • (Eistee82) Added automatic zone device creation from Frigate config
  • (Eistee82) Audio details (dBFS, RMS, transcription, audio types) are now automatically available
  • (Eistee82) Camera health status (detect/audio/record role status) is now automatically available
  • (Eistee82) Classification states and review status are now automatically available

Modernization:

  • (Eistee82) Migrated adapter to ESM (ECMAScript Modules) — requires js-controller >= 6.0.5
  • (Eistee82) Upgraded aedes MQTT broker from 0.51 to 1.x
  • (Eistee82) Replaced uuid dependency with built-in crypto.randomUUID()
  • (Eistee82) Replaced json-bigint dependency with native JSON.parse
  • (Eistee82) Refactored monolithic main.ts into focused modules
  • (Eistee82) Include build directory in the repository for direct GitHub installation

Bug Fixes:

  • (Eistee82) Fixed a critical bug: motion ON was always parsed as false due to operator precedence
  • (Eistee82) Fixed snapshot notification missing image parameter
  • (Eistee82) Fixed duplicate MQTT message processing in built-in broker mode
  • (Eistee82) Fixed tmp directory cleanup deleting files from other programs
  • (Eistee82) Converted synchronous filesystem operations to async
  • (Eistee82) Debounced event history fetching to prevent excessive API calls
  • (Eistee82) Improved error logging consistency across all catch blocks

License

MIT License

Copyright (c) 2026 iobroker-community-adapters [email protected]
Copyright (c) 2024-2025 TA2k [email protected]

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.