homebridge-rademacher-blinds

rademacher blinds plugin for homebridge: https://github.com/jortgies/homebridge-rademacher-blinds

Usage no npm install needed!

<script type="module">
  import homebridgeRademacherBlinds from 'https://cdn.skypack.dev/homebridge-rademacher-blinds';
</script>

README

homebridge-rademacher-blinds

Homebridge plugin for Rademacher blinds.

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-blinds

Update your config.json file. See config.json in this repository for a sample. The "inverted" configuration switch can be used to show open shades as closed or closed shades as open. (true per default because 0% in the homepilot means open, whereas 0% in the Home app means closed)

Configuration

Configuration sample:

  "platforms": [
      {
        "platform": "RademacherBlinds",
        "name": "RademacherBlinds",
        "url": "http://192.168.0.1",
        "inverted": true
      }
    ]