velocityzen / homebridge-platform-zwave

Homebridge Platform for Z-Wave nodes. Deprecated! Use node-red instead.
MIT License
13 stars 6 forks source link

Added support for Fans via new hints config #7

Open shnhrrsn opened 4 years ago

shnhrrsn commented 4 years ago

As far as I can tell, there’s no official fan support in Z-Wave. There’s no command classes listed here: http://wiki.micasaverde.com/index.php/ZWave_Command_Classes

The fan control I have (GE 12730) is treated exactly the same as a regular dimmer in the OZW DB: https://github.com/OpenZWave/open-zwave/blob/master/config/manufacturer_specific.xml#L764-L768

I opted to add a generic hints param to accessory config so switchMultiLevel can adjust it’s behavior.

velocityzen commented 4 years ago

Hi @shnhrrsn. Sorry for ignoring all you PRs. I didn't get any notifications form GitHub. Thank you!

I'm currently updating this plugin to TypeScript and latest Homebridge.