Replies: 2 comments 8 replies
-
I do see that the volume buttons do work when using the Mushroom Media Player Card, so perhaps there is a way to override the volume buttons on the firemote with the controls from the Mushroom card? Scratch that, I was on the wrong one. The volume buttons DO NOT work with the Mushroom card. |
Beta Was this translation helpful? Give feedback.
-
@unc2k3 ~ I've seen some strange CEC behavior happen. It usually comes down to one of three things:
About 1 and 2 - Some devices and TVs have a main "turn CEC on/off" function, and then a separate "allow volume control" or "allow x y z etc. control" features in another place. That's bitten me a few times. |
Beta Was this translation helpful? Give feedback.
-
Question from @unc2k3 copied from #489 (comment)
As a side note, I've also got 2 Nvidia Sheilds. One works flawlessly and the other works with the exception of the volume buttons. Any idea what that might be? I've tried both ADB entities and switched between Remote and TV for the Associated Android TV Remote entity. Only the "Remote" gives me any functionality, but still not volume controls either way.
Here's the YAML:
type: custom:firemote-card
entity: media_player.android_tv_192_168_3_46
device_family: nvidia-shield
device_type: shield-tv-2019
compatibility_mode: default
android_tv_remote_entity: remote.master_tv
visible_name_text: Master TV
defaultRemoteStyle_override: NS2
app_launch_1: tivimate
app_launch_2: youtube
app_launch_3: rumble
app_launch_4: prime-video
name_position: top
visible_name_text_color: '#ff0000'
scale: '120'
I also just tried this config and still no volume controls:
type: custom:firemote-card
entity: media_player.android_tv_192_168_3_46
device_family: nvidia-shield
device_type: shield-tv-2019
compatibility_mode: default
android_tv_remote_entity: remote.master_tv
visible_name_text: Master TV
defaultRemoteStyle_override: ''
app_launch_1: tivimate
app_launch_2: youtube
app_launch_3: rumble
app_launch_4: prime-video
name_position: top
visible_name_text_color: '#ff0000'
scale: '120'
For reference, CEC is enabled.
Beta Was this translation helpful? Give feedback.
All reactions