-
Notifications
You must be signed in to change notification settings - Fork 7
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
SIL11 is missing #4
Comments
Hello @mcbain2k I'm also dealing with that node-red model and figure out also missing commands. But my payload looks simpler.
Can you provide an example of your working setup? I guess I make some mistakes configuring the payload. Query parameters seams always work but running commands like |
Hi djiwondee, Here my flow
You can use the eiscp-in node for debug. For the TV (the video-out port) i have to use SLI12, this is also not supported by the orginal eiscp-commands.json Here my mod-version with input-selector=tv-out for SLI12 include: just rename it to eiscp-commands.json and move it where the original file is. |
Hello @mcbain2k , thank your for providing your sample flow. It has really helped me to better understand how the entire setup works, especially regarding the eiscp required payload. So my summary is, node-red-contrib-eiscp seems a little bit buggy and it makes always sense to investigate in the On my test env I have also onkyo-eiscp deployed and at least executing commands in a shell seems to work much reliable. Will spend some time to look at its Btw.: have you figured out wether it is possible to send JSON commands into the eiscp node? Or does the node only understand eiscp-commands? |
@mcbain2k how about to add example and initial setup flow into README.md and create a PR? That's would be great. |
@djiwondee it's not really abandoned. But i have no Onkyo device nowadays to test and implement new features. |
command: input-selector:strm-box in eiscp-commands.json for SLI11 isnt there.
i add it in this lines:
json
commands
main
SLI
"11": {
"name": "strm-box",
"description": "sets STRM BOX",
"models": "set1"
},
value_mappings
main
SLI
"strm-box": {
"value": "11",
"models": "set1"
},
The text was updated successfully, but these errors were encountered: