We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i cant get my config.json to be read correctly
i have pasted this into a file called config.json in ~/.homebridge/ (xxxx is redacted)
"accessories": [ ...{ "accessory": "NefitEasy", "name": "thermostaat", "options": { "serialNumber": "xxxxxxx", "accessKey": "xxxx xxxx xxxx xxxx", "password": "xxxxxx" } } ]
this errors out... any help
The text was updated successfully, but these errors were encountered:
The example configuration assumes that you already have an existing config.json file, which is a requirement for Homebridge to run. There's a sample configuration file for Homebridge posted here: https://github.com/nfarina/homebridge/blob/master/config-sample.json
config.json
Taking that, here's a configuration setup that you should be able to use:
{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "Homebridge.", "accessories": [ { "accessory": "NefitEasy", "name": "thermostaat", "options": { "serialNumber": "xxxxxxx", "accessKey": "xxxx xxxx xxxx xxxx", "password": "xxxxxx" } } ] }
Sorry, something went wrong.
No branches or pull requests
i cant get my config.json to be read correctly
i have pasted this into a file called config.json in ~/.homebridge/ (xxxx is redacted)
this errors out... any help
The text was updated successfully, but these errors were encountered: