Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebridge 0.6.0 beta - failed to register plugin #29

Closed
ChrWi opened this issue Apr 21, 2020 · 4 comments
Closed

Homebridge 0.6.0 beta - failed to register plugin #29

ChrWi opened this issue Apr 21, 2020 · 4 comments
Assignees

Comments

@ChrWi
Copy link

ChrWi commented Apr 21, 2020

When contributing to homebridge 0.6.0 beta test - see homebridge/homebridge#2459 - your plugin failed to register :“plugin incorrectly registered an external accessory using the platform name (homebridge-denon-heos) and not the plugin identifier. please report to the developer!

It works on 0.4.53 with latest 2.4.0. Can you please crosscheck? Thanks!

@Martvvliet Martvvliet self-assigned this Apr 21, 2020
@Supereg
Copy link

Supereg commented Apr 22, 2020

Okay. This is weird while the plugin indeed registers correctly with the plugin identifier. Are you running the latest beta?

@Supereg
Copy link

Supereg commented Apr 22, 2020

const pluginName = 'hombridge-denon-heos';

Is see. You got a typo in your plugin name. Would currently suggest that you keep the misspelled name if you are using a dynamic platform plugin. Otherwise Homebridge wouldn't be able to link accessories stored to disk back to the plugin.

@Martvvliet
Copy link
Owner

@ChrWi Thank for notifying. @Supereg yeah, stupid mistake :/ I will probably update this with the next release. This will also include the homebridge GUI. Thanks for finding it out :)

@Martvvliet
Copy link
Owner

Type is fixed in new version. Thank you both for informing me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants