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

homebridge-fritz-light

v1.0.3

Published

Homebridge integration for the FRITZ! ecosystem

Readme

homebridge-fritz-light

GitHub last commit Donate


Motivation

Development of the popular homebridge-fritz-platform has stalled.
The main goal of this project is to maintain compatibility with modern Homebridge and FRITZ!Box firmware versions, allowing users to control key smart home functions from within HomeKit.

This plugin currently focuses on stability and simplicity rather than feature completeness. It provides the essential functionality needed for daily use, but it is currently no full replacement for the original plugin or a competitor to more comprehensive solutions such as Home Assistant integrations.


Scope

Currently, this plugin supports the following devices and actions within the FRITZ! ecosystem:

| Device | Supported actions | |--------------------------------------------|-------------------------------------------------------------------------------------------------| | Thermostats(e.g. FRITZ!DECT 301) | - Temperature reporting- Change target temperature- Recall templates | | Outlets(e.g. FRITZ!DECT 200 / 210) | - Power toggle- Temperature reporting |

Other FRITZ! SmartHome devices (e.g. window sensors or lights) are not yet supported.
Contributions are welcome if you wish to extend functionality. See below for further information.


Configuration

You need access to a FRITZ!Box on your local network.

1. Enable Application Access

In your FRITZ!Box settings, enable access for local applications:
FRITZ! manual: Allowing Access to the Home Network for Apps and Applications

  • ✅ Allow access for applications
  • ✅ Transmit status information via UPnP

Enable TR-064

2. Create a Dedicated User

Create a FRITZ!Box user account with full permissions for home network access:
FRITZ! manual: Configuring FRITZ!Box Users

User permissions

3. Configure in Homebridge

You can add this plugin either via the Homebridge UI or by editing your config.json manually.

Example configuration:

{
  "platforms": [
    {
      "name": "FRITZ! Light",
      "host": "fritz.box",
      "username": "homebridge",
      "password": "_example_password_change_me_",
      "exposeTemplates": true,
      "templatePrefix": "Template:",
      "platform": "FritzLight"
    }
  ]
}

Technical Background

This plugin communicates directly with the FRITZ!Box using official local interfaces:

All communication happens locally within your home network; no data is transmitted to external servers.


Limitations and Future Development

This plugin currently supports only thermostats and a template recall functionality. As I no longer own other FRITZ! SmartHome devices, I am not planning further feature development.

However, contributions are very welcome! If you wish to extend support for additional FRITZ! devices (e.g., plugs, switches, sensors), please fork the repository and open a pull request.

Some examples of possible devices and features are:

| Device | Supported actions | |-------------------------------------------|----------------------------------------------------------------------------------------------| | FRITZ!Box, FRITZ!Repeater | - Toggle guest WLAN | | Buttons(e.g. FRITZ!DECT 400, 440) | - Temperature and humidity reporting- Note: Button presses cannot be detected reliably | | Lights(e.g. FRITZ!DECT 500) | - Power toggle- Change brightness / color- Support for adaptive lighting | | Sensors(e.g. FRITZ!DECT 350) | - Window state reporting |


Credits

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.