sean9keenan / homebridge-bigAssFans

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

homebridge@1.0.0 - Plugin 'homebridge-bigAssFans' tried to register with an incorrect plugin identifier: 'homebridge-bigAssFan'. Please report this to the developer! #28

Open DJay-X opened 4 years ago

DJay-X commented 4 years ago

After updating homebridge@1.0.0 receiving "Plugin 'homebridge-bigAssFans' tried to register with an incorrect plugin identifier: 'homebridge-bigAssFan'. Please report this to the developer!"

However, it seems just a warning for now. Everything is still working.

Apr 27 14:14:06 raspberrypi-3BPlus homebridge[5958]: [2020-4-27 14:14:06] Loaded plugin: homebridge-bigAssFans
Apr 27 14:14:06 raspberrypi-3BPlus homebridge[5958]: [2020-4-27 14:14:06] Registering platform 'homebridge-bigAssFans.BigAssFans'
Apr 27 14:14:06 raspberrypi-3BPlus homebridge[5958]: [2020-4-27 14:14:06] Plugin 'homebridge-bigAssFans' tried to register with an incorrect plugin identifier: 'homebridge-bigAssFan'. Please report this to the developer!
Apr 27 14:14:06 raspberrypi-3BPlus homebridge[5958]: [2020-4-27 14:14:06] Registering accessory 'homebridge-bigAssFans.BigAssFan'
pponce commented 4 years ago

I submitted a PR that should hopefully fix this. The PR also removes the occupancy sensor witch does not work as expected in the current implementation of it that has no polling. Also removed a line that is no longer needed and causes issue on first ever install of this plugin.

you can install my fork that includes the PR changes. npm install -g pponce/homebridge-bigAssFans#myUpstreamMaster

I recommend uninstalling the plugin first and restarting homebridge with it uninstalled.