kcharwood / homebridge-rachio-platform

Homekit support for Gen1/Gen2 Rachio Controllers
MIT License
20 stars 13 forks source link

Add ability to hide unused zones #6

Open aveach opened 5 years ago

aveach commented 5 years ago

At the moment I have a 16 Zone Rachio but I only use 4 zones. It would be nice to have the ability to hide the unused zones either automatically or through specifying in the config file. (Winkv3 plugin does this now in the config file using a "hide_ids" field, for reference)

kcharwood commented 5 years ago

Are you using beta 4 of the plugin? I think I’m respecting the enabled flag properly with that release.

aveach commented 5 years ago

Ooo no... running: homebridge-rachio-platform v1.0.0-beta.0

I’ll try the updated beta. Thanks!

aveach commented 5 years ago

Updated to beta.4 and looks great! The unused zones did indeed disappear. Thank you!

On a slightly different note — got this warning on the install and thought it was peculiar considering the update was successful.


npm WARN deprecated boom@4.3.1: This version is no longer maintained. Please upgrade to the latest version.
+ homebridge-rachio-platform@1.0.0-beta.4
updated 1 package in 9.441s```