-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Can't use TX-NR676 #75
Comments
I can see the problem is with the dependency on https://github.com/ToddGreenfield/homebridge-onkyo/blob/master/package.json |
@rosorrentino the hadware support comes from https://github.com/tillbaks/node-eiscp which is, unfortunately, not currently maintained. |
My PR #80 includes an updated eiscp.js that I found which has support for the TX-NR676. You could test that PR or wait until it's merged. |
`npm install -g solowalker27/homebridge-onkyo#0.8.0` should do it.
https://stackoverflow.com/questions/17509669/how-to-install-an-npm-package-from-github-directly
… On Jun 6, 2020, at 2:05 AM, Tom2Drake ***@***.***> wrote:
How to test your PR?
npm install -g git+https://github.com/solowalker27/homebridge-onkyo.git?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Since this issue is stale and should/could have been resolved with an update, I'm closing this. If it's still a problem, reopen (or file a issue) and give updated details describing the problem and what version of the plug-in you're currently using. |
Confirm you have checked the WIKI for troubleshooting first
_Fill out and check (
[x]
) the boxes which apply.1.0.4
0.7.17
Describe the bug
A clear and concise description of what the bug is.
When I try to add the model 'TX-NR676' the plugin fails to load, if I try 609 works, but them it don't support the same inputs
To Reproduce
Information on your Onkyo receiver:
TX-NR676
Information on your configuration:
{
"platforms": [
{
"platform": "Onkyo",
"map_volume_100": false,
"volume_dimmer": false,
"switch_service": false,
"filter_inputs": true,
"receivers": [{
"model": "TX-NR676",
"ip_address": "192.168.1.60",
"poll_status_interval": "3000",
"name": "Receiver",
"zone": "main",
"default_input": "video4",
"default_volume": "10",
"max_volume": "40",
"inputs": [{
"input_name": "TV",
"display_name": "TV"
},
{
"input_name": "video4",
"display_name": "AppleTV"
}
]
}]
}
]
}
Information from the log:
Hint: The more information you provide here, the easier it is to help you. Do NOT provide only a single line showing an error message - give the develpers a chance by providing a full log.
ERROR: Your configuration is missing the parameter "volume_dimmer". Assuming "false".
[4/30/2020, 10:16:45 PM] [Onkyo] ERROR: Your configuration is missing the parameter "filter_inputs". Assuming "false".
[4/30/2020, 10:16:46 PM] SyntaxError: Unexpected token ] in JSON at position 13
at JSON.parse ()
at OnkyoAccessory.createRxInput (/usr/lib/node_modules/homebridge-onkyo/index.js:241:19)
at OnkyoAccessory.setUp (/usr/lib/node_modules/homebridge-onkyo/index.js:180:8)
at new OnkyoAccessory (/usr/lib/node_modules/homebridge-onkyo/index.js:176:8)
at /usr/lib/node_modules/homebridge-onkyo/index.js:36:22
at Array.forEach ()
at OnkyoPlatform.createAccessories (/usr/lib/node_modules/homebridge-onkyo/index.js:35:13)
at new OnkyoPlatform (/usr/lib/node_modules/homebridge-onkyo/index.js:28:8)
at /usr/lib/node_modules/homebridge/src/server.ts:396:40
at Array.forEach ()
Expected behavior
A clear and concise description of what you expected to happen.
Support TX-NR676
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: