GithubHelp home page GithubHelp logo

samwelnella / homebridge-powerview-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vves/homebridge-powerview

0.0 0.0 0.0 7 KB

A homebridge plugin to control your PowerView shades.

JavaScript 93.91% Shell 6.09%

homebridge-powerview-1's Introduction

homebridge-powerview

This is a plugin for Homebridge. It allows you to control your Hunter Douglas PowerView roller blinds server using Siri and the Home app.

Installation

  1. Install Homebridge (if not already installed).
  2. Install this plugin copying it to the node_modules folder (manual step until I get it setup in npm).
  3. Update your confiugration file. See below for a sample.

Configuration

"platforms":
    [
       	{
        "platform": "PowerView",
        "ip_address": "WWW.XXX.YYY.ZZZ",
        "debug": false,
        "fullmotiontime" : 30000,
        "fullmotiontimepadding" : 2000,
        "defaultcurrentposition" : 50,
        "querytimeout": 10000,
        "queryattempts": 10
        }
    ]
Parameter Note
platform required, must be set to "PowerView"
ip_address required, the ip address of the PowerView hub
debug optional, default is 'false', if set to true will add extra logging in the output
fullmotiontime optional, default is 30000, an estimate as to the length of time it takes to fully open/close the blinds in milliseconds
fullmotiontimepadding optional, default is 2000, an estimate to the amount of time it takes the blinds to react in milliseconds
defaultcurrentposition optional, default is 50, sometimes the hub doesn't know where the blinds are, in this case we will set it to a default setting
querytimeout optional, default is 10000, amount of time to wait when querying the hub as it sometimes does not like to respond
queryattempts optional, default is 10, number of times to try sending a command, will quit when successful or if this number is reached

homebridge-powerview-1's People

Contributors

gvncampbell avatar vves avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.