Skip to content

Commit b92e955

Browse files
committed
Updated to 1.53 2025-02-03
Thank you
1 parent dd79380 commit b92e955

201 files changed

Lines changed: 12360 additions & 17183 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Development.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
Update the commands module
2-
--------------------------
3-
4-
$ python generate_commands_module.py eiscp-commands.yaml > eiscp/commands.py
1+
See the RELEASING.md for the process

ISCP_AVR_148.xlsx

-1.46 MB
Binary file not shown.

ISCP_AVR_153.xlsx

1.56 MB
Binary file not shown.

README.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,19 @@ parsing the official documentation. Even if you are not using
1111
Python, you may find this file useful when implementing your own
1212
interface. See further down below for more information.
1313

14+
You Can Help!
15+
------------
16+
Newer versions of this library are only possible by getting update ISCP_AVR_*.xlsx files with the new protocols. These files are normally only given to dealers/installers so if you have a newer version please email it to me (my email is on [my github page](https://github.com/mitchcapper) although you may need to sign in to see it) so we can support newer functions.
17+
18+
Brand new receivers will generally work with this library out of the box, but the model filtering will not work as it won't know about the new version. If you want the model filter functions to work, I recommend finding the prior model number and either editing the library adding the new one to its groups, or tell this library that your model is the last model.
19+
20+
Special Thanks
21+
------------
22+
- (https://github.com/vslavik for new ISCP_AVR protocol file:)
23+
1424
Changes from original repo
1525
------------
16-
This has a much more comprehensive excel parser for the protocol file to the yaml files. It allows for version changes without having to many numerous manual code changes. It also has AVR 148 as the latest protocol with is several years newer. Note the easy_install installs the original version not with these enhancements (until it is merged into master).
26+
This has a much more comprehensive excel parser for the protocol file to the yaml files. It allows for version changes without having to many numerous manual code changes. It also has AVR 153 as the latest protocol with is nearly a decade newer. Note the easy_install installs the original version not with these enhancements (until it is merged into master).
1727

1828

1929
Installation
@@ -49,7 +59,7 @@ You can select a specific one by filtering by name::
4959
$ onkyo --discover
5060
TX-NR709 192.168.178.200:60128 0009B0D34163
5161
TX-NR609 192.168.178.169:60128 0009B0D24B75
52-
62+
5363
$ onkyo -n 709 system-power=on
5464

5565
This will only turn on the TX-NR709 device.
@@ -255,7 +265,7 @@ identifiers that can be understood by humans, and which include
255265
descriptions.
256266

257267
Parsing the Onkyo Excel document gets you astonishingly far, but
258-
there's a limit.
268+
there's a limit.
259269
~~The YAML file requires manual edits and fixes where
260270
the parser fails, including a lot of cosmetic corrections. Some of
261271
those have been made, but there's significant room for improving

0 commit comments

Comments
 (0)