homebridge-hunterdouglas-platinum v2.1.0
homebridge-hunterdouglas-platinum
Hunter Douglas Platinum plug-in for Homebridge
Requirements
This plugin was recently rewritten in Typescript to use the latest capabilities of Homebridge 1.x, so it requires at a minimum:
- Homebridge >= 1.0.0
 - Node >= 10.17.0
 
Installation
- Install homebridge using: 
npm install -g homebridge - Install this plug-in using: 
npm install -g homebridge-hunterdouglas-platinum - Update your configuration file. See example 
config.jsonsnippet below. 
Configuration
Configuration samples (edit ~/.homebridge/config.json):
Direct connection via IP Address
Use this when you know the local static IP address.
"platforms": [
        {
            "platform": "HunterDouglasPlatinum",
            "ip_address": "192.168.0.100"
        }
    ],Optional fields:
"statusPollingSeconds"time in seconds to poll for blind positions. Default is 60 seconds.
"setPositionDelayMsecs"time in msecs to delay actuually setting a blind position after it has changed. This smooths things out when you are dragging slider for a given slide. Default is 2500 msecs."setPositionThrottleRateMsecs"rate limits how often we send set position commands to the gateway. Default is 5000 msecs."createVirtualRoomBlind"Creates a virtual blind for each room that contains all the blinds in the room. Default is true. Changing this blind will change all blinds in the room. Position is set to the average position of all blinds in the room."createDiscreteBlinds"Creates a blind for each real blind. Default is true. You might want to turn this off if you want only the virtual room blind."prefixRoomNameToBlindName"Prefix the room name to each discrete blind name. Default is true."visibleBlindNames"Comma-seperated list of blind names (prefixed with room name) to make visible. All other blinds are ignored. Only used whencreateDiscreteBlindsis true."topDownBottomUpBehavior"Choose the desired behavior for Top-Down / Bottom-Up blinds. If"topDown"is specified, the slider will control the middle rail, and the blind will open downward. If"bottomUp"is specified, the slider will control the bottom rail, and the blind will open upward. Default is"topDown". This setting has no effect on standard blinds (i.e., blinds with only "Bottom-Up" functionality).
Implemented HomeKit Accessory Types
WindowCovering
creates a WindowCovering accessory for each discovered blind if
createDiscreteBlindsis truecreates a WindowCovering accessory for each discovered room if
createVirtualRoomBlindis true
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago