Brak opisu

blackwine d4c2d1a820 Initial working revision 4 tygodni temu
.gitignore d4c2d1a820 Initial working revision 4 tygodni temu
Makefile d4c2d1a820 Initial working revision 4 tygodni temu
README.md d4c2d1a820 Initial working revision 4 tygodni temu
go.mod d4c2d1a820 Initial working revision 4 tygodni temu
go.sum d4c2d1a820 Initial working revision 4 tygodni temu
rid d4c2d1a820 Initial working revision 4 tygodni temu
rid.go d4c2d1a820 Initial working revision 4 tygodni temu

README.md

RId

Onkyo Remote Interactive (RI) daemon

This little daemon listens for OSC messages and sends commands via Onkyo's RI proprietary interface.

action code function
Input CD 0x20 Switch input to CD channel
Input TAPE 0x70 Switch input to TAPE channel
Input DVD 0x120 Switch input to DVD (BD) channel
Input DOCK 0x170 Switch input to DOCK channel
Dimmer Hi 0x2B0 Set dimmer brightness to highest level
Dimmer Mid 0x2B1 Set dimmer brightness to mid level
Dimmer Lo 0x2B2 Set dimmer brightness to lowest level
Dimmer Hi 0x2B8 Set dimmer brightness to highest level
Dimmer Lo 0x2BF Set dimmer brightness to lowest level
Test mode 0x421
Radio search next 0x430 Tune next radio station when radio is selected.
Radio search previous 0x431 Tune previous radio station when radio is selected.
Radio Stereo/Mono 0x432 Switch between Stereo and Mono when FM radio is selected.
Radio station next 0x433 Jump to next stored radio station when radio is selected.
Radio station previous 0x434 Jump to previous stored radio station when radio is selected.

Limitations

As you can see is number of commands is quite limited. It was designed to allow some other Onkyo hardware to control. On tested amplituners you can only switch between two video (DVD and one of video inputs marked in manual) and two audio inputs. Additionally you can switch input to HDD, CDR or MD, but this can be done only by assigning switchable video input and there is no way around that.

Useful links