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

Update protocol version to 1.38 #111

Closed modest closed 4 years ago

modest commented 5 years ago

Closes #110

Adds support for 21 new models:

Adds support for new commands (all are "on supported models"):

modest commented 5 years ago

Travis CI failure is due to the test failing to download Python 3.3. The actual tests succeeded.

miracle2k commented 5 years ago

@modest Fantastic work!

There is still the open ticket https://github.com/miracle2k/onkyo-eiscp/issues/74 which AFAIK is basically some commands in the main zone missing because they have been moved to a separate tab in the excel spreadsheet file, and are now in NET(USB).

Do you happen to have the importer hacks available? We might want to merge them (future updates may require similar changes to the importer). Or, could you run it again with the NET-USB tab included in the main zone commands?