-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project - Added support for other Wink accessories #73
Comments
@robertvorthman, @pdlove, @Jborn4christ Since I now you all are active homebridge-wink users does anyone have any interest in this stuff? |
Great work but I don't have any of those device types. I use Wink for z-wave switches so I like the recent fan support. |
I'm definitely interested in doorbell support since Ring is dragging their feet on HomeKit support. Going to give this a try |
@microb0x check out Homebridge-winkv2 where I implemented these items. |
The problem with winkv2 is I installed it but it doesn't hide any of the devices groups that I asked to hide. So I reverted back to the original plug in |
Try using Wink2 by pdlove.
…On Mar 10, 2017, 5:34 PM -0700, thechrisreese ***@***.***>, wrote:
Reopened #73 (#73).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub (#73 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/APh0ovMMHEE3pghgj3IHxZY53m9Hklrdks5rkewvgaJpZM4LSfRH).
|
hello -
Here are some projects I'm working on. I did start a fork but I'm not very GitHub friendly and thought maybe others would like to see this. I think some of this is ready for implementation @KraingM but again, not sure what to do.
Cameras.js - https://www.dropbox.com/s/mtvi2ui0s7h3c6n/cameras.js?dl=0
adds motion detection for wink connected cameras. There won't be stream or image support anytime soon.
Doorbells.js - https://www.dropbox.com/s/6ydx8heyeno6f2n/doorbells.js?dl=0
adds motion detection for wink connected doorbells, still working on doorbell press.
Security.js - https://www.dropbox.com/s/6bmspxry77u4bbc/security.js?dl=0
rough start for Canary support. Can detect status (Home, Away, Night) but setting status is still broken.
Thermostats.js - https://www.dropbox.com/s/8fmgqydrz2wzikt/thermostats.js?dl=0
got my old Redlink Honeywell wifi thermostats working with Auto, may break other thermostat support though.
Sensor_Pods.js - https://www.dropbox.com/s/hy6av150zaaeyd9/sensor_pods.js?dl=0
added water leak sensors
Sprinklers.js - https://www.dropbox.com/s/itys768pi93jmce/sprinkler.js?dl=0
rough start to Rachio setup. Sees that Rachio is On but nothing else. sprinklers are unique with zones and I think there is a way to deal with as a Switch per zone, but well, haven't even tried.
index.js - https://www.dropbox.com/s/59zceqafdjkzinh/index.js?dl=0
sets up above devices including defining camera or canary(as canary uses camera_id foolishly)
The text was updated successfully, but these errors were encountered: