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

logging? #137

Open
bdag opened this issue Dec 20, 2021 · 1 comment
Open

logging? #137

bdag opened this issue Dec 20, 2021 · 1 comment

Comments

@bdag
Copy link

bdag commented Dec 20, 2021

Hey, just installed and when running:
onkyo --discover

I get not response. Furthermore, when running:
onkyo system-power=off

I get the following:
No receivers found.

Is there a place to see errors?

@travnick
Copy link

travnick commented Jan 24, 2023

To execute commands, you need to pass a device address like:
onkyo --host my-onkyo.local zone2.power=off
onkyo --host 192.168.1.100 zone2.power=off
Where of course my-onkyo.local or 192.168.1.100 ip address match your setup.

Unfortunately, the --discover does not work for me too.

There are related issues without solution for this #99, #100, #103

--- edit
Finally! The solution for discover option (in my case) was to accept incoming UDP traffic with source port 60128 (since destination is the same as the source port of sending the discovery packet) in firewall

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