tonesto7 / homebridge-smartthings

SmartThings Homebridge Plugin
384 stars 768 forks source link

Getting warning saying no plugins found #283

Closed vkkoppu closed 4 years ago

vkkoppu commented 5 years ago

I tried a plain install, without any file (config.json) in .homebridge dir while installing in mac, when executed "homebridge", I see the QR code with which I am able to add in "Home" app in ios. In the same terminal window it says "config.json (/Users/vamsi/.homebridge/config.json) not found."

Confused how to move forward from here.....i created the file with following content in it....replaced XXXXX with the values generated. After killing the homebridge command window and opening a new terminal window and executing the "homebridge" window I see no plugins found. Am I missing any step in here?? Please Assist.

{ "description": "JSON API", "platforms": [ { "platform": "homebridge-smartthings.SmartThings", "name": "SmartThings", "app_url": "https://graph.api.smartthings.com:443/api/smartapps/installations/", "app_id": "XXXXXX", "access_token": "XXXXXXX" } ], "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 56889, "pin": "031-45-154" } }