I've got a TX-NR555, and it works pretty well with the plugin. I'm just noticing one issue, the plugin doesn't recognize the input "TV". Any other input I try seems to work fine, but not TV (which you can imagine is used frequently!)
I turned on debug logging and I can see it get's an command for input-selector 18, but I guess that's not mapping to anything?
Code: Select all
Onkyo Network Remote Plugin Threaddebug Received w/o Command: ('input-selector', 18)
Onkyo Network Remote Plugin Threaddebug Received w/o Command: ('listening-mode', 'theater-dimensional')
Onkyo Network Remote Plugin Threaddebug Found response match: listeningModeQuery
Onkyo Network Remote Plugin Debug Effect execution: Update state "listeningMode" to "theater-dimensional"
For comparison this is what I see when I switch to 'CD':
Code: Select all
Onkyo Network Remote Plugin Threaddebug Received w/o Command: ('input-selector', ('cd', 'tv', 'cd'))
Onkyo Network Remote Plugin Threaddebug Found response match: deviceInputSelectorQuery
Onkyo Network Remote Plugin Debug Effect execution: Calling function inputSelectorQueryReceived
Onkyo Network Remote Plugin Debug Updating current input number/label: 23 / CD, TV/CD
Onkyo Network Remote Plugin Threaddebug Received w/o Command: ('listening-mode', 'stereo')
Onkyo Network Remote Plugin Threaddebug Found response match: listeningModeQuery
Onkyo Network Remote Plugin Debug Effect execution: Update state "listeningMode" to "stereo"
Has anyone else seen this? Any ideas?