Skip to content
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

Directly set tuning frequency #142

Open
djarvis opened this issue Feb 9, 2023 · 1 comment
Open

Directly set tuning frequency #142

djarvis opened this issue Feb 9, 2023 · 1 comment

Comments

@djarvis
Copy link

djarvis commented Feb 9, 2023

I cannot for the life of me figure out how to directly tune to a frequency on my TX-NR797.

I can query for it:

./onkyo --host=onkyo main.tuning=query
TX-NR797: tuning = 37200

I cannot set it:

./onkyo --host=onkyo main.tuning=37200
Error: "37200" is not a valid argument for command "tuning" in zone "main"

Tried this:

./onkyo --host=onkyo main.tuning=freq-37200
Error: "freq-37200" is not a valid argument for command "tuning" in zone "main"

./onkyo --host=onkyo main.tuning=freq-nnnnn
TX-NR797: tuning = N/A

up and down do work, and I can see the direct input show up when I select "direct" but I cannot figure out how to simply set the frequency.

@mitchcapper
Copy link

Here are the raw command examples:

Ex: FM 100.5 MHz(100/200kHz Step) Direct Tuning is [!1SLI24][!1TUNDIRECT][!1TUN1][!1TUN0][!1TUN0][!1TUN5]			
Ex: FM 100.55 MHz(50kHz Step) Direct Tuning is [!1SLI24][!1TUNDIRECT][!1TUN1][!1TUN0][!1TUN0][!1TUN5][!1TUN5]			
Ex: FM 90.0 MHz(100kHz Step) Direct Tuning is [!1SLI24][!1TUNDIRECT][!1TUN9][!1TUN0][!1TUN0]			
Ex: FM 90.00 MHz(50kHz Step) Direct Tuning is [!1SLI24][!1TUNDIRECT][!1TUN9][!1TUN0][!1TUN0][!1TUN0]			
Ex: AM 1230 kHz(10kHz Step) Direct Tuning is [!1SLI25][!1TUNDIRECT][!1TUN1][!1TUN2][!1TUN3]			
Ex: AM 1341 kHz(9kHz Step) Direct Tuning is [!1SLI25][!1TUNDIRECT][!1TUN1][!1TUN3][!1TUN4][!1TUN1]			

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants