miracle2k / onkyo-eiscp

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

Update YAML to Support VSX and SC Series #76

Open zaclittleberry opened 6 years ago

zaclittleberry commented 6 years ago

I recently bought a Pioneer VSX-LX101 and after much searching I found https://www.snapav.com/wcsstore/ExtendedSitesCatalogAssetStore/attachments/documents/Pioneer/ManualsAndGuides/Pioneer%20Serial%20AVR_101P%20Protocol.xlsx which provides the commands for VSX-831 (Ether), VSX-LX101 (Ether), VSX-1131 (Ether), VSX-LX301, SC-LX501, SC-LX701, SC-LX801, SC-LX901. These don't seem to be covered by the current modelsets.

P.S. Thank you for your awesome work. I am using a node.js library but it utilizes your yaml file, and after so much searching on the internet for telnet commands it was great to finally find eiscp implementations.