sibartlett / homebridge-wink3

Homebridge plugin for wink.com
https://sibartlett.github.io/homebridge-wink3
ISC License
54 stars 20 forks source link

Support for Wink Fan Receiver MR101Z #25

Open grendel513 opened 7 years ago

grendel513 commented 7 years ago

HomeDepot is now selling https://goo.gl/DMmpPk - a Wink compatible fan. When they are added, homebridge-wink3 reports:

[7/25/2017, 4:44:13 PM] [Wink] Not supported by HomeKit: Master Bedroom (fan/4021) [7/25/2017, 4:44:13 PM] [Wink] Not supported by HomeKit: Living Room (fan/4022)

Adding the 4021 and 4022 to fan_ids in conf file does not do the trick. How can this be implemented?

sibartlett commented 7 years ago

I'm adding support for fans now.

I see the fan has a "Comfort Breeze" auto setting, but HomeKit only has support for fan speed (0-100). Do you need access to this mode from HomeKit?

I was thinking I could implement the following speeds:

Not sure if it'd get annoying to have 100% be the auto mode though? If you were to set the fan to 100%, you'd probably expect the fan to be at full speed - no?

grendel513 commented 7 years ago

@sibartlett - Could the Comfort Breeze option be a configuration option? Just like fan_ids, or similar? A boolean set ti True indicates 100% for comfort breeze and 99% for High speed? And False indicates no comfort breeze in use. Just a thought. If Comfort Breeze is not an option I would still use this a ton.

sibartlett commented 7 years ago

I think I'll implement it without Comfort Breeze to begin with, we can re-visit that idea later.

grendel513 commented 7 years ago

Sounds great, thanks!

sibartlett commented 7 years ago

I've published a new version, 1.5.0. Can you try it out, and let me know how it goes?

grendel513 commented 7 years ago

works great!