-
Notifications
You must be signed in to change notification settings - Fork 5
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
devicetype other than audio #11
Comments
If your receiver is connected via earc and you're wanting to control its power state, you'll probably have to use HDMI-CEC for that instead. I think is what you want, but would only work if your TV was always on the same input as the receiver: https://github.com/andrewfraley/magic_mapper#send_cec_button
So this would send the HDMI-CEC power command to the current input, but again wouldn't work if you were on a different input than the receiver's input. I'll have to check and see if it's possible to provide the hdmi input number to this function. Personally I just have my receiver set to match its power state with the TV via HDMI-CEC, but I assume you're wanting to be more selective about it? |
Exacly . HDMI-CEC work only if I'm on hdmi2 . I would like to have some more control without grabbing AVR remote or using 3rd party solutions . Family got used to magic remote since first introduced in 2016 OLED |
Are you able to use the ... menu to send the power on HDMI-CEC command? My receiver doesn't cause the TV to show any CEC buttons like other devices do, so I can't really test this properly. While on the receiver input, you can try running the following command to see if anything happens (try with the receiver on and see if it turns off). If that works, then you could figure out what the HDMI device ID of the receiver is and replace "remoteControl" with the device ID. I'm not sure how to get the device id yet, but it won't matter if the below doesn't work while on that input.
|
[...] menu button dont send hdmi-cec but IR . Covering remote kill transmission . If I set |
So I have Yamaha D485 AVR eARC connected to hdmi2 and this works only when magic remote is set on speakers
luna-send -n 1 luna://com.webos.service.irdbmanager/sendIrCommand '{"keyCode":"IR_KEY_POWER","buttonState":"single","connectedInput":"hdmi2","deviceType":"audio"}''
When I dare to set it as hometheather IR signals are not send even If i replace
audio
tohts
since I've found that value in irdbmanager I assume should be valid
IR singals are send ofc when they're triggered from remote menu
any clue ?
The text was updated successfully, but these errors were encountered: