home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.43k stars 30.31k forks source link

Unable to poweron LG webos tv #34684

Closed pippo73 closed 4 years ago

pippo73 commented 4 years ago

The problem

Using the service dev tool I cannot turn on the TV

Environment

Problem-relevant configuration.yaml

webos:
  host: 192.168.1.11
  name: TV_Soggiorno
  #other settings
#  turn_on_action:
#    service: wake_on_lan.send_magic_packet
#    data:
#      mac: !secret lg_mac
#      message: "Turn ON action"
  customize:
    sources:
      - livetv
      - youtube
      - makotv
      - netflix
      - 'Amazon Prime Video'
      - plex
      - 'Google Play Film e TV'
      - mytuner
      - 'console giochi'
      - RaiPlay

Additional information

If I try to trigger from the service dev tool it does not poweron

Service media_player.turn_on Entity media_player.tv_soggiorno

I have also tried to uncommet the WOL part but does not change anything. if I use the wakeonline linux command it works well.

Any idea? Please help me

probot-home-assistant[bot] commented 4 years ago

Hey there @bendavid, mind taking a look at this issue as its been labeled with a integration (webostv) you are listed as a codeowner for? Thanks!

sagitt commented 4 years ago

with new 0.109 beta i can't load my lg tv (works fine with 0.108)

i see this error

Schermata 2020-04-25 alle 21 02 10

ludeeus commented 4 years ago

That is something else @sagitt and was fixed with 0.109.0b3

pippo73 commented 4 years ago

That is something else @sagitt and was fixed with 0.109.0b3

Could you show me the 3d about it pls?

sagitt commented 4 years ago

i solved it now, deleted webos file and re-paired all tv.

pippo73 commented 4 years ago

i solved it now, deleted webos file and re-paired all tv.

Which webos file are you talking about?

sagitt commented 4 years ago

i solved it now, deleted webos file and re-paired all tv.

Which webos file are you talking about?

webos.conf file in /config folder. delete, restart, re-pair tv.

pippo73 commented 4 years ago

I did it as you wrote, but it does not work... If I turn off from developer tools => services it works but if I try to turn on it does not :-( and I have no trace in the logs :'-( @sagit or @ludeeus any other idea?

jjlawren commented 4 years ago

Duplicate of #34877