roku-card icon indicating copy to clipboard operation
roku-card copied to clipboard

Volume Up not functional at all, and general volume change lag

Open nduhamell opened this issue 2 years ago • 4 comments

Checklist:

  • [ X ] I updated to the latest version available
  • [ X ] I cleared the cache of my browser

Release with the issue: 1.2.4 Last working release (if known): N/A Browser and Operating System: Homeassistant Core, All devices, IOS, Linux, and Windows tested

Description of problem: Fresh Install on HA Core, however volume up does not work at all, and although volume down does work it experiences some lag. The embedded integration for Hassio, not from HACS, works fine with volume just lacks the controls your app does, so it is certainly possible to change. Thanks ;)

Javascript errors shown in the web inspector (if applicable):


Additional information:

nduhamell avatar Jun 09 '22 02:06 nduhamell

same problem. volume up is not working. I can see that TV led flashes so it seems some command is being sent but probably there is some typo.

carefulcomputer avatar Mar 10 '23 03:03 carefulcomputer

I figured out what was wrong. I was suing sample config from the main page. That had overrides for volume up and volume down. Volume up single tap was mapped to a different button (it allows for single and double tap actions). Once I removed the overrides, it worked fine.

carefulcomputer avatar Mar 10 '23 03:03 carefulcomputer

Change the call service from remote to media

type: custom:roku-card entity: media_player.github_tv tv: true volume_up: tap_action: action: call-service service: media_player.volume_up service_data: entity_id: media_player.github_tv volume_down: double_tap_action: action: call-service service: media_player.volume_down service_data: entity_id: media_player.github_tv

nextcode4u avatar Mar 28 '23 02:03 nextcode4u

I followed nextcode4u's advice and removed the play command and changed the services from remote to media, still had the same issue.

What fixed it for me was changing the spot right under Volume_Up from tap_action to double_tap_action and it now functions for me.

So now I have updated my commands to media instead of remote, removed the play commands and updated the line to double tap.

KyleStilkey avatar Dec 05 '23 17:12 KyleStilkey