You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[email protected] - Plugin 'homebridge-bigAssFans' tried to register with an incorrect plugin identifier: 'homebridge-bigAssFan'. Please report this to the developer!
#28
After updating [email protected] 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'
The text was updated successfully, but these errors were encountered:
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.
npm uninstall -g homebridge-bigAssFans
edit config.conf to remove bigassfan config block.
start homebridge (this will remove cached accessories)
After updating [email protected] 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.
The text was updated successfully, but these errors were encountered: