Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibartlett/homebridge-wink3
Homebridge plugin for wink.com
https://github.com/sibartlett/homebridge-wink3
home-automation homebridge homebridge-plugin homekit siri wink
Last synced: about 2 months ago
JSON representation
Homebridge plugin for wink.com
- Host: GitHub
- URL: https://github.com/sibartlett/homebridge-wink3
- Owner: sibartlett
- License: isc
- Archived: true
- Created: 2017-05-11T04:44:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T20:45:28.000Z (about 3 years ago)
- Last Synced: 2024-04-24T18:55:05.490Z (8 months ago)
- Topics: home-automation, homebridge, homebridge-plugin, homekit, siri, wink
- Language: JavaScript
- Homepage: https://sibartlett.github.io/homebridge-wink3
- Size: 899 KB
- Stars: 52
- Watchers: 10
- Forks: 20
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**IMPORTANT!** This project is no longer being maintained, as I no longer use Wink and Wink has closd their developer portal.
![Wink and HomeKit](https://i.imgur.com/JGy2QiM.png)
**homebridge-wink3**
|
[Documentation](https://sibartlett.github.io/homebridge-wink3)
|
[Slack](https://homebridgeteam.slack.com/messages/C0FPLQW8J)
|
[GitHub](https://github.com/sibartlett/homebridge-wink3)
|
[NPM](https://www.npmjs.com/package/homebridge-wink3)Yet another Wink plugin for [homebridge](https://github.com/nfarina/homebridge).
* Uses Wink API v2, and local control.
* Subscribes to Wink push notifications, instead of polling for device updates.
* Written in ES2018 (arrow functions, async/await, classes, etc).
* Accessory services and characteristics are defined declaratively.
* Supports API tokens obtained from [developer.wink.com](https://developer.wink.com)This plugin is a rewrite of two plugins that came before:
* The original [homebridge-wink](https://github.com/KraigM/homebridge-wink) plugin, maintained by [KraigM](https://github.com/KraigM)
* A [fork](https://github.com/pdlove/homebridge-wink), maintained by [pdlove](https://github.com/pdlove)