bombadiltom / homebridge-rademacher-homepilot

MIT License
26 stars 21 forks source link
homebridge homebridge-plugin homekit

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,
        "debug": false,
        "did_list_usage": "none",
        "did_list": []
      }
    ]

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.