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-rademacher-homepilot

v0.14.2

Published

rademacher homepilot plugin for homebridge: https://github.com/bombadiltom/homebridge-rademacher-homepilot

Readme

homebridge-rademacher-homepilot

Homebridge plugin for Rademacher Homepilot.

verified-by-homebridge

Installation

Follow the instruction in homebridge for the homebridge server installation. The plugin is published through npm and should be installed "globally" by typing:

npm install -g homebridge-rademacher-homepilot

Update your config.json file. See config.json in this repository for a sample.

Configuration

Configuration sample:

  "platforms": [
      {
        "platform": "RademacherHomePilot",
        "name": "RademacherHomePilot",
        "url": "http://192.168.0.1",
        "password": "",
        "password_hashed": false,
        "scenes_as_switch": false,
        "add_blinds": true,
        "add_dimmer": true,
        "add_thermostat": true,
        "add_lock_switch": true,
        "add_enviroment_sensor": true,
        "add_sun_sensor": true,
        "add_temperature_sensor": true,
        "add_door_window_sensor": true,
        "add_smoke_alarmr": true,
        "debug": false,
        "did_list_usage": "none",
        "did_list": []
      }
    ]
  • url: address of HomePilot's web interface in your local network,
  • password: password to HomePilot (if enabled in its web interface)
  • password_hashed: password to HomePilot is already hashed with sha256 (if enabled in its web interface), for hashing https://www.sha-generator.de/ worked for me
  • scenes_as_switch: if "true", all scenes are added as switch to HomeKit, otherwise scenes are not added at all
  • add_blinds: if "true", all blinds are added as HomeKit, otherwise blinds are not added at all
  • add_dimmer: if "true", all dimmers are added to HomeKit, otherwise dimmers are not added at all
  • add_thermostat: if "true", all thermostats are added to HomeKit, otherwise thermostats are not added at all
  • add_lock_switch: if "true", all locks and switches are added to HomeKit, otherwise locks and switches are not added at all
  • add_enviroment_sensor: if "true", all environment sensors are added HomeKit, otherwise environment sensors are not added at all
  • add_sun_sensor: if "true", sun sensors are added to HomeKit, otherwise sun sensors are not added at all
  • add_temperature_sensor: if "true", temperature sensors are added to HomeKit, otherwise temperature sensors are not added at all
  • add_door_window_sensor: if "true", door/window sensors are added to HomeKit, otherwise door/window sensors are not added at all
  • add_smoke_alarm: if "true", sun smoke alarms are added to HomeKit, otherwise smoke_alarms are not added at all
  • debug: if "true", debugging is activated
  • did_list_usage: if "include" you can choose what Devices are mirrored to HomeKit, you have to enter matching DIDs below, if "exclude" you can exclude a list of DIDs, default is "none"
  • did_list: enter the Device IDs (DIDs) you want to be shown in HomeKit. You can find them in the log file in square brackets ("[12/6/2020, 5:40:36 PM] [RademacherHomePilot] blinds are online: bodentief [10000]" => did = 10000), example list: "did_list": [10000,10001,10002]

Icons

Awning

If you set the icon "Awning/Markise" in HomePilot for blinds, the position will not be inverted (means 0=Closed, 100=Open)

Lock

If you set the icon "Closing Contact/Schließkontakt" for a switch it will be added as lock

Community

The official Homebridge Discord server and Reddit community are where users can discuss Homebridge and ask for help.

Homebridge Discord Homebridge Reddit

HomeKit communities can also be found on both Discord and Reddit.