sean9keenan / homebridge-bigAssFans

A Homebridge plugin for Big Ass Fans
MIT License
28 stars 15 forks source link

Updated to make compatible with Homebridge >= 1.0.0 + removed occupancy function #31

Closed pponce closed 2 years ago

pponce commented 4 years ago

Small changes were needed to support homebridge 1.0.0.

Commented out this line: existingAccessory.updateReachability(true); Was causing issues with installing the plugin for the first time (no cached accessories)

Changed the accessories registration name to remove the error ""Plugin 'homebridge-bigAssFans' tried to register with an incorrect plugin identifier: 'homebridge-bigAssFan'. " I think this solves for issue #28.

Removed the occupancy sensor code as it was never really working as one would expect and did not have polling features. Would rather have occupancy state pushed out vs pulled via polling anyway and i don't think there is a way to get to work as of yet.

pponce commented 4 years ago

should solve for issue #30