Skip to content

kwatzlr/homebridge-rademacher-homepilot

 
 

Repository files navigation

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",
        "password": "",
        "password_hashed": "false",
        "scenes_as_switch":"false"
      }
    ]
  • 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 alerady hashed with sha256 (if enabled in its web interface)
  • scenes_as_switch: if "true", all scenes are added as switch to HomeKit, otherwise scenes are not added at all

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%