Anyone using Onkyo reciver having a ready made example configuration which can not only set but also query the settings for the reciever?
Or what is the best way to integrate shell commands which can also read the state?
For example for the dimmer level - the following shell command can be issued
#onkyo -n709 dimmer-level=dark
That is a one way communication. And can be easily done via the switch or input select + automation
But at the same time the following can be issued
Dear,
Donât know is it correct/appropriate to ask for guidance
I have Onkyo TX-SR508 whose remote no is RC-764m
My remote is damaged and had stopped working.
Well I would like to request if any one can provide me all button ir codes.
Please provide
I wrote this in a few other pages, Iâll copy and paste here because I think it may be useful to other newbies like myself as took me an afternoon to figure out how to configure hassio to use âonkyoâ as a command
for that to work in gui: you go on lovelace, and add a button called -in my example- onkyo_test.
This worked.
following the above, there are a ton of commands that should be usable and they are documented here:
in particular, once you understand the logic, the file https://github.com/miracle2k/onkyo-eiscp/blob/b27e8158c09b04a2160e395d9710f6748f431bf5/eiscp-commands.yaml
is particularly rich of information , for example there are commands to setup listening-mode (stereo, direct, etc), audyssey-dynamic-eq, late-night, music-optimizer-sound-retriever, audyssey-dynamic-volume, preset-memory / preset / internet-radio-preset (1-40 for network radios eg), etc etc etc
sorry to disappoint but cant find my notes , but i still found my history of where i got the info so here it is
also send me a private message to send you the excel file with all the codes that i got from Onkyo.
and this are random notes:
onkyo SLI2B #sets the onkyo to tunin radio
onkyo NSV0E0
$ Selects the first entry (my prestes)
Onkyo NLSI00001 #Selects the third entre(my rock station)
onkyo NLSI00003
receiver.disconnect()
Donât forget to call disconnect() to close the socket. You can also use a with statement:
with eiscp.eISCP(â192.168.1.125â) as receiver:
receiver.command(âsource all-ch-stereoâ)
The command language is explained above. You can also be more explict with the structure:
receiver.command(âpowerâ, âonâ, zone=âmainâ)
If you prefer to send low-level ISCP commands directly, you can use the raw method:
---------------------------------examples to put tun in radio-
sets the Onkyo to NET
onkyo SLI2B #sets the onkyo to tunin radio
onkyo NSV0E0
$ Selects the first entry (my prestes)
Onkyo NLSI00001 #Selects the third entre(my rock station)
onkyo NLSI00003
receiver.disconnect()
Donât forget to call disconnect() to close the socket. You can also use a with statement:
with eiscp.eISCP(â192.168.1.125â) as receiver:
receiver.command(âsource all-ch-stereoâ)
The command language is explained above. You can also be more explict with the structure:
receiver.command(âpowerâ, âonâ, zone=âmainâ)
If you prefer to send low-level ISCP commands directly, you can use the raw method:
Hi, I am also searching for a solution i want to controlling the listening mode or sound properties (like dolby atmos, dts neutral, etc ). Is there a solution to do this with Home Assistant?
Strange. I remember this github link. But what i did was placing the onkyo file inside my HA configuration folder. Recently did a fresh install of hass os (. Just copied the config dir over and everything worked out of the box without any libs/pip3 installation. Didnât even bother with ssh access
I struggled a long time, i search for installing the python onkyo plugin. But the plugin was offcourse allready in homeassistant. How simple was it ;-(, I only had to make shell commands. I finaly can control my soundeffects on my onkyo receiver.
shell_command:
onkyo_power_atmos: onkyo --host your onkyo ip --port 60128 LMD80
onkyo_power_allchannels: onkyo --host your onkyo ip --port 60128 LMD0C