Sholofly / lghorizon

Custom integration to control LG Horizon settop boxes for Ziggo(NL), Magenta(AT), UPC(CH), Virgin(GB, IE), Telenet(BE)
GNU General Public License v3.0
58 stars 13 forks source link

MediaFastForeward not working? #111

Closed filip-heens closed 6 months ago

filip-heens commented 7 months ago

Describe the bug It looks like the key MediaFastForeward isn't working. I made a remote (copied it from https://community.home-assistant.io/u/bwynants) and adapted it. And everything works fine except for the MediaFastForeward. I can push the button as much as I want, nothing happens...

action: call-service service: lghorizon.remote_key_press service_data: entity_id: media_player.boven remote_key: MediaFastForeward

To Reproduce everything I do same result. Where can I find some logs to help figure out what is wrong?

Version of the component 0.5.9

Logging Enable debug logging and add your log. DO NOT SHARE SENSITIVE DATA SUCH AS PASSWORDS AND ACCOUNT INFO! You can enable logging by setting up the logging component in HA as follows:

logger:
  default: warning
  logs:
    lghorizon: debug

what yaml file do I put this in? I just started working with HA last week ;-)

filip-heens commented 6 months ago

found the issue... stupid me ;-) I should use action: call-service service: lghorizon.fast_forward data: entity_id: media_player.boven and then it works fine