misenhower / homebridge-wyze-connected-home

Wyze Connected Home plugin for Homebridge
MIT License
70 stars 52 forks source link

Instal Issues #13

Open Silva231 opened 4 years ago

Silva231 commented 4 years ago

Hi guys,

On install I get the follow reply from terminal

EAS:~ eas$ npm i homebridge-wyze-connected-home npm WARN saveError ENOENT: no such file or directory, open '/Users/eas/package.json' npm WARN enoent ENOENT: no such file or directory, open '/Users/eas/package.json' npm WARN eas No description npm WARN eas No repository field. npm WARN eas No README data npm WARN eas No license field.

┌────────────────────────────────────────────────────────┐ │ npm update check failed │ │ Try running with sudo or get access │ │ to the local update config store via │ │ sudo chown -R $USER:$(id -gn $USER) /Users/eas/.config

on hombridge I get the following message:

[6/24/2020, 3:31:11 PM] Error loading platform requested in your config.json at position 2 [6/24/2020, 3:31:11 PM] Error: The requested platform 'WyzeConnectedHome' was not registered by any plugin. at PluginManager.getPluginForPlatform (/usr/local/lib/node_modules/homebridge/src/pluginManager.ts:224:15) at /usr/local/lib/node_modules/homebridge/src/server.ts:386:37 at Array.forEach () at Server.loadPlatforms (/usr/local/lib/node_modules/homebridge/src/server.ts:373:27) at Server.start (/usr/local/lib/node_modules/homebridge/src/server.ts:152:29) at cli (/usr/local/lib/node_modules/homebridge/src/cli.ts:80:10) at Object. (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22) at Module._compile (internal/modules/cjs/loader.js:1138:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10) at Module.load (internal/modules/cjs/loader.js:986:32)

Can you anyone help? It is the first time that I add a second plataform to home bridge, not sure if that is the issue.