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

@minguyen68/homebridge-fritz-platform

v6.1.2

Published

Homebridge v2 Plugin to control FritzBox router, smarthome devices and more (community fork).

Downloads

474

Readme

homebridge-fritz-platform

npm npm GitHub last commit

⚠️ This is a community fork of the original SeydX/homebridge-fritz-platform, updated to work with Homebridge v2 (released May 2026) and HAP-NodeJS v1. The original project is no longer actively maintained for v2. All credit for the plugin goes to the original author @SeydX.

Info

Compatible with Homebridge v1.6+ and Homebridge v2. Requires Node.js 18.20+, 20.15+ or 22.

Installing this fork

Option 1: From Homebridge UI (easiest - recommended)

  1. Open Homebridge UI in your browser
  2. Go to PluginsInstall Plugin
  3. Search for @minguyen68/homebridge-fritz-platform
  4. Click Install
  5. Restart Homebridge
  6. Configure the plugin with your FritzBox IP, username, and password

Option 2: From npm

sudo npm install -g @minguyen68/homebridge-fritz-platform
sudo hb-service restart

Option 3: Local clone (development / testing)

git clone https://github.com/minhtuannguyen/homebridge-fritz-platform.git
cd homebridge-fritz-platform
npm install
sudo npm link                # exposes the package globally
sudo npm link homebridge-fritz-platform   # in your homebridge user dir
sudo hb-service restart

On a Raspberry Pi (or any Linux machine running Homebridge as the homebridge user)

git clone https://github.com/minhtuannguyen/homebridge-fritz-platform.git 
cd homebridge-fritz-platform

npm install

sudo -u homebridge npm link

cd /var/lib/homebridge
sudo -u homebridge npm link /path/to/homebridge-fritz-platform

sudo hb-service restart

After installing, you may need to remove any old plugin entry in the Homebridge UI from the original homebridge-fritz-platform package, as this scoped package uses a different namespace.

This plugin allows almost full control of AVM hardware like:

  • Fritz!Box
    • Router status and switch functionality,
    • WLAN 2.4Ghz,
    • WLAN 5Ghz,
    • WLAN Guest,
    • WPS,
    • DECT,
    • Answering Machine,
    • Deflection,
    • Device LED,
    • Device Lock,
    • Ring Lock,
    • Phonebook,
    • Alarm,
    • Wakeup,
    • DNS Server
    • Broadband
    • Reconnect
    • Child Lock
    • Fallback Internet
  • Fritz!Repeater
    • Repeater status and switch functionality,
    • WLAN 2.4Ghz,
    • WLAN 5Ghz,
    • WLAN Guest,
    • WPS,
    • Device LED,
    • Device Lock
  • Fritz!Fon
    • Callmonitor (with adjustable filter for incoming/outgoing numbers),
    • FakeGato support
  • Fritz!DECT Buttons, Telekom Wandtaster
    • Support for buttons with 1/4 channels
    • Temperature sensor with FakeGato,
    • Humidity sensor with FakeGato,
    • FakeGato support
  • Fritz!DECT Outlets, Fritz!Powerline Outlets
    • Switch/Outlet status and switch functionality,
    • Power meter,
    • Temperature sensor with FakeGato,
    • Telegram notification when device is in use/not in use
    • FakeGato support
  • Fritz!DECT Lights
    • Light status and switch functionality,
    • Brightness adjustment,
    • Color adjustment,
    • Apple adaptive lighting
  • Fritz!DECT Thermostats, Comet!DECT Thermostats
    • Thermostat current state, target state, current temperature and target temperature state and switch functionality,
    • Temperature sensor,
    • Humidity sensor with FakeGato,
    • Window sensor (for window open functionality)
    • Open Window detection (to trigger manually open window)
    • FakeGato support
  • Rollotron DECT 1213/Blind/Shutter
    • Position adjustment/status
  • HAN-FUN sensors (e.g. Deutsche Telekom)
    • Contact state,
    • FakeGato support
  • Presence
    • Detect occupancy through wifi,
    • Detect occupancy through guest wifi,
    • Fakegato support
  • Watch Network
    • Control devices if connected or disconnected from network
  • Telegram
    • Receive custom messages for occupancy detection (presence), device detection (watch network), incoming/outgoing calls (callmonitor), alarm, router state and outlet usage

Any system capable of running Homebridge can be used to run homebridge-fritz-platform. The only need is network access to the device or program in question.

Disclaimer

All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.