https://github.com/exphat/homebridge-hunterdouglas
🏡 Control Hunter Douglas Platinum blinds via homebridge
https://github.com/exphat/homebridge-hunterdouglas
homebridge hunter-douglas-blinds node-hunterdouglas
Last synced: about 1 year ago
JSON representation
🏡 Control Hunter Douglas Platinum blinds via homebridge
- Host: GitHub
- URL: https://github.com/exphat/homebridge-hunterdouglas
- Owner: exPHAT
- License: mit
- Created: 2016-10-22T21:48:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T21:50:52.000Z (over 7 years ago)
- Last Synced: 2025-05-05T21:03:05.639Z (about 1 year ago)
- Topics: homebridge, hunter-douglas-blinds, node-hunterdouglas
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 12
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-hunterdouglas
Control your Hunter Douglas blinds with [homebridge](https://github.com/nfarina/homebridge).

## Installation
1. Install homebridge using `npm install -g homebridge`
2. Install this plugin using `npm install -g homebridge-hunterdouglas`
3. Update your homebridge configuration file (see example below).
## Configuration
Add this plugin to your homebridge configuration as a platform.
```json
"platforms": [
{
"platform": "HunterDouglas",
"name": "Hunter Douglas",
"ip_address": "192.168.0.xx"
}
]
```
The `ip_address` field represents the IP address of your base station, you can find it by using the "Platinum Shade Controller" app and navigating to settings.
You can also specify `port` if somehow you've changed the port of the base station.
## License
MIT
---
- [exphat.com](http://exphat.com)
- GitHub [@exphat](https://github.com/exphat)
- Twitter [@exphat](https://twitter.com/exphat)