gismo141 / homebridge-server

Server plugin for homebridge
https://gismo141.github.io/configure-your-homebridge-2/
152 stars 20 forks source link

Nobee needs help! What is my problem? #61

Closed Sturmhorst closed 5 years ago

Sturmhorst commented 5 years ago

`{ "bridge": { „name": "Homebridge", "username": "**", "port": **, "pin": "031-45-" },

"accessories": [ ],

"platforms": [

{ "platform": "Server", "port" : ***, "name" : "Homebridge Server",} "log" : "", "restart" : "" }, ] }`

gismo141 commented 5 years ago

Try removing the comma after the platform curly bracket:

{
"bridge": {
„name": "Homebridge",
"username": "*",
"port": ***,
"pin": "031-45-"
},

"accessories": [
],

"platforms": [

{
"platform": "Server",
"port" : ***,
"name" : "Homebridge Server",}
"log" : "<PATH_TO_YOUR_LOG_FILE>",
"restart" : "<COMMAND_TO_EXECUTE>"
}
]
}
Sturmhorst commented 5 years ago

Thanks! I troubleshooted this problem a big time ago.

closed