I installed the Homebridge, all went well and it is working now. I use app Insteon+ and the app detect the homebridge.
Till hire no problems. So I want to install a plugin, in my case the Sonos plugin. No problem of errors.
pi@raspberrypi:~/homebridge$ sudo npm install -g homebridge-sonos
[email protected] /usr/local/lib/node_modules/homebridge-sonos
├── [email protected]
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
But now the problem. I edit the config.json and start homebridge.
[Sat Jul 02 2016 16:49:32 GMT+0000 (UTC)] Loaded plugin: homebridge-sonos
[Sat Jul 02 2016 16:49:32 GMT+0000 (UTC)] Registering accessory 'homebridge-sonos.Sonos'
[Sat Jul 02 2016 16:49:32 GMT+0000 (UTC)] ---
[Sat Jul 02 2016 16:49:32 GMT+0000 (UTC)] Loaded config.json with 0 accessories and 1 platforms.
[Sat Jul 02 2016 16:49:32 GMT+0000 (UTC)] ---
Loaded config.json with 0 accessories and 1 platforms. <-- the problem. I'm all new to this so I know for sure I made a small stupid mistake. But I can not figure out what the problem is. Below the config.json
Code: Select all
{
"platform": "Domoticz",
"name": "Domoticz",
"server": "127.0.0.1",
"port": "8080"
}],
"accessories": [
{
"accessory": "Sonos",
"name": "Bedroom Speakers",
"room": "Woonkamer"
}
]