Closed simonrb2000 closed 8 years ago
What version of Homebridge do you have?
0.34 mate
On 24 Jul 2016, at 01:48, robertvorthman notifications@github.com<mailto:notifications@github.com> wrote:
What version of Homebridge do you have?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/robertvorthman/homebridge-marantz-volume/issues/3#issuecomment-234749708, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APQCAKvifur_g-HX-nnz16Z6l3sCDDa-ks5qYrZCgaJpZM4JTeQX.
I'm not sure what the problem could be. Could you please share the section of your config.json related to this plugin?
This is my config file, Cheers
{ "bridge": { "name": "Homebridge", "username": "DD:33:4E:F4:DF:31", "port": 51927, "pin": "031-45-154" },
"accessories": [{ "accessory": "marantz-volume", "name": "Stereo Volume", "host": "192.168.1.12", "maxVolume": 80 }, {
"platforms": [{ "platform": "eDomoticz", "name": "eDomoticz", "server": "127.0.0.1", "port": "8080", "roomid": "4", "loadscenes": "0" }, { "platform": "HomeBridgeControllerLink" }, { "platform": "eDomoticz", "name": "eDomoticz", "server": "192.168.1.27", "port": "8080", "roomid": "2", "loadscenes": "0" }] }] } On 24 Jul 2016, at 12:26, robertvorthman notifications@github.com<mailto:notifications@github.com> wrote:
I'm not sure what the problem could be. Could you please share the section of your config.json related to this plugin?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/robertvorthman/homebridge-marantz-volume/issues/3#issuecomment-234771988, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APQCAOfUacgPO0v4Oy2uR4UuJsEgcf2rks5qY0vegaJpZM4JTeQX.
Your config.js is incorrectly structured. Your Platforms are inside of Accessories. You need to close the accessories array first, so that accessories and platforms are siblings, not parent-child.
Paste your config.json into http://jsbeautifier.org/ so it's easier to see the structure.
Structure your config.json like in this example: https://github.com/nfarina/homebridge/blob/master/config-sample.json
Let me know if you need help.
Ah! My bad. I shall have a play after F1! Thank you..
Sent from my iPad
On 24 Jul 2016, at 12:40, robertvorthman notifications@github.com<mailto:notifications@github.com> wrote:
Your config.js is incorrectly structured. Your Platforms are inside of Accessories. You need to close the accessories array first, so that accessories and platforms are siblings, not parent-child.
Using http://jsbeautifier.org/ makes it easier to see the structure.
Structure your config.json like in this example: https://github.com/nfarina/homebridge/blob/master/config-sample.json
Let me know if you need help.
You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/robertvorthman/homebridge-marantz-volume/issues/3#issuecomment-234772585, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APQCANGfg7t3vy2uYoD4aOyi2gPqZ_N_ks5qY08lgaJpZM4JTeQX.
Working mate, thank you!! And it is on a Denon Amp.
On 24 Jul 2016, at 12:40, robertvorthman notifications@github.com<mailto:notifications@github.com> wrote:
Your config.js is incorrectly structured. Your Platforms are inside of Accessories. You need to close the accessories array first, so that accessories and platforms are siblings, not parent-child.
Using http://jsbeautifier.org/ makes it easier to see the structure.
Structure your config.json like in this example: https://github.com/nfarina/homebridge/blob/master/config-sample.json
Let me know if you need help.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/robertvorthman/homebridge-marantz-volume/issues/3#issuecomment-234772585, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APQCANGfg7t3vy2uYoD4aOyi2gPqZ_N_ks5qY08lgaJpZM4JTeQX.
I'm glad it is working for you. Thanks for telling me it works with your Denon, I have updated the readme so other people know Denons are verified compatible.
After installing this and trying to run homebridge I get the following error:-
Cheers