-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[yamahareceiver] Channel to switch HDMI OUT #6327
Comments
Hi @HR77, The Yamaha Receiver binding is using the XML protocol and specifically the Can you please send me the response file? Essentially, you would need an extra switch channel for HDMI_OUT_1 and HDMI_OUT_2? My Yamaha model doesn't support multiple HDMI out, so need to rely on you here. |
Hi zarusz, I am sorry but I do not have the Yamaha receiver anymore. I changed back to my Marantz receiver, because OpenHAB integration was much more comfortable for me. |
Hi @zarusz , It does work in FHEM (so I'm now doing MQTT to Openhab from there for HDMI switching). The FHEM YAMAHA binding had a similar problem of the missing option and did a change to support it which was discuessed here: https://forum.fhem.de/index.php?topic=41924.0 |
closed due to inactivity |
@hmerk : Can you please reopen? This enhancement request is still valid. Or are enhanxement reuests not wanted anymore? |
This is open for 2 years now and has been inactive for a long time now. So it is unlikely that someone will step in and implement this. But please feel free to come up with a contribution. |
@hmerk: |
@fragger42 You need to create a Pull Request which needs to be reviewed by the maintainers. |
(openhab#6327) Signed-off-by: Bernhard Gruber <b-gruber@gmx.de>
Closed as related PR was merged |
…Yamaha receivers (openhab#6327) (openhab#11063) * Add possiblity to switch HDMI outputs on and off on Yamaha receivers (openhab#6327) Signed-off-by: Bernhard Gruber <b-gruber@gmx.de>
…Yamaha receivers (openhab#6327) (openhab#11063) * Add possiblity to switch HDMI outputs on and off on Yamaha receivers (openhab#6327) Signed-off-by: Bernhard Gruber <b-gruber@gmx.de>
…Yamaha receivers (openhab#6327) (openhab#11063) * Add possiblity to switch HDMI outputs on and off on Yamaha receivers (openhab#6327) Signed-off-by: Bernhard Gruber <b-gruber@gmx.de> Signed-off-by: Dave J Schoepel <dave@theschoepels.com>
…Yamaha receivers (openhab#6327) (openhab#11063) * Add possiblity to switch HDMI outputs on and off on Yamaha receivers (openhab#6327) Signed-off-by: Bernhard Gruber <b-gruber@gmx.de>
Yamaha Receivers have multiple HDMI OUTs, e.g. HDMI_OUT_1 and HDMI_OUT_2. When controlling Yamaha Receiver with openHAB it would be great to be able to switch those HDMI OUTs, e.g. to disable HDMI_OUT_2 (with a connected preview monitor) and to enable HDMI_OUT_1 (with a connected beamer).
The Yamaha Extended Control API actually supports this:
http://192.168.0.55/YamahaExtendedControl/v1/system/setHdmiOut1?enable=true
http://192.168.0.55/YamahaExtendedControl/v1/system/setHdmiOut1?enable=false
http://192.168.0.55/YamahaExtendedControl/v1/system/setHdmiOut2?enable=true
http://192.168.0.55/YamahaExtendedControl/v1/system/setHdmiOut2?enable=false
It would be great, if the binding could also support that.
My Environment
The text was updated successfully, but these errors were encountered: