So im trying to get this to install via npm, which is really not working. I have also tried to put the files in the respective directory myself but dont seem to be having much luck, what is the intended way to use this package?
Whenever i run homebridge i just get:
`/usr/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 'dyson-coollink' was not registered by any plugin.
at API.accessory (/usr/local/lib/node_modules/homebridge/lib/api.js:60:13)
at Server._loadAccessories (/usr/local/lib/node_modules/homebridge/lib/server.js:254:42)
at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:81:38)
at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:40:10)
at Object. (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
`
So im trying to get this to install via npm, which is really not working. I have also tried to put the files in the respective directory myself but dont seem to be having much luck, what is the intended way to use this package?
Whenever i run
homebridge
i just get:`/usr/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 'dyson-coollink' was not registered by any plugin. at API.accessory (/usr/local/lib/node_modules/homebridge/lib/api.js:60:13) at Server._loadAccessories (/usr/local/lib/node_modules/homebridge/lib/server.js:254:42) at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:81:38) at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:40:10) at Object. (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
`
Any help would be great! :)