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

New Error #19

Closed
farberm opened this issue Apr 23, 2016 · 3 comments
Closed

New Error #19

farberm opened this issue Apr 23, 2016 · 3 comments
Labels

Comments

@farberm
Copy link

farberm commented Apr 23, 2016

I have update the AP and config file but I get the following error. Any help would be appreciated.

/opt/local/lib/node_modules/homebridge/lib/api.js:60
throw new Error("The requested accessory '" + name + "' was not registered by any plugin.");
^

Error: The requested accessory 'Alarmdotcom' was not registered by any plugin.
at API.accessory (/opt/local/lib/node_modules/homebridge/lib/api.js:60:13)
at Server._loadAccessories (/opt/local/lib/node_modules/homebridge/lib/server.js:233:42)
at Server.run (/opt/local/lib/node_modules/homebridge/lib/server.js:72:38)
at module.exports (/opt/local/lib/node_modules/homebridge/lib/cli.js:40:10)
at Object. (/opt/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:311:12)
at Function.Module.runMain (module.js:467:10)
at startup (node.js:136:18)
at node.js:963:3

@yungsters
Copy link
Collaborator

yungsters commented Apr 23, 2016

In 0.4.0, the plugin was changed to be a platform. You need to move the config from the accessories array to the platforms array and rename the accessory property to platform.

@farberm
Copy link
Author

farberm commented Apr 23, 2016

thx, now working

On Apr 23, 2016, at 11:13 AM, Timothy Yung notifications@github.com wrote:

In 0.4.0, the plugin was changed to be a platform. You need to move the config from the accessories array to the platforns array and rename the accessory property to platform.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub #19 (comment)

@bryanbartow
Copy link
Collaborator

My work is done here ;)

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

No branches or pull requests

3 participants