miracle2k / onkyo-eiscp

Control Onkyo A/V receivers over the network; usuable as a script, or as a Python library.
MIT License
466 stars 110 forks source link

logging? #137

Open bdag opened 2 years ago

bdag commented 2 years ago

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 commented 1 year ago

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