awahlig / homebridge-rademacher-homepilot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebridge-rademacher-homepilot

Homebridge plugin for Rademacher Homepilot.

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"
      }
    ]

Community

Join Homebridge slack team at https://homebridge-slackin.glitch.me/ Then add channel https://homebridgeteam.slack.com/messages/CNLGTM2SC

About

License:MIT License


Languages

Language:JavaScript 99.6%Language:Shell 0.4%